openethereum/sync/src
Andrew Jones ba79cad670 [stable] Backports (#8919)
* Fixed AuthorityRound deadlock on shutdown, closes #8088 (#8803)

* CI: Fix docker tags (#8822)

* scripts: enable docker builds for beta and stable

* scripts: docker latest should be beta not master

* scripts: docker latest is master

* Fix concurrent access to signer queue (#8854)

* Fix concurrent access to signer queue

* Put request back to the queue if confirmation failed

* typo: fix docs and rename functions to be more specific

`request_notify` does not need to be public, and it's renamed to `notify_result`.
`notify` is renamed to `notify_message`.

* Change trace info "Transaction" -> "Request"

* Add new ovh bootnodes and fix port for foundation bootnode 3.2 (#8886)

* Add new ovh bootnodes and fix port for foundation bootnode 3.2

* Remove old bootnodes.

* Remove duplicate 1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082

* Block 0 is valid in queries (#8891)

Early exit for block nr 0 leads to spurious error about pruning: `…your node is running with state pruning…`.

Fixes #7547, #8762

* update jsonrpc libs, fixed ipc leak, closes #8774 (#8876)

Instead of cherrypicking 8b78141b20b75da508ce82bccc9286e3d7858a7b, just ran cargo update -p jsonrpc-core

* Add ETC Cooperative-run load balanced parity node (#8892)

* Minor fix in chain supplier and light provider (#8906)

* fix chain supplier increment

* fix light provider block_headers
2018-06-19 08:09:08 +02:00
..
light_sync [beta] Backports (#8450) 2018-04-20 15:22:29 +02:00
tests [beta] Backports (#8346) 2018-04-10 12:16:08 +02:00
api.rs [beta] Backports (#8346) 2018-04-10 12:16:08 +02:00
block_sync.rs Fix Temporarily Invalid blocks handling (#7613) 2018-01-19 10:38:59 +01:00
blocks.rs triehash optimisations (#7920) 2018-02-16 20:24:16 +01:00
chain.rs [stable] Backports (#8919) 2018-06-19 08:09:08 +02:00
lib.rs Extract some parts of miner from ethcore. (#7353) 2018-01-11 17:49:10 +01:00
snapshot.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
sync_io.rs use error-chain in ethcore-network 2017-11-13 16:48:58 +01:00
transactions_stats.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00