openethereum/ethcore/evm/src
Wei Tang 637883f52b 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
2018-08-01 13:17:04 +02:00
..
benches Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
interpreter Comply EIP-86 with the new definition (#9140) 2018-08-01 13:17:04 +02:00
evm.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
factory.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
instructions.rs Comply EIP-86 with the new definition (#9140) 2018-08-01 13:17:04 +02:00
lib.rs Refactor evm Instruction to be a c-like enum (#8914) 2018-06-27 13:33:32 +02:00
tests.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
vmtype.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00