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

Incentive system #23

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open

Incentive system #23

wants to merge 32 commits into from

Commits on Jul 31, 2023

  1. init

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d7b3247 View commit details
    Browse the repository at this point in the history
  2. fix test

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5d6b795 View commit details
    Browse the repository at this point in the history
  3. add cli

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    01c1e73 View commit details
    Browse the repository at this point in the history
  4. fix cli

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3229c2a View commit details
    Browse the repository at this point in the history
  5. refactor naming

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7404252 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24ea68c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b26ef1a View commit details
    Browse the repository at this point in the history
  8. refactor

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    61d23ae View commit details
    Browse the repository at this point in the history
  9. fix cli

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8a78a78 View commit details
    Browse the repository at this point in the history
  10. fix cli

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c7fd93b View commit details
    Browse the repository at this point in the history
  11. fix cli

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    aa973fb View commit details
    Browse the repository at this point in the history
  12. add idl

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4b27e0b View commit details
    Browse the repository at this point in the history
  13. minor fix cli

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    37dbf77 View commit details
    Browse the repository at this point in the history
  14. fix readme

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    cc8e427 View commit details
    Browse the repository at this point in the history
  15. update IDL

    andrewsource147 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    87cd5a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. update readmes versions

    worlddlckgh committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7ca8606 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix test (#20)

    andrewsource147 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    dab6e77 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. add event

    andrewsource147 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1872076 View commit details
    Browse the repository at this point in the history
  2. fix build version

    andrewsource147 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d885bcf View commit details
    Browse the repository at this point in the history
  3. upgrade anchor

    andrewsource147 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    66a9948 View commit details
    Browse the repository at this point in the history
  4. refactor naming

    andrewsource147 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    76ea03b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Lbclmm gauge (#25)

    * add lbclmm
    
    * fix cli
    andrewsource147 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5543efb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. change bribe to pda

    andrewsource147 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8e39b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    846007b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26382b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. more fields for gauge

    andrewsource147 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    f9e35cc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fix test

    andrewsource147 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    10b3b2c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Manage fee (#26)

    * add partner rewards
    
    * claim fee in meteora
    andrewsource147 authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b8bfce2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. refactor gauge

    andrewsource147 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    a12502a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. fix(ci): Update CI lint (#30)

    * fix(ci): Update CI lint
    
    * chore: Add justfile task runner
    
    * fix(clippy): Replace unwrap with unwrap_checked
    
    * fix: Move math lib to separate crate
    
    * fix: Update gauge to use safemath
    
    * fix: minor typo
    
    * fix(gauge): Return result instead of option
    quangkeu95 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    daa9795 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix(gauge): Remove current_index related to ring buffer vectors (#29)

    * fix(gauge): Remove current_index related to ring buffer vectors
    
    * fix: Fix gauge index for epoch
    
    * chore: Add pino logger for Typescript logging
    
    * fix(gauge): Handle return index for voting epoch
    
    * fix: Update ci action
    
    * chore: Add github action cargo cache
    
    * fix: Make function names more clear
    
    * chore: minor refactor
    
    * fix: Remove redundant logs
    quangkeu95 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2330d0f View commit details
    Browse the repository at this point in the history
  2. fix(quarry): Change quarry to zero copy (#32)

    * fix: Change quarry to zero copy
    
    * fix: Fix RewardInfo zero copy
    
    * fix(quarry): Use get_mut to modify inner reward info
    quangkeu95 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    93bce87 View commit details
    Browse the repository at this point in the history