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

Decoding headers can fail #8570

Merged
merged 25 commits into from
May 9, 2018
Merged

Decoding headers can fail #8570

merged 25 commits into from
May 9, 2018

Commits on May 1, 2018

  1. rlp::decode returns Result

    dvdplm committed May 1, 2018
    Configuration menu
    Copy the full SHA
    70db4f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b6f5c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2f47a4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    ae8483d View commit details
    Browse the repository at this point in the history
  2. Fix tests in rlp_derive

    dvdplm committed May 2, 2018
    Configuration menu
    Copy the full SHA
    af4970a View commit details
    Browse the repository at this point in the history
  3. Fix tests

    dvdplm committed May 2, 2018
    Configuration menu
    Copy the full SHA
    ffd7a65 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    dvdplm committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6eac3a2 View commit details
    Browse the repository at this point in the history
  5. cleanup

    dvdplm committed May 2, 2018
    Configuration menu
    Copy the full SHA
    23f4597 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40eed16 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

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

    dvdplm committed May 3, 2018
    Configuration menu
    Copy the full SHA
    ea4a6d2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Fix the trivial grumbles

    dvdplm committed May 7, 2018
    Configuration menu
    Copy the full SHA
    ea17bd7 View commit details
    Browse the repository at this point in the history
  2. Fix failing tests

    dvdplm committed May 7, 2018
    Configuration menu
    Copy the full SHA
    7b07b69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0930b0a View commit details
    Browse the repository at this point in the history
  4. Syntx, sigh

    dvdplm committed May 7, 2018
    Configuration menu
    Copy the full SHA
    245ed85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cdad30 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Header::decode returns Result

    Handle new return type throughout the code base.
    dvdplm committed May 8, 2018
    Configuration menu
    Copy the full SHA
    c2afc3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d7d55 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/rlp-decode-returns-result-issue-8033' into fix/deco…

    …ding-headers-can-fail-#8553
    
    * fix/rlp-decode-returns-result-issue-8033:
      Do not continue reading from the DB when a value could not be read
    dvdplm committed May 8, 2018
    Configuration menu
    Copy the full SHA
    dc3269a View commit details
    Browse the repository at this point in the history
  4. Fix tests

    dvdplm committed May 8, 2018
    Configuration menu
    Copy the full SHA
    9ca99dd View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into fix/decoding-headers-can-fail-#8553

    * master:
      Rlp decode returns Result (#8527)
      Node table sorting according to last contact data (#8541)
      Keep all enacted blocks notify in order (#8524)
      ethcore, rpc, machine: refactor block reward application and tracing (#8490)
      Consolidate crypto functionality in `ethcore-crypto`. (#8432)
      EIP 145: Bitwise shifting instructions in EVM (#8451)
      Remove expect (#8536)
      Don't panic in import_block if invalid rlp (#8522)
      Pass on storage keys tracing to handle the case when it is not modified (#8491)
      Fetching logs by hash in blockchain database (#8463)
      Transaction Pool improvements (#8470)
      More changes for Android (#8421)
      Enable WebAssembly and Byzantium for Ellaism (#8520)
      SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357)
      Hardware Wallet trait (#8071)
      Directly return None if tracing is disabled (#8504)
      Show imported messages for light client (#8517)
    dvdplm committed May 8, 2018
    Configuration menu
    Copy the full SHA
    9ecd8c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b252fc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25491ff View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    97906c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf6ed2 View commit details
    Browse the repository at this point in the history