db3a98903b
* ethash: implement EIP-1234 (#9187)
* Implement EIP-1052 (EXTCODEHASH) and fix several issues in state account cache (#9234)
* Implement EIP-1052 and fix several issues related to account cache
* Fix jsontests
* Merge two matches together
* Avoid making unnecessary Arc<Vec>
* Address grumbles
* Comply EIP-86 with the new definition (#9140)
* Comply EIP-86 with the new CREATE2 opcode
* Fix rpc compile
* Fix interpreter CREATE/CREATE2 stack pop difference
* Add unreachable! to fix compile
* Fix instruction_info
* Fix gas check due to new stack item
* Add new tests in executive
* Fix have_create2 comment
* Remove all unused references of eip86_transition and block_number
* Implement KIP4: create2 for wasm (#9277)
* Basic implementation for kip4
* Add KIP-4 config flags
* typo: docs fix
* Fix args offset
* Add tests for create2
* tests: evm
* Update wasm-tests and fix all gas costs
* Update wasm-tests
* Update wasm-tests and fix gas costs
* `gasleft` extern implemented for WASM runtime (kip-6) (#9357)
* Wasm gasleft extern added
* wasm_gasleft_activation_transition -> kip4_transition
* use kip-6 switch
* gasleft_panic -> gasleft_fail rename
* call_msg_gasleft test added and gas_left agustments because this https://github.com/paritytech/wasm-tests/pull/52
* change .. to _
* fix comment for the have_gasleft param
* update tests (
|
||
---|---|---|
.. | ||
tests@3f5febc901 | ||
tests-issues | ||
byzantium_test.json | ||
classic.json | ||
constantinople_test.json | ||
easthub.json | ||
eip150_test.json | ||
eip161_test.json | ||
eip210_test.json | ||
ellaism.json | ||
expanse.json | ||
foundation.json | ||
frontier_like_test.json | ||
frontier_test.json | ||
homestead_test.json | ||
kovan_wasm_test.json | ||
kovan.json | ||
mcip3_test.json | ||
mcip6_byz.json | ||
morden.json | ||
musicoin.json | ||
olympic.json | ||
poacore.json | ||
poasokol.json | ||
ropsten.json | ||
social.json | ||
tobalaba.json | ||
transition_test.json |