Commit Graph

4 Commits

Author SHA1 Message Date
Talha Cross
f3cdd7bf21 v2.5.10 stable ()
* ropsten  foundation  ()
* [stable] builtin, istanbul and mordor testnet backports ()
  * ethcore-builtin ()
  * [builtin]: support `multiple prices and activations` in chain spec ()
  * [chain specs]: activate `Istanbul` on mainnet ()
  * ethcore/res: add mordor testnet configuration ()
* Update list of bootnodes for xDai chain ()
* ethcore: remove `test-helper feat` from build ()
* Secret store: fix Instant::now() related race in net_keep_alive () ()
* [stable]: backport  and  ()
  * Fix compiler warning (that will become an error) ()
  * Refactor Clique stepping ()
* Add Constantinople eips to the dev (instant_seal) config ()
* Add cargo-remote dir to .gitignore (?)
* Insert explicit warning into the panic hook ()
* Fix docker centos build ()
* Update MIX bootnodes. ()
* Use provided usd-per-eth value if an endpoint is specified ()
* Add new line after writing block to hex file. ()
* Type annotation for next_key() matching of json filter options () (but no `FilterOption` in 2.5 so…)
* Upgrade jsonrpc to latest ()
* [CI] check evmbin build ()
* Correct EIP-712 encoding ()
* [client]: Fix for incorrectly dropped consensus messages ()
* Fix block detail updating ()
* Switching sccache from local to Redis ()
* Made ecrecover implementation trait public ()
* [dependencies]: jsonrpc `14.0.1` ()
* [receipt]: add `sender` & `receiver` to `RichReceipts` ()
* [ethcore/builtin]: do not panic in blake2pricer on short input ()
* util Host: fix a double Read Lock bug in fn Host::session_readable() ()
* ethcore client: fix a double Read Lock bug in fn Client::logs() ()
* Change how RPCs eth_call and eth_estimateGas handle "Pending" ()
* Cleanup stratum a bit ()
* Upgrade to jsonrpc v14 ()
* SecretStore: expose restore_key_public in HTTP API ()
2019-11-11 21:57:38 +01:00
s3krit
45f27cec34
v2.5.8-stable ()
* add more tx tests ()
* Fix parallel transactions race-condition ()
* Add blake2_f precompile ()
* [trace] introduce trace failed to Ext ()
* Edit publish-onchain.sh to use https ()
* Fix deadlock in network-devp2p ()
* EIP 1108: Reduce alt_bn128 precompile gas costs ()
* xDai chain support and nodes list update ()
* EIP 2028: transaction gas lowered from 68 to 16 ()
* EIP-1344 Add CHAINID op-code ()
* manual publish jobs for releases, no changes for nightlies ()
* [blooms-db] Fix benchmarks ()
* Verify transaction against its block during import ()
* Better error message for rpc gas price errors ()
* tx-pool: accept local tx with higher gas price when pool full ()
* Fix fork choice ()
* Cleanup unused vm dependencies ()
* Fix compilation on recent nightlies ()
2019-09-12 18:43:53 +02:00
Wei Tang
34d22a35dd Disable EIP-98 transition by default ()
* Change eip98Transition default to BlockNumber::max_value

* Remove accidential ethereum/tests submodule change
2018-11-25 19:59:27 +01:00
Jonathan Brown
b26f86d6ff Support MIX. ()
* Support MIX.

* Re-arrange mix.json so tests pass.

* Add MIX hardfork.

* Fix MIX chain specification.

* Use original MIX datadir.

* Fix MIX Newark enode.
2018-11-01 11:06:53 +01:00