openethereum/util/blooms-db
Afri Schoedon e2e1d221d5
Beta backports to 2.0.4 ()
* parity-version: bump beta to 2.0.4

* [light/jsonrpc] Provide the actual account for `eth_coinbase` RPC and unify error handeling for light and full client ()

* Provide the actual `account` for eth_coinbase

The previous implementation always provided the `zero address` on
`eth_coinbase` RPC. Now, instead the actual address is returned on
success or an error when no account(s) is found!

* full client `eth_coinbase` return err

In the full-client return an error when no account is found instead of
returning the `zero address`

* Remove needless blocks on single import

* Remove needless `static` lifetime on const

* Fix `rpc_eth_author` test

* parity: print correct keys path on startup ()

* aura: don't report skipped primaries when empty steps are enabled ()

* Only check warp syncing for eth_getWorks ()

* Only check warp syncing for eth_getWorks

* Use SyncStatus::is_snapshot_syncing

* Fix Snapshot restoration failure on Windows ()

* Close Blooms DB files before DB restoration

* PR Grumbles I

* PR Grumble

* Grumble
2018-09-10 22:52:45 +02:00
..
benches new blooms database () 2018-06-20 15:13:07 +02:00
src Beta backports to 2.0.4 () 2018-09-10 22:52:45 +02:00
Cargo.toml bump parking_lot to 0.6 () 2018-07-03 17:31:08 +02:00