openethereum/ethcore/light/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
..
client Aura: Broadcast empty step messages instead of creating empty blocks (#7605) 2018-02-15 01:39:29 +01:00
net ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
on_demand Fix a division by zero in light client RPC handler (#7917) 2018-02-17 21:54:39 +01:00
types Extract some parts of miner from ethcore. (#7353) 2018-01-11 17:49:10 +01:00
cache.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
cht.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
lib.rs Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
provider.rs [stable] Backports (#8919) 2018-06-19 08:09:08 +02:00
transaction_queue.rs Pending transactions subscription (#7906) 2018-02-16 16:51:34 +01:00