openethereum/ethcore/vm/src
Wei Tang e8b13cb77e
Implement KIP4: create2 for wasm (#9277)
* Basic implementation for kip4

* Add KIP-4 config flags

* typo: docs fix

* Fix args offset

* Add tests for create2

* tests: evm

* Update wasm-tests and fix all gas costs

* Update wasm-tests

* Update wasm-tests and fix gas costs
2018-08-06 23:15:52 +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 Implement KIP4: create2 for wasm (#9277) 2018-08-06 23:15:52 +08:00
lib.rs Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
return_data.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
schedule.rs Implement KIP4: create2 for wasm (#9277) 2018-08-06 23:15:52 +08:00
tests.rs Implement KIP4: create2 for wasm (#9277) 2018-08-06 23:15:52 +08:00