-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: NoLock gauge type and external gauge creation wiring to CL (#5459)
* feat/docs: CL external incentives tool * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * Apply suggestions from code review * updates * updates * more assertions in TestCreateGauge_NoLockGauges * add comments to CreateGauge * update comments for Distribute * updates * revert * changelog * add incentives module docs * fix test names * CL module README * updates * typo * fix test * test updates * Update x/incentives/README.md Co-authored-by: Sishir Giri <[email protected]> * Update x/incentives/keeper/gauge_test.go * Update x/incentives/keeper/gauge.go * refactor/fix: external vs internal pool id and gauge id links for "NoLock" gauge (#5475) * refactor/fix: external vs internal pool id and gauge id links for "NoLock" gauge * fix test * Update x/incentives/keeper/gauge.go * Update x/pool-incentives/keeper/keeper.go * Update x/pool-incentives/keeper/keeper.go * Update x/pool-incentives/keeper/keeper.go Co-authored-by: Adam Tucker <[email protected]> * Update x/pool-incentives/keeper/keeper_test.go Co-authored-by: Adam Tucker <[email protected]> * comment updates and renames --------- Co-authored-by: Adam Tucker <[email protected]> * superfluid comment * disallow no lock gauge with duration set * test gauge distribution state update * error message improvement * remove obsolete field * clarify test name * updates * doc improvements * clean up TestDistribute_InternalIncentives_NoLock * clarifying comment * updates * Update x/incentives/keeper/distribute_test.go Co-authored-by: Adam Tucker <[email protected]> * error message * zero duration check and test * clean up * lint --------- Co-authored-by: Sishir Giri <[email protected]> Co-authored-by: Adam Tucker <[email protected]>
- Loading branch information
1 parent
b030ab1
commit 2fd0415
Showing
37 changed files
with
1,281 additions
and
569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.