* 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)
* Handle RLP to string UTF-8 decoding errors (#2217)
* Penalize transactions with gas above gas limit
* Avoid penalizing legit transactions
* saturating not overflowing
* Remove crufty code
* Introduce gas price ordering.
* Gas before gas-price, as long as the minimum price is met.
* saturating add
* Fix several RPCs (#1926)
* Fix up pending receipts details.
* Add support for additional params and registry over RPC.
* Fix tests.
* Add test, additional fix.
Fixes#1932.
* Fix up tests.
* Fix test.
* Fix test.
* DB WAL size limit (#1935)
* Limit WAL size
* Check pruning by db modification date (#1924)
* Cache address hash (#1943)
* ECIES without MAC (#1948)
* Use random IV for ECIES AES
* ECIES encrypt/decrypt for a single message
* Derive IV from shared secret
* Apply settings to column families
* fixed#1933 (#1979)
* Fixed neighbours collection (#1996)
* dapps-hosts configuration
* Disabled counter check
* always process trie death row on commit, add more tracing
* fixed transaction addresses mapping, fixes#1971
* simplified iterator
* v1.3.1
* v1.3.1