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

Handle socket address parsing errors #8545

Merged
merged 7 commits into from
May 9, 2018
Merged

Handle socket address parsing errors #8545

merged 7 commits into from
May 9, 2018

Commits on May 4, 2018

  1. Fix issue 6972

    Unpack errors and check for io::ErrorKind::InvalidInput and return our own AddressParse error. Remove the foreign link to std::net::AddrParseError and add an `impl From` for that error. Test parsing properly.
    dvdplm committed May 4, 2018
    Configuration menu
    Copy the full SHA
    e55d4f6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Merge branch 'master' into fix/issues/6972

    * master:
      Consolidate crypto functionality in `ethcore-crypto`. (#8432)
      EIP 145: Bitwise shifting instructions in EVM (#8451)
    dvdplm committed May 7, 2018
    Configuration menu
    Copy the full SHA
    3230713 View commit details
    Browse the repository at this point in the history
  2. Sort uses

    dvdplm committed May 7, 2018
    Configuration menu
    Copy the full SHA
    645752d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3618f60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bc801b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    940e4b9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix/issues/6972

    * master:
      Decoding headers can fail (#8570)
      Refactoring `ethcore-sync` - Fixing warp-sync barrier (#8543)
      Remove State::replace_backend (#8569)
      Make trace-time publishable. (#8568)
      Don't block sync when importing old blocks (#8530)
      Trace precompiled contracts when the transfer value is not zero (#8486)
      Parity as a library (#8412)
      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)
    dvdplm committed May 9, 2018
    Configuration menu
    Copy the full SHA
    72ad364 View commit details
    Browse the repository at this point in the history