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

Feature add Moonbeam's parachain staking precompile #672

Merged
merged 18 commits into from
Jul 26, 2024

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    e170a01 View commit details
    Browse the repository at this point in the history
  2. it compiles

    magecnion committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4ec7ce4 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Integrate Moonbeam's staking precompile (#673)

    * it compiles
    
    * test compiles
    
    * remove unneeded code
    
    * clippy issues
    
    * fix tests
    
    * merge
    
    * fix tests
    
    * include staking precompile in runtime
    
    * update staking precompile address
    
    * include readme
    
    * update readme
    
    * don't use default impl in mocks; resuse moonbeam address
    magecnion committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    10a9d9b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge remote-tracking branch 'origin/main' into feature/add-moonbeam-…

    …parachain-staking-precompile
    magecnion committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0c464f2 View commit details
    Browse the repository at this point in the history
  2. merge

    magecnion committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    036a8e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. test join candidates

    magecnion committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f4437f1 View commit details
    Browse the repository at this point in the history
  2. alith can join as candidate

    magecnion committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bbb6446 View commit details
    Browse the repository at this point in the history
  3. delegate test

    magecnion committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f58b52c View commit details
    Browse the repository at this point in the history
  4. fmt

    magecnion committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    63b0857 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge remote-tracking branch 'origin/main' into feature/add-moonbeam-…

    …parachain-staking-precompile
    magecnion committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    908fba8 View commit details
    Browse the repository at this point in the history
  2. remove unneeded code

    magecnion committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    26a8949 View commit details
    Browse the repository at this point in the history
  3. addressing comments

    magecnion committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6608e3b View commit details
    Browse the repository at this point in the history
  4. fix tests

    magecnion committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    411450a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8112d2f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    2e45dcc View commit details
    Browse the repository at this point in the history
  2. new weights

    asiniscalchi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b9abc98 View commit details
    Browse the repository at this point in the history
  3. compilation fix

    asiniscalchi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4047346 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    240bc11 View commit details
    Browse the repository at this point in the history