Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Beta backports to 2.0.4 #9452

Merged
merged 6 commits into from
Sep 10, 2018
Merged

Beta backports to 2.0.4 #9452

merged 6 commits into from
Sep 10, 2018

Commits on Aug 31, 2018

  1. Configuration menu
    Copy the full SHA
    b6996ba View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. [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
    niklasad1 authored and 5chdn committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    c1bcd9c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Configuration menu
    Copy the full SHA
    d1b6357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee745d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Only check warp syncing for eth_getWorks (#9484)

    * Only check warp syncing for eth_getWorks
    
    * Use SyncStatus::is_snapshot_syncing
    sorpaas committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    3d0b53a View commit details
    Browse the repository at this point in the history
  2. Fix Snapshot restoration failure on Windows (#9491)

    * Close Blooms DB files before DB restoration
    
    * PR Grumbles I
    
    * PR Grumble
    
    * Grumble
    ngotchac authored and sorpaas committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    98f6d6c View commit details
    Browse the repository at this point in the history