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

Enable aesni #10756

Merged
merged 27 commits into from
Jun 18, 2019
Merged

Enable aesni #10756

merged 27 commits into from
Jun 18, 2019

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
  4. Build parity-ethereum with SSE2, SSSE3 and AES enabled

    This enables the `aesni` crate for 50x faster AES crypto.
    dvdplm committed Jun 17, 2019
    2 Configuration menu
    Copy the full SHA
    9999b71 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Correct rustflag setting

    dvdplm committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    56c0706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b34da90 View commit details
    Browse the repository at this point in the history
  3. whitespace

    dvdplm committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    08401a1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into dp/chore/turn-on-aesni

    * master:
      [devp2p] Don't use `rust-crypto` (#10714)
    dvdplm committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    4a38f5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    011688e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79453f2 View commit details
    Browse the repository at this point in the history
  7. Remove "Linker" printout

    dvdplm committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    0278e37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30fba7f View commit details
    Browse the repository at this point in the history
  9. Skip signing windows binaries

    dvdplm committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a8ae24b View commit details
    Browse the repository at this point in the history
  10. Build windows like before

    dvdplm committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    5efefc5 View commit details
    Browse the repository at this point in the history
  11. address grumble

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