openethereum/ethcore/evm/src/interpreter
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
..
gasometer.rs Comply EIP-86 with the new definition (#9140) 2018-08-01 13:17:04 +02:00
informant.rs ethcore: fix compilation when using slow-blocks or evm-debug features (#8936) 2018-06-22 11:00:19 +02:00
memory.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
mod.rs Comply EIP-86 with the new definition (#9140) 2018-08-01 13:17:04 +02:00
shared_cache.rs Refactor evm Instruction to be a c-like enum (#8914) 2018-06-27 13:33:32 +02:00
stack.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00