openethereum/ethcore/evm/src
Wei Tang caca3a8048
Add EIP-1014 transition config flag (#9268)
* Add EIP-1014 transition config flag

* Remove EIP-86 configs

* Change CREATE2 opcode index to 0xf5

* Move salt to the last item in the stack

* Change sendersaltandaddress scheme to comply with current EIP-1014

* Fix json configs

* Fix create2 test

* Fix deprecated comments
2018-08-31 23:43:51 +08:00
..
benches Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
interpreter Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
evm.rs Remove pass-by-reference return data value from executive (#9211) 2018-08-14 05:27:13 +08:00
factory.rs Allow single opcode stepping for EVM (#9051) 2018-08-14 04:06:15 +08:00
instructions.rs Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
lib.rs Allow single opcode stepping for EVM (#9051) 2018-08-14 04:06:15 +08:00
tests.rs Allow single opcode stepping for EVM (#9051) 2018-08-14 04:06:15 +08:00
vmtype.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00