-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [LUM-837] Fee manager revamp (#66) * WIP move fees to pool level * WIP * Fee manager structure fix * Cleaning * Fixed pointers issues * Reset the collected amount after distribution * Update fee distribution * Fixed tests and added validation methods * Code format * Validate pool should also validate the fee takers * Use correct constant for default fee amount * Update keeper_fees.go * Patch the logic to the old way. Fix prize to ensure it's checked over multiple fee takers * Introduce store migration for default fee takers init * Code format * Missing migrator * Fix prize collection to make transfer uniques per fee taker * Validate total amount of fee included in pool operations * Introduce test for fee takers validation * Centralize the fee taker validation --------- Co-authored-by: Fabrice Bascoulergue <lebascou@users.noreply.github.com> * [LUM-863] Entities fix (#67) * Make sure to back save entities * Added migration to fix entities * code format * Format * missing upgrade handler * Handle stucked ibc transfer restoration --------- Co-authored-by: Fabrice Bascoulergue <lebascou@users.noreply.github.com>
- Loading branch information
Showing
41 changed files
with
1,223 additions
and
436 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
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.