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

Feat/incentive gas distribute #72

Merged
merged 54 commits into from
May 9, 2023
Merged

Commits on Apr 13, 2023

  1. add: scaffold incentive

    kenta-elys committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    68a5ded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    556d3b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b54b1ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa08096 View commit details
    Browse the repository at this point in the history
  5. add: add commitmentKeeper as incentive newkeeper param, declare keepe…

    …r functions for staking hooks
    kenta-elys committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    09e3605 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    053c684 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b362842 View commit details
    Browse the repository at this point in the history
  8. fix: remove exception handling for checking block height in hook func…

    …tions in order to be succeed in unit test
    kenta-elys committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    bb00eb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    a49f076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755cf87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e4d50e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c61a73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08bef2b View commit details
    Browse the repository at this point in the history
  6. fix: rebuild protobuf

    kenta-elys committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    622671e View commit details
    Browse the repository at this point in the history
  7. fix: correct data type of incentive params in config.yml and add an e…

    …xception handling in staking hook ignore 0 block height
    kenta-elys committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d8c09d3 View commit details
    Browse the repository at this point in the history
  8. Commitment Module Denom Checks (#55)

    * check denom for commit enabled
    
    * commitEnabled config
    
    * withdraw check
    
    * eden-boost assetprofile entry
    AustinoBombino authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6c611e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e8bdfe View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    e2f7a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b10a1b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ad1bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0374e85 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    45bcf08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4d7ad4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3407032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28c0a5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2707c07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de8404d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47d76f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    b5a22d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c7f439 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6abc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1770941 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50e0e0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa1cefc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57590ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1cfbbd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    353ba02 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

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

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    c29caa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c83005f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61b3d84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c662087 View commit details
    Browse the repository at this point in the history
  5. feat: handle staking hook

    kenta-elys committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e656bfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa177a1 View commit details
    Browse the repository at this point in the history
  7. fix: remove referene to standard distribution module and fix export.g…

    …o with distribution keeper
    kenta-elys committed May 5, 2023
    Configuration menu
    Copy the full SHA
    4aae17f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cfc01c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    0441acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae15bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6574dd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53dbf43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab62963 View commit details
    Browse the repository at this point in the history