Skip to content

Latest commit

 

History

History
86 lines (60 loc) · 3.42 KB

PRLOG.md

File metadata and controls

86 lines (60 loc) · 3.42 KB

Pull Requests changes log

  • PR #706

  • PR #704 Fix small issues in the tests for aleth/testeth run

  • PR #703 Remove empty stEWASM folder from tests

  • PR #702 Split bcForged tests into multiple tests for better execution performance on thread

  • PR #701 Fix ambiguos legacy test with a fork block

  • PR #700 Fix test STATICCALL violation in call to precompile. Initial problem described in DAPPTOOLS #360.

  • PR #699 Fix ambigous blockchain tests. Remove nonce and mixHash blockchain tests.

  • PR #696 Fix test formatting. remove wrongCharAtRlp tests. Fix typos in tests. Refill smaller differencies with retesteth refactoring.

  • PR #689 Fix field formatting in tests, update state hashes. no consensus change

Pre release 7.0.0

  • PR #678 Fix test fillers affected by the CompareStates bug

  • PR #677 Minor changes to the test filler format around field strictness

  • PR #673 upgrade and regenerate invalid RLP blockchain tests

  • PR #672 Major blockchain test refactoring, and regeneration on geth + retesteth

  • PR#671 Add test cases for SELFBALANCE inside of CALL, DELEGATECALL, and CALLCODE

  • PR #666 Remove retesteth configs. Configs are now stored in retesteth repo.

  • PR #665 Added KeyStore test based on MyCrypto file

  • PR #662 Add difficulty test for EIP-2384

  • PR #658 Reduce 50k bytes code in quadratic complexity tests to 20k bytes Resolves issue #657

  • PR #654 Add more tests for EXTCODEHASH of nonexistent and post suicide accounts #652

  • PR #651 Use additional forks in retesteth configs. Additional forks used in TransitionTests and not automatically used in StateTests/BlockchainTests

  • PR #650 Update default mining reward config for transition nets in retesteth configs. To avoid retesteth error when filling the state tests

  • PR #649 Add state tests to validate the EIP-1706/EIP-2200 out of gas condition, specifically aimed at validating less than or equals to the stipend handling.

  • PR #648 Seal blockchain tests <=ConstantinopleFix into LegacyTests Regenerate blockchain tests for Istanbul fork

  • PR #647 Add tests checking stack validity of SWAP Add tests checking DIV/SDIV/MOD/SDIV by zero

  • PR #646 Add Transition genesis retesteth configurations to defult geth configs