openethereum/ethcore/evm/src
Wei Tang c8ae675b95
Implement CREATE2 gas changes and fix some potential overflowing (#9694)
* Implement CREATE2 gas changes and fix some potential overflowing

* Ignore create2 state tests

* Split CREATE and CREATE2 in gasometer

* Generalize rounding (x + 31) / 32 to to_word_size
2018-10-04 20:50:18 +08:00
..
benches Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
interpreter Implement CREATE2 gas changes and fix some potential overflowing (#9694) 2018-10-04 20:50:18 +08:00
evm.rs Implement CREATE2 gas changes and fix some potential overflowing (#9694) 2018-10-04 20:50:18 +08:00
factory.rs Resumable EVM and heap-allocated callstack (#9360) 2018-10-02 22:33:19 +08:00
instructions.rs Fix informant compile (#9571) 2018-09-17 16:16:49 +02:00
lib.rs Allow single opcode stepping for EVM (#9051) 2018-08-14 04:06:15 +08:00
tests.rs Resumable EVM and heap-allocated callstack (#9360) 2018-10-02 22:33:19 +08:00
vmtype.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00