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

Filter Authors at each block height #229

Merged
merged 17 commits into from
Feb 8, 2021
Merged

Commits on Feb 4, 2021

  1. sketch that compiles

    JoshOrndorff committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    83ae90a View commit details
    Browse the repository at this point in the history
  2. add debug event

    JoshOrndorff committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    f76f649 View commit details
    Browse the repository at this point in the history
  3. actual filtering

    JoshOrndorff committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    57ec05e View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    JoshOrndorff committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    868c3f4 View commit details
    Browse the repository at this point in the history
  5. line length

    JoshOrndorff committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    2aa58a8 View commit details
    Browse the repository at this point in the history
  6. braindump into comments

    JoshOrndorff committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    9527ba1 View commit details
    Browse the repository at this point in the history
  7. EligibleRation

    JoshOrndorff committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    77a7f05 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Move author inherent validity check back on on_finalize

    So it is guaranteed to happen after the relay chain randomness has been 
    injected via inherent.
    JoshOrndorff committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    cf5e095 View commit details
    Browse the repository at this point in the history
  2. Calculate eligability on demand.

    Will happen in authorshi_inherent's on_finalize.
    JoshOrndorff committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2473b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faa62ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b60345f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a1a18e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa6edfa View commit details
    Browse the repository at this point in the history
  7. bump runtime version

    JoshOrndorff committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3d55d61 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Update pallets/author-filter/src/lib.rs

    Co-authored-by: Amar Singh <[email protected]>
    JoshOrndorff and 4meta5 authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7ce9d96 View commit details
    Browse the repository at this point in the history
  2. prune serde dependency

    JoshOrndorff committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    76f65ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b93562 View commit details
    Browse the repository at this point in the history