* 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
* v1.3.8
* mitigate refcell conflict in state diffing (#2601)
* mitigate refcell conflict in state diffing
Also uses RefCell::get_mut in a few places.
* Add test case
* Fixed stalled sync
* Fixed tx queue limit for local transactions (#2616)
* Fixed tx queue limit for local tx
* Fixing test
* Increas gas limit to 20x
* Additional logs when transactions is removed from queue (#2617)
* Database performance tweaks (#2619)
* TX queue gas limit config and allow local transactions over the gas limit (#2553)
* Gas limit config; Allow local transactions over the limit
* Fix typo
[ci:skip]
* v1.3.7
* Handle reorganizations in the state cache
* Renamed and documented a few methods
* Basic test
* Renamed pending to buffered
* Caching optimizations
* Fixed a test
* Fixed a test
* Using pending block only if not old
Conflicts:
ethcore/src/miner/miner.rs
rpc/src/v1/impls/eth.rs
rpc/src/v1/impls/eth_filter.rs
* Fixing compilation issues
* RocksDB version bump
* Preserve cache on reverting the snapshot (#2488)
* Preserve cache on reverting the snapshot
* Renamed merge_with into replace_with
* Renamed and documented snapshotting methods
* Track dirty accounts in the state (#2461)
* State to track dirty accounts
* Removed clone_for_snapshot
* Renaming stuff
* Documentation and other minor fixes
* Replaced MaybeAccount with Option
* Adjustable stack size for EVM (#2483)
* stack size for io workers & evm threshold
* rust way to remember stack size
* right value
* 24kb size
* some stack reduction
* Fixed overflow panic in handshake_panic (#2495)