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

Upgrade to parity-crypto 0.4 #10650

Merged
merged 8 commits into from
May 28, 2019
Merged

Commits on May 13, 2019

  1. [whisper] Move needed aes_gcm crypto in-crate

    In the latest `parity-crypto` release (upcoming 0.4), the aes GCM features were removed (done to remove the dependency on `ring`).
    This PR adds the bare minimum crypto needed for Whisper directly to the crate itself and as those were the only features needed from `parity-crypto`, removes the dependency on that crate altogether.
    dvdplm committed May 13, 2019
    Configuration menu
    Copy the full SHA
    cb6ab20 View commit details
    Browse the repository at this point in the history
  2. Upgrade to parity-crypto 0.4

    Reverts using NonZeroU32 (introduced [here](b347599)).
    dvdplm committed May 13, 2019
    Configuration menu
    Copy the full SHA
    14a24ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51f51f6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Merge branch 'master' into dp/chore/switch-to-new-parity-crypto

    * master:
      docs: Add ProgPoW Rust docs to ethash module (#10653)
      fix: Move PR template into .github/ folder (#10663)
      docs: Add PR template (#10654)
      Trivial journal for private transactions (#10056)
      fix(compilation warnings) (#10649)
      [whisper] Move needed aes_gcm crypto in-crate (#10647)
    dvdplm committed May 19, 2019
    Configuration menu
    Copy the full SHA
    c7808ac View commit details
    Browse the repository at this point in the history
  2. Use beta.4

    dvdplm committed May 19, 2019
    Configuration menu
    Copy the full SHA
    b7235cb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Merge branch 'master' into dp/chore/switch-to-new-parity-crypto

    * master:
      Remove support for hardware wallets (#10678)
      [CI] allow cargo audit to fail (#10676)
    dvdplm committed May 21, 2019
    Configuration menu
    Copy the full SHA
    02eff51 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Merge branch 'master' into dp/chore/switch-to-new-parity-crypto

    * master:
      Don't panic if extra_data is longer than VANITY_LENGTH (#10682)
      docs: evmbin - Update Rust docs (#10658)
      Remove annoying compiler warnings (#10679)
      Reset blockchain properly (#10669)
    dvdplm committed May 22, 2019
    Configuration menu
    Copy the full SHA
    3d62cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    663b567 View commit details
    Browse the repository at this point in the history