openethereum/ethcore/vm/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
..
action_params.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
call_type.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
env_info.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
error.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
ext.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
return_data.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
schedule.rs Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
tests.rs Remove pass-by-reference return data value from executive (#9211) 2018-08-14 05:27:13 +08:00