openethereum/parity
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
..
cli beta backports for 2.0.3 (#9229) 2018-08-31 15:44:12 +02:00
db db: remove wal disabling / fast-and-loose option. (#8963) 2018-07-10 17:33:25 +02:00
light_helpers Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
account.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
blockchain.rs Remove the dapps system (#9017) 2018-07-11 12:19:54 +02:00
cache.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
configuration.rs Backports to 2.0.1-beta (#9145) 2018-07-26 22:15:36 +02:00
deprecated.rs Backports to 2.0.1-beta (#9145) 2018-07-26 22:15:36 +02:00
export_hardcoded_sync.rs Remove the dapps system (#9017) 2018-07-11 12:19:54 +02:00
helpers.rs db: remove wal disabling / fast-and-loose option. (#8963) 2018-07-10 17:33:25 +02:00
informant.rs Backports to 2.0.1-beta (#9145) 2018-07-26 22:15:36 +02:00
ipfs.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
lib.rs beta backports for 2.0.3 (#9229) 2018-08-31 15:44:12 +02:00
main.rs Parity Ethereum 2.0.0 (#9052) 2018-07-11 13:35:10 +02:00
modules.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
params.rs beta backports for 2.0.3 (#9229) 2018-08-31 15:44:12 +02:00
presale.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
rpc_apis.rs Backports to 2.0.1-beta (#9145) 2018-07-26 22:15:36 +02:00
rpc.rs Remove the dapps system (#9017) 2018-07-11 12:19:54 +02:00
run.rs Beta backports to 2.0.4 (#9452) 2018-09-10 22:52:45 +02:00
secretstore.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
signer.rs Remove UI related settings from CLI (#8783) 2018-06-06 10:05:52 +02:00
snapshot.rs db: remove wal disabling / fast-and-loose option. (#8963) 2018-07-10 17:33:25 +02:00
stratum.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
upgrade.rs Backports to 2.0.0-beta (#9094) 2018-07-17 13:47:14 +02:00
user_defaults.rs Backports to 2.0.1-beta (#9145) 2018-07-26 22:15:36 +02:00
whisper.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00