Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(identity): make rand optional #4349

Merged
merged 33 commits into from
Oct 18, 2023
Merged

Commits on Aug 19, 2023

  1. feat(identity)!: make rand optional

    Some restricted environments lack proper random source, and `getrandom` crate
    fails to compile.  However, random sources is needed only for random key
    generation which is not always required.
    
    This change introduces `rand` feature flag that is gate to all the
    functionality that requires `rand` crate.
    monoid committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    9f69eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b3bdd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Make ed25519-dalek's rand_core feature optional

    It has to be enabled by rand feature only.
    monoid committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4143eaf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    6c03b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11de754 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    866cc1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fe25c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea1a136 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    afde3f8 View commit details
    Browse the repository at this point in the history
  2. Fix wasm-tests

    monoid committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    554e097 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. libp2p-identity version bump

    monoid committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4fe58a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719a6e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9881d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Format identity/Cargo.toml

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    monoid and thomaseizinger authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4e9419c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbd4438 View commit details
    Browse the repository at this point in the history
  3. Update identity/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    monoid and thomaseizinger authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d68fe13 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Bump libp2p version

    monoid committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0c69bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d158a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fedbb60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a9707 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    d9bcbb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd5f06 View commit details
    Browse the repository at this point in the history
  3. Remove a comment

    monoid committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c907711 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50ec01c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe1b8b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c3fd0e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    ee4f2f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a43faf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    3e824d9 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    monoid committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d9bbdb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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