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 LP staking into Picasso runtime #3504

Merged
merged 34 commits into from
May 4, 2023

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    6d2329e View commit details
    Browse the repository at this point in the history
  2. add farming pallet

    RustNinja committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5649915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67f6d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c177ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    772495b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6e8e46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1717978 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9511318 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    ff593e5 View commit details
    Browse the repository at this point in the history
  2. refactor reward pallet and remove unused constant from pallet config

    - update picasso runtime
    - refactor unit tests
    - update mock runtime for farming and reward pallet
    RustNinja committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0c7cc6f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from RustNinja/farming-reward-refactoring

    Refactor reward pallet and remove unused constant from pallet config
    RustNinja committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b93ec38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcc0454 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from RustNinja/add-runtime-api-for-reward-pallet

    add runtime api for reward pallet
    RustNinja committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    07d5eef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e3d9eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    feeea35 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from RustNinja/add-reward-rpc-to-composable-node

    Add reward rpc to composable node
    RustNinja committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3e3416b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b410d6d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4459a17 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9a6fe6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4adc62f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    ce64724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6431cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b97e7e1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from RustNinja/add-request-changes

    Add logs for update reward schedule and remove comments
    RustNinja committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6f0a5df View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    bb1d225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cac523d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    097164b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from RustNinja/fix-benchmarking-tests

    fix benchmarking tests for farming pallet.
    RustNinja committed May 3, 2023
    Configuration menu
    Copy the full SHA
    23ce2cb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. fix cargo clippy

    RustNinja committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2fa56c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from RustNinja/fix-benchmarking-tests

    Fix benchmarking tests and cargo clippy
    RustNinja committed May 4, 2023
    Configuration menu
    Copy the full SHA
    69bbd1f View commit details
    Browse the repository at this point in the history
  3. remove commented code and

    RustNinja committed May 4, 2023
    Configuration menu
    Copy the full SHA
    869d5e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fea4c3e View commit details
    Browse the repository at this point in the history