openethereum/ethcore
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 ethcore: minor optimization of modexp by using LR exponentiation (#9697) 2018-10-04 12:29:53 +01:00
evm Implement CREATE2 gas changes and fix some potential overflowing (#9694) 2018-10-04 20:50:18 +08:00
light removed redundant clone before each block import (#9683) 2018-10-04 01:44:58 +08:00
node_filter new ethabi (#9511) 2018-09-13 11:04:39 +02:00
private-tx new ethabi (#9511) 2018-09-13 11:04:39 +02:00
res Implement CREATE2 gas changes and fix some potential overflowing (#9694) 2018-10-04 20:50:18 +08:00
service Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
src ethcore: minor optimization of modexp by using LR exponentiation (#9697) 2018-10-04 12:29:53 +01:00
stratum Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
sync Verify block syncing responses against requests (#9670) 2018-10-03 18:35:10 +08:00
transaction Update state tests execution model (#9440) 2018-09-10 22:38:30 +02:00
types Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
vm Resumable EVM and heap-allocated callstack (#9360) 2018-10-02 22:33:19 +08:00
wasm Resumable EVM and heap-allocated callstack (#9360) 2018-10-02 22:33:19 +08:00
Cargo.toml Add constantinople conf to EvmTestClient. (#9570) 2018-09-25 12:24:40 +02:00