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

Add pallet reward inflation #277

Merged
merged 60 commits into from
Oct 31, 2023
Merged

Add pallet reward inflation #277

merged 60 commits into from
Oct 31, 2023

Commits on Sep 18, 2023

  1. reward trait

    nanocryk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e019e26 View commit details
    Browse the repository at this point in the history
  2. reward distribution code

    nanocryk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    14aa1c1 View commit details
    Browse the repository at this point in the history
  3. tests (wip)

    nanocryk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3d1793e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. reward distribution tests

    nanocryk committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9fb4f66 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. fix test + remove warning

    nanocryk committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    36583d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    d83f92e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    862f19b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8463feb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c1448c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f1dd5a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    875953b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a5a8f View commit details
    Browse the repository at this point in the history
  3. reward orchestrator chain

    librelois committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c686196 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3368ae2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88a55fc View commit details
    Browse the repository at this point in the history
  6. fmt

    librelois committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a11b3df View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. remove dead code

    Co-authored-by: tmpolaczyk <[email protected]>
    nanocryk and tmpolaczyk authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ef72074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f09ff87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    263adff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5fff7c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. fmt

    librelois committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3565bb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    b2d102e View commit details
    Browse the repository at this point in the history
  2. cleanup merge

    nanocryk committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    595246d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    d777ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a97b3a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1188dc7 View commit details
    Browse the repository at this point in the history
  4. adapt to 1.1.0

    girazoki committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ab0dce4 View commit details
    Browse the repository at this point in the history
  5. fmt

    girazoki committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8bb84f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e25be7d View commit details
    Browse the repository at this point in the history
  7. types and unitest error

    girazoki committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    25b0ae5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49d1028 View commit details
    Browse the repository at this point in the history
  9. fmt

    nanocryk committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8db89fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb5eb07 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf86006 View commit details
    Browse the repository at this point in the history
  12. fix rust tests

    girazoki committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a1a4e6a View commit details
    Browse the repository at this point in the history
  13. TODO: important!

    girazoki committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    74e42e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    dc42ba4 View commit details
    Browse the repository at this point in the history
  2. add runtime event to mock

    girazoki committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9ce62e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eec4c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b49d627 View commit details
    Browse the repository at this point in the history
  5. fix linting and fmt

    girazoki committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c24d1c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f82135 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    cc79907 View commit details
    Browse the repository at this point in the history
  2. add more test

    girazoki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    55ad901 View commit details
    Browse the repository at this point in the history
  3. fmt lint

    girazoki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9109b24 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    daa03d0 View commit details
    Browse the repository at this point in the history
  2. wire in container rewarding

    girazoki committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    347a928 View commit details
    Browse the repository at this point in the history
  3. fmt

    girazoki committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    96d4668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d51452 View commit details
    Browse the repository at this point in the history
  5. try-runtime

    girazoki committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bf3d9c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. test fixed

    girazoki committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e84ee7d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. make distribute_rewards transactional (#299)

    * make distribute_rewards transactional
    
    * fmt
    
    ---------
    
    Co-authored-by: girazoki <[email protected]>
    nanocryk and girazoki authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3be9f61 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    c570d15 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    nanocryk committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    238b5ee View commit details
    Browse the repository at this point in the history
  3. compile

    girazoki committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    cda81e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Inflation rewards integration tests (#295)

    * test reward distribution
    
    * ensure it still works even with key change
    
    * find_map + fmt
    
    * fmt
    
    * remove dbg!
    nanocryk authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    323584f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be84d2d View commit details
    Browse the repository at this point in the history