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

[stable] Backports #8919

Merged
merged 8 commits into from
Jun 19, 2018
Merged

[stable] Backports #8919

merged 8 commits into from
Jun 19, 2018

Commits on Jun 18, 2018

  1. Configuration menu
    Copy the full SHA
    e8f7e2a View commit details
    Browse the repository at this point in the history
  2. CI: Fix docker tags (#8822)

    * scripts: enable docker builds for beta and stable
    
    * scripts: docker latest should be beta not master
    
    * scripts: docker latest is master
    5chdn authored and ascjones committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    0127aff View commit details
    Browse the repository at this point in the history
  3. Fix concurrent access to signer queue (#8854)

    * Fix concurrent access to signer queue
    
    * Put request back to the queue if confirmation failed
    
    * typo: fix docs and rename functions to be more specific
    
    `request_notify` does not need to be public, and it's renamed to `notify_result`.
    `notify` is renamed to `notify_message`.
    
    * Change trace info "Transaction" -> "Request"
    sorpaas authored and ascjones committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    2b8501a View commit details
    Browse the repository at this point in the history
  4. Add new ovh bootnodes and fix port for foundation bootnode 3.2 (#8886)

    * Add new ovh bootnodes and fix port for foundation bootnode 3.2
    
    * Remove old bootnodes.
    
    * Remove duplicate 1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082
    ddorgan authored and ascjones committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    24c2b8e View commit details
    Browse the repository at this point in the history
  5. Block 0 is valid in queries (#8891)

    Early exit for block nr 0 leads to spurious error about pruning: `…your node is running with state pruning…`.
    
    Fixes #7547, #8762
    dvdplm authored and ascjones committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    bdef4b3 View commit details
    Browse the repository at this point in the history
  6. update jsonrpc libs, fixed ipc leak, closes #8774 (#8876)

    Instead of cherrypicking 8b78141, just ran cargo update -p jsonrpc-core
    ascjones committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    40fb2b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    083b1d1 View commit details
    Browse the repository at this point in the history
  8. Minor fix in chain supplier and light provider (#8906)

    * fix chain supplier increment
    
    * fix light provider block_headers
    andresilva authored and ascjones committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    34511c3 View commit details
    Browse the repository at this point in the history