-
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.
feat: add budget module on simapp (#118)
* feat: add global keys prefix for the current epoch days * test: add test for key store prefixes * chore: fix broken store prefix test, rename EpochDays to NextEpochDays * test: add more tests and update address to have 20 bytes * test: remove comments * test: update epoch days to next epoch days * test: add handler tests * refactor: add comment for global current epoch days * test: apply module testing suit * test: remove tests for deprecated PlansByFarmerIndex * feat: move mustParseRFC3339 function to utils #109 * docs: update spec docs * feat: adding test for end blocker * chore: rename GlobalCurrentEpochDays to CurrentEpochDays and refactor codes * test: improve code coverage * chore: apply code review feedbacks and suggestions * feat: add gRPC query and cli for current epoch days * feat: add budget module on simapp * fix: apply code review feedbacks and suggestions * fix: resolve conflicts * fix: gov simulation issue from budget * update: bump budget module version to latest * test: set no-race for cli_test * fix: refactor last_epoch_time Co-authored-by: kogisin <[email protected]>
- Loading branch information
Showing
14 changed files
with
83 additions
and
62 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
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.