e2e1d221d5
* 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 |
||
---|---|---|
.. | ||
cli | ||
db | ||
light_helpers | ||
account.rs | ||
blockchain.rs | ||
cache.rs | ||
configuration.rs | ||
deprecated.rs | ||
export_hardcoded_sync.rs | ||
helpers.rs | ||
informant.rs | ||
ipfs.rs | ||
lib.rs | ||
main.rs | ||
modules.rs | ||
params.rs | ||
presale.rs | ||
rpc_apis.rs | ||
rpc.rs | ||
run.rs | ||
secretstore.rs | ||
signer.rs | ||
snapshot.rs | ||
stratum.rs | ||
upgrade.rs | ||
user_defaults.rs | ||
whisper.rs |