openethereum/ethcore/src
Gav Wood d3de475205 EIPs 155, 160, 161 (#2976)
* The front-end for each hard-fork, also EIP-160.

* Address EIP161 a/c

* Include EIP-161b

* EIP-161 part d.

* Fix test build.

* Fix one test, add another.

* Fix use of bloom & renaming.

* Initial groundwork for EIP-155

* Fix minor bug.

* Fix all tests finally.

* Rest of EIP-155.

* Add tests for EIP-155 algorithm.

Update transaction tests validation.

* Minor reformat.

* Address grumbles.

* Remove unused code.

* Fix SUICIDE gas mechanism and add consensus tests.

* Remove commented code.

* Set Frontier hardfork block number

* Fix warning.

* Transaction tests,
2016-11-03 22:22:25 +01:00
..
blockchain EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
blooms port ethcore 2016-09-01 14:29:59 +02:00
client EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
engines EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
ethereum EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
evm EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
json_tests EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
migrations Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
miner EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
snapshot mio version bump (#2982) 2016-10-30 09:56:34 +01:00
spec EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
state EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
tests EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
trace Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
types EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
verification EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
views port ethcore 2016-09-01 14:29:59 +02:00
account_db.rs Get rid of MemoryDB denote (#2881) 2016-10-26 13:53:47 +02:00
account_provider.rs Fix a test sensitive to slow execution. (#3014) 2016-10-31 16:55:30 +01:00
action_params.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
basic_types.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
block.rs Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
builtin.rs Fixing output of eth_call and Bytes deserialization (#2230) 2016-09-22 14:50:00 +02:00
cache_manager.rs Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
db.rs Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
env_info.rs improved naming 2016-08-04 08:52:31 +02:00
error.rs EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
executive.rs EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
externalities.rs EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00
factory.rs Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
header.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
lib.rs Transaction Queue banning (#2524) 2016-10-27 19:28:34 +02:00
pod_account.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
pod_state.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
service.rs execute periodic snapshot in new thread (#3029) 2016-11-01 11:09:46 +01:00
state_db.rs EIPs 155, 160, 161 (#2976) 2016-11-03 22:22:25 +01:00