openethereum/ethcore/src
Wei Tang 141f6a047e EIP-1702: Generalized Account Versioning Scheme (#10771)
* EIP-1702: Generalized Account Versioning Scheme

* Fix pWASM's `create` and `create2` contract creation version

* Update ethcore/src/snapshot/account.rs

Co-Authored-By: Andronik Ordian <write@reusable.software>

* Update ethcore/src/factory.rs

Co-Authored-By: Andronik Ordian <write@reusable.software>

* Add pWasm frontend config

* Add snapshot testing with version

* Fix merge conflict
2019-07-08 12:03:27 +02:00
..
client removed QueueError type (#10852) 2019-07-06 20:40:56 +02:00
engines Improve logging and cleanup in miner around block sealing (#10745) 2019-07-04 18:03:22 +02:00
ethereum Break circular dependency between Client and Engine (part 1) (#10833) 2019-07-04 13:43:20 +02:00
json_tests EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
miner make fn submit_seal more idiomatic (#10843) 2019-07-05 18:58:45 +02:00
snapshot EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
spec EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
state EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
tests EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
trace Fix a few typos and unused warnings. (#10803) 2019-06-27 14:17:24 +02:00
verification removed EthEngine alias (#10805) 2019-06-28 10:18:18 +02:00
block.rs Improve logging and cleanup in miner around block sealing (#10745) 2019-07-04 18:03:22 +02:00
error.rs removed QueueError type (#10852) 2019-07-06 20:40:56 +02:00
executed.rs Add trace information to eth_estimateGas (#10519) 2019-03-27 14:21:08 +01:00
executive.rs EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
externalities.rs EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
factory.rs EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
lib.rs ethcore-builtin (#10850) 2019-07-07 16:59:30 +02:00
machine.rs EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
pod_state.rs EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
state_db.rs ethcore does not use byteorder (#10829) 2019-07-02 09:06:27 +02:00
test_helpers.rs Break circular dependency between Client and Engine (part 1) (#10833) 2019-07-04 13:43:20 +02:00
transaction_ext.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
tx_filter.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00