openethereum/util
Afri Schoedon e2e1d221d5
Beta backports to 2.0.4 (#9452)
* 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 (#9383)

* 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 (#9501)

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

* Only check warp syncing for eth_getWorks (#9484)

* Only check warp syncing for eth_getWorks

* Use SyncStatus::is_snapshot_syncing

* Fix Snapshot restoration failure on Windows (#9491)

* Close Blooms DB files before DB restoration

* PR Grumbles I

* PR Grumble

* Grumble
2018-09-10 22:52:45 +02:00
..
bloom Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
blooms-db Beta backports to 2.0.4 (#9452) 2018-09-10 22:52:45 +02:00
dir Beta backports to 2.0.4 (#9452) 2018-09-10 22:52:45 +02:00
fake-fetch util fake-fetch (#8363) 2018-04-11 11:59:04 +02:00
fake-hardware-wallet Disable hardware-wallets on platforms that don't support libusb (#8464) 2018-06-26 09:03:38 +02:00
fetch fetch: replace futures-timer with tokio-timer (#9066) 2018-07-09 09:59:05 +01:00
io bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
journaldb Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
keccak-hasher Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
macros Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
mem Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
memory_cache Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
migration-rocksdb db: remove wal disabling / fast-and-loose option. (#8963) 2018-07-10 17:33:25 +02:00
network Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
network-devp2p Backports to 2.0.0-beta (#9094) 2018-07-17 13:47:14 +02:00
panic_hook Attempt to graceful shutdown in case of panics (#8999) 2018-07-02 11:53:50 +02:00
patricia-trie-ethereum Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
reactor Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
rlp_compress Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
rlp_derive Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
stats Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
stop-guard Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
trace-time Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
triehash-ethereum Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
unexpected Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
using_queue beta backports for 2.0.3 (#9229) 2018-08-31 15:44:12 +02:00
version Beta backports to 2.0.4 (#9452) 2018-09-10 22:52:45 +02:00