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

[devp2p] Don't use rust-crypto #10714

Merged
merged 15 commits into from
Jun 17, 2019
Merged

Commits on Jun 1, 2019

  1. Run cargo fix

    dvdplm committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    3efca47 View commit details
    Browse the repository at this point in the history
  2. Optimize imports

    dvdplm committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    431eccf View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. compiles

    dvdplm committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    95a958d View commit details
    Browse the repository at this point in the history
  2. cleanup

    dvdplm committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    66f3659 View commit details
    Browse the repository at this point in the history
  3. Use Secret to store mac-key

    Truncate payload properly
    dvdplm committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    be06f57 View commit details
    Browse the repository at this point in the history
  4. cleanup

    dvdplm committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    9634be3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into dp/chore/devp2p-cosmetics

    * master:
      Upgrade ethereum types (#10670)
    dvdplm committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    d5d1eb0 View commit details
    Browse the repository at this point in the history
  6. Reorg imports

    dvdplm committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    1e68071 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dp/chore/devp2p-cosmetics' into dp/chore/remove-rust-cr…

    …ypto-from-devp2p
    
    * dp/chore/devp2p-cosmetics:
      Reorg imports
      Upgrade ethereum types (#10670)
    dvdplm committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    6f51390 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Merge branch 'master' into dp/chore/remove-rust-crypto-from-devp2p

    * master:
      [devp2p] Fix warnings and re-org imports (#10710)
    dvdplm committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    b0c89b8 View commit details
    Browse the repository at this point in the history
  2. brwchk hand waving

    dvdplm committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    f190a63 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Review feedback

    dvdplm committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    0ae675b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Merge branch 'master' into dp/chore/remove-rust-crypto-from-devp2p

    * master:
      updater: fix static id hashes initialization (#10755)
      Use fewer threads for snapshotting (#10752)
      Die error_chain, die (#10747)
      Fix deprectation warnings on nightly (#10746)
      fix docker tags for publishing (#10741)
      DevP2p: Get node IP address and udp port from Socket, if not included in PING packet (#10705)
      ethcore: enable ECIP-1054 for classic (#10731)
      Stop breaking out of loop if a non-canonical hash is found (#10729)
      Refactor Clique stepping (#10691)
      Use RUSTFLAGS to set the optimization level (#10719)
      SecretStore: non-blocking wait of session completion (#10303)
      removed secret_store folder (#10722)
      SecretStore: expose restore_key_public in HTTP API (#10241)
      Revert "enable lto for release builds (#10717)" (#10721)
      enable lto for release builds (#10717)
      Merge `Notifier` and `TransactionsPoolNotifier` (#10591)
    dvdplm committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    17c3a3b View commit details
    Browse the repository at this point in the history
  2. whitespace

    dvdplm committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    e4e00c9 View commit details
    Browse the repository at this point in the history
  3. error chain is dead

    dvdplm committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    b2e51bb View commit details
    Browse the repository at this point in the history