openethereum/ethcore/src
s3krit 45f27cec34
v2.5.8-stable (#11041)
* add more tx tests (#11038)
* Fix parallel transactions race-condition (#10995)
* Add blake2_f precompile (#11017)
* [trace] introduce trace failed to Ext (#11019)
* Edit publish-onchain.sh to use https (#11016)
* Fix deadlock in network-devp2p (#11013)
* EIP 1108: Reduce alt_bn128 precompile gas costs (#11008)
* xDai chain support and nodes list update (#10989)
* EIP 2028: transaction gas lowered from 68 to 16 (#10987)
* EIP-1344 Add CHAINID op-code (#10983)
* manual publish jobs for releases, no changes for nightlies (#10977)
* [blooms-db] Fix benchmarks (#10974)
* Verify transaction against its block during import (#10954)
* Better error message for rpc gas price errors (#10931)
* tx-pool: accept local tx with higher gas price when pool full (#10901)
* Fix fork choice (#10837)
* Cleanup unused vm dependencies (#10787)
* Fix compilation on recent nightlies (#10991)
2019-09-12 18:43:53 +02:00
..
client v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
engines v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
ethereum v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
json_tests v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
machine v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
miner v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
snapshot V2.5.6 stable (#10961) 2019-08-12 18:55:11 +02:00
spec v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
state perf(ethcore): `micro-opt` (#10405) 2019-03-06 15:30:35 +01:00
tests backports for beta 2.5.2 (#10737) 2019-06-11 20:56:03 +02:00
trace v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
verification Beta 2.5.3 (#10776) 2019-06-25 13:38:29 +00:00
account_db.rs Update to latest mem-db, hash-db and trie-db. (#10314) 2019-02-20 21:09:34 +03:00
block.rs ethcore: add clique engine (#9981) 2019-03-27 14:13:24 +01:00
builtin.rs v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
error.rs perf(ethcore): `micro-opt` (#10405) 2019-03-06 15:30:35 +01:00
executed.rs Add trace information to eth_estimateGas (#10519) 2019-03-27 14:21:08 +01:00
executive.rs v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
externalities.rs v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
factory.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
lib.rs v2.5.8-stable (#11041) 2019-09-12 18:43:53 +02:00
pod_account.rs Update to latest mem-db, hash-db and trie-db. (#10314) 2019-02-20 21:09:34 +03:00
pod_state.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
state_db.rs Update to latest mem-db, hash-db and trie-db. (#10314) 2019-02-20 21:09:34 +03:00
test_helpers.rs OpenBlock::new take IntoIterator instead of mutable ref to Iterator (#10480) 2019-03-15 15:43:54 +01:00
transaction_ext.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
tx_filter.rs Remove CallContract and RegistryInfo re-exports from `ethcore/client` (#10205) 2019-01-17 16:43:08 +01:00