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

move economic security into it's own pallet #594

Closed

Commits on Aug 14, 2024

  1. add missing prevotes (serai-dex#590)

    * add missing prevotes
    
    * remove the TODO
    
    * add missing current step checks
    
    ---------
    
    Co-authored-by: akildemir <aeg_asd@hotmail.com>
    akildemir and akildemir authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    46c86d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Implement block emissions (serai-dex#551)

    * add genesis liquidity implementation
    
    * add missing deposit event
    
    * fix CI issues
    
    * minor fixes
    
    * make math safer
    
    * fix fmt
    
    * implement block emissions
    
    * make remove liquidity an authorized call
    
    * implement setting initial values for coins
    
    * add genesis liquidity test & misc fixes
    
    * updato develop latest
    
    * fix rotation test
    
    * fix licencing
    
    * add fast-epoch feature
    
    * only create the pool when adding liquidity first time
    
    * add initial reward era test
    
    * test whole pre ec security emissions
    
    * fix clippy
    
    * add swap-to-staked-sri feature
    
    * rebase changes
    
    * fix tests
    
    * Remove accidentally commited ETH ABI files
    
    * fix some pr comments
    
    * Finish up fixing pr comments
    
    * exclude SRI from is_allowed check
    
    * Misc changes
    
    ---------
    
    Co-authored-by: akildemir <aeg_asd@hotmail.com>
    Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
    3 people authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3563c67 View commit details
    Browse the repository at this point in the history
  2. move economic security into it's own pallet

    akildemir authored and akildemir committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    49ea38b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3213ef4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab7df0f View commit details
    Browse the repository at this point in the history
  5. update to develop latest

    akildemir authored and akildemir committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3c6eefc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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