openethereum/ethcore/src
Tomasz Drwięga e0778fc069 [beta] EIP150.1c (#2599)
* EIP150.1c

Conflicts:
	ethcore/res/ethereum/expanse.json
	ethcore/res/ethereum/morden.json
	ethcore/res/ethereum/tests
	ethcore/src/blockchain/blockchain.rs
	ethcore/src/ethereum/ethash.rs
	ethcore/src/evm/interpreter/mod.rs
	json/src/spec/ethash.rs

* Update json test suite (#2574)

* update json test suite

* comment out the incomplete test

Conflicts:
	ethcore/res/ethereum/tests

* Updating tests

* Adding state tests

* Updating tests

* Updating HF block

* Removing flushln [ci:skip]

* Commenting out suicide test

* New tests.

* Switch to EIP tests.

* Rename some stuff, combine transition tests.

* Fix U256 overflows.

* Name cleanups and an effort to fix tests.

* Rename back for clarity.

* Fix non-EIP-150 OOG CALLs

* New transition block number & additional EIP150 tests

* Morden transition block set; Tests updated

* Added missing test
2016-10-15 15:16:26 +02:00
..
blockchain Beta Backports (#2396) 2016-09-29 13:19:53 +02:00
blooms fixed #1606 (#1615) 2016-07-13 21:10:20 +02:00
client Configurable history size in beta (#2587) 2016-10-12 20:44:17 +02:00
engines Canonical state cache (#2308) 2016-09-27 16:44:32 +02:00
ethereum [beta] EIP150.1c (#2599) 2016-10-15 15:16:26 +02:00
evm [beta] EIP150.1c (#2599) 2016-10-15 15:16:26 +02:00
json_tests [beta] EIP150.1c (#2599) 2016-10-15 15:16:26 +02:00
migrations Revert "Bloom upgrade in beta" (#2635) 2016-10-15 13:15:45 +02:00
miner Remove count limit for local transactions (#2634) 2016-10-15 12:29:27 +02:00
snapshot Accounts bloom (#2357) 2016-09-29 11:27:41 +02:00
spec Accounts bloom (#2357) 2016-09-29 11:27:41 +02:00
tests [beta] EIP150.1c (#2599) 2016-10-15 15:16:26 +02:00
trace Backports to beta v1.3.6 (#2571) 2016-10-11 15:53:45 +02:00
types [beta] Fixing RPC Filter conversion to EthFilter (#2501) 2016-10-07 12:16:09 +01:00
verification Backports to beta (#1919) 2016-08-12 12:16:20 +02:00
views Single DB (#1741) 2016-07-28 23:46:24 +02:00
account_db.rs have AccountDB use address hash for uniqueness (#1533) 2016-07-11 09:46:33 +02:00
account_provider.rs Unlock account with timeout for geth compatibility (#1854) 2016-08-05 23:33:14 +02:00
account.rs Backports into beta (#2512) 2016-10-07 10:49:48 +01:00
action_params.rs Jumptable cache (#2435) 2016-10-02 19:52:53 +02:00
basic_types.rs Removing superflous check for nightly 2016-03-11 11:16:49 +01:00
block_queue.rs Snapshot creation and restoration (#1679) 2016-08-05 17:00:46 +02:00
block.rs Configurable history size in beta (#2587) 2016-10-12 20:44:17 +02:00
builtin.rs spec loading cleanup (#858) 2016-04-09 10:20:35 -07:00
cache_manager.rs Backports to beta (#1919) 2016-08-12 12:16:20 +02:00
common.rs Core tracedb functionality. (#996) 2016-04-30 16:41:24 +01:00
db.rs Beta Backports (#2396) 2016-09-29 13:19:53 +02:00
env_info.rs More performance optimizations (#1814) 2016-08-03 22:03:40 +02:00
error.rs Snapshot creation and restoration (#1679) 2016-08-05 17:00:46 +02:00
executive.rs [beta] EIP150.1c (#2599) 2016-10-15 15:16:26 +02:00
externalities.rs Jumptable cache (#2435) 2016-10-02 19:52:53 +02:00
header.rs Remove (almost all) panickers from trie module (#1776) 2016-08-03 18:35:48 +02:00
lib.rs Accounts bloom (#2357) 2016-09-29 11:27:41 +02:00
pod_account.rs Canonical state cache (#2308) 2016-09-27 16:44:32 +02:00
pod_state.rs Client IPC Interface (#1493) 2016-07-07 09:39:32 +02:00
service.rs miner and client take spec reference (#1853) 2016-08-05 23:33:55 +02:00
state_db.rs Revert "Bloom upgrade in beta" (#2635) 2016-10-15 13:15:45 +02:00
state_diff.rs address small syntax breakages 2016-05-31 21:38:05 +02:00
state.rs Backports to beta (#2628) 2016-10-14 17:26:35 +02:00
substate.rs cleaning up substate 2016-07-21 16:50:24 +02:00