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

stake pallet #159

Merged
merged 21 commits into from
Jan 9, 2021
Merged

stake pallet #159

merged 21 commits into from
Jan 9, 2021

Commits on Jan 5, 2021

  1. init

    4meta5 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    034a62c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a84329a View commit details
    Browse the repository at this point in the history
  3. init author pallet

    4meta5 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    c831115 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    45da922 View commit details
    Browse the repository at this point in the history
  2. remove Account workaround in author pallet and decode directly into A…

    …ccountId from inherent
    4meta5 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8b917e6 View commit details
    Browse the repository at this point in the history
  3. remove dependency on pallet sessions, add leave nominators runtime me…

    …thod, and revert previous unnecessary changes
    4meta5 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    35026d9 View commit details
    Browse the repository at this point in the history
  4. fmt

    4meta5 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    4df0379 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. add empty genesis

    4meta5 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    eec9951 View commit details
    Browse the repository at this point in the history
  2. constant issuance

    4meta5 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    9e3b7c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b8cc2f View commit details
    Browse the repository at this point in the history
  4. fix Cargo.lock

    JoshOrndorff committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    37af0cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd2cd6d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. author pallet ensures block author is in the validator set tracked in…

    … stake before setting author
    4meta5 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    89c2af1 View commit details
    Browse the repository at this point in the history
  2. bump versions, panic in on finalize if author is not set, change inpu…

    …t param for IsValidator to ref
    4meta5 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    bdac3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26a77fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daec592 View commit details
    Browse the repository at this point in the history
  5. make all storage items private for now, revert polkadotjs type attemp…

    …t bc it didnt do anything
    4meta5 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    d8c1bc6 View commit details
    Browse the repository at this point in the history
  6. need to publish new version of moonbeam-types-bundle in order for int…

    …egration tests to recognize RoundIndex is u32
    4meta5 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    5ae8701 View commit details
    Browse the repository at this point in the history
  7. type registration still fails

    4meta5 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    a1b387b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Fixes CI for moonbeam type bundle

    Crystalin committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    f8b88e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b7aba View commit details
    Browse the repository at this point in the history