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

Split off System random functions into a new Randomness module #3699

Merged
merged 33 commits into from
Oct 8, 2019
Merged

Split off System random functions into a new Randomness module #3699

merged 33 commits into from
Oct 8, 2019

Commits on Sep 26, 2019

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

Commits on Sep 27, 2019

  1. bump spec and impl version

    Expenses committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    b6dbab6 View commit details
    Browse the repository at this point in the history
  2. Move randomness to bottom of construct_runtime calls, move initializa…

    …tion into on_initialize
    Expenses committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    5c59f76 View commit details
    Browse the repository at this point in the history
  3. Update srml/randomness/Cargo.toml

    Co-Authored-By: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    expenses and kianenigma committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    81d082f View commit details
    Browse the repository at this point in the history
  4. Update srml/randomness/src/lib.rs

    Co-Authored-By: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    expenses and kianenigma committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    fb41b38 View commit details
    Browse the repository at this point in the history
  5. Update srml/randomness/src/lib.rs

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    expenses and bkchr committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    6fafe55 View commit details
    Browse the repository at this point in the history
  6. Update srml/randomness/Cargo.toml

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    expenses and bkchr committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    8755b97 View commit details
    Browse the repository at this point in the history
  7. Improve system example

    expenses committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    12158e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bbc03a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71bf01c View commit details
    Browse the repository at this point in the history
  10. Update Cargo.lock

    expenses committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    394ad49 View commit details
    Browse the repository at this point in the history
  11. Fix randomness example

    expenses committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    664fc3c View commit details
    Browse the repository at this point in the history
  12. Get rid of the stored index

    expenses committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    e3761d2 View commit details
    Browse the repository at this point in the history
  13. Add tests

    expenses committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    907a29a View commit details
    Browse the repository at this point in the history
  14. Add a random test

    expenses committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    d98c7db View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Configuration menu
    Copy the full SHA
    64e3c22 View commit details
    Browse the repository at this point in the history
  2. Improve docs

    expenses committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    908d00f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15011d1 View commit details
    Browse the repository at this point in the history
  4. Fix executive test :^)

    expenses committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    fb96026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc15acc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Update srml/randomness/Cargo.toml

    Co-Authored-By: Gavin Wood <github@gavwood.com>
    expenses and gavofyork committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    f7e4d4d View commit details
    Browse the repository at this point in the history
  2. Update srml/randomness/src/lib.rs

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    expenses and bkchr committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    8c8f70b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Update srml/randomness/src/lib.rs

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    expenses and bkchr committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b71e627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44a3cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d491ac8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

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

Commits on Oct 7, 2019

  1. rename crate

    expenses committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    bb84094 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a28382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    742b3db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8388726 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    b5cd993 View commit details
    Browse the repository at this point in the history
  2. Update srml/randomness-collective-flip/src/lib.rs

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    expenses and bkchr committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    0db8a8b View commit details
    Browse the repository at this point in the history
  3. Update srml/randomness-collective-flip/src/lib.rs

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    expenses and bkchr committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    6a88d62 View commit details
    Browse the repository at this point in the history