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

support crypto primitives for no_std introducing full_crypto feature #3778

Merged
merged 27 commits into from
Nov 4, 2019

Commits on Sep 30, 2019

  1. introduced "with_crypto" feature and applied switches like in substra…

    …te-api-client fork
    Alain Brenzikofer committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    9b8a283 View commit details
    Browse the repository at this point in the history
  2. introduced "with_crypto" feature and applied switches like in substra…

    …TEE-worker fork
    Alain Brenzikofer committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    9edc07e View commit details
    Browse the repository at this point in the history
  3. distinguishing core::hash vs std::hash

    Alain Brenzikofer committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    7097676 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    48e6e34 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. @bkchr's review requests fulfilled

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    5ab8bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e2619 View commit details
    Browse the repository at this point in the history
  3. fixes

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    ae0c870 View commit details
    Browse the repository at this point in the history
  4. revert dependency upgrade ed25519-dalek

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    cc60d56 View commit details
    Browse the repository at this point in the history
  5. added full_crypto features to all crates using app_crypto! macro

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    233b026 View commit details
    Browse the repository at this point in the history
  6. fixing CI complaints.

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    53ec53a View commit details
    Browse the repository at this point in the history
  7. fix again

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    f6c5040 View commit details
    Browse the repository at this point in the history
  8. adding CI test for with_crypto feature

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    aa96e0f View commit details
    Browse the repository at this point in the history
  9. added full_crypto for ecdsa. now builds wit h--no-deafault-features -…

    …-features with_crypto
    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    f83bfe3 View commit details
    Browse the repository at this point in the history
  10. remove --release from CI test

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    c6ee791 View commit details
    Browse the repository at this point in the history
  11. @bkchr requested changes. moved full_crypto CI test to build stage

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    536d6c3 View commit details
    Browse the repository at this point in the history
  12. fixing no_std issue

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    291baeb View commit details
    Browse the repository at this point in the history
  13. CI fresh copy from srml-staking

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    bcc7e32 View commit details
    Browse the repository at this point in the history
  14. gitlab CI with +nightly

    Alain Brenzikofer committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a13cf9a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. solved no-feature-in-macro dilemma

    Alain Brenzikofer committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    7f25925 View commit details
    Browse the repository at this point in the history
  2. cosmetics

    Alain Brenzikofer committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    104e5ca View commit details
    Browse the repository at this point in the history
  3. Update core/application-crypto/src/sr25519.rs

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    brenzi and bkchr authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    b579288 View commit details
    Browse the repository at this point in the history
  4. Update core/application-crypto/src/ed25519.rs

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    brenzi and bkchr authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    f38ec5f View commit details
    Browse the repository at this point in the history
  5. even more simple

    Alain Brenzikofer committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    272a8af View commit details
    Browse the repository at this point in the history
  6. undo line delete

    Alain Brenzikofer committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    42d0270 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. refactoring app_crypto macro. splitting functionalities based on full…

    …_crypto feature
    Alain Brenzikofer committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    1c721f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99ef109 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. whitespace cosmetics

    Alain Brenzikofer committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    d36abf5 View commit details
    Browse the repository at this point in the history