-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: IPRPC over IBC: Part 3 - CNS-965: Pending IPRPC IBC fund (#1452)
* CNS-965: scaffold param IbcIprpcExpiration * CNS-965: create pending iprpc fund * CNS-965: fix unit tests * CNS-965: move pending iprpc to seperate files and add IsExpired * CNS-965: renamed to PendingIbcIprpcFund + bug fixes * CNS-965: unit tests * CNS-965: remove expired PendingIbcIprpcFunds in begin block * CNS-965: unit tests * CNS-965: comment * CNS-965: divide fund when creating a new pending ibc iprpc fund * CNS-965: lint fix * CNS-965: fixes * CNS-965: add events * CNS-965: fixes after merge * CNS-965: revert ibc transfer in case of middleware failure * CNS-965: pending iprpc pool + reorder code that ibc-transfer is last in middleware * CNS-965: migrator for IbcIprpcExpiration param * CNS-965: make expired pending iprpc funds be taken from the pending pool * CNS-965: small fixes * feat: IPRPC over IBC: Part 4 - CNS-966: pending ibc iprpc fund query (#1457) * CNS-966: implemented pending ibc iprpc query + unit test * CNS-966: fix help section * feat: IPRPC over IBC: Part 5 - CNS-967: Cover pending IBC IPRPC fund costs (#1470) * CNS-967: implement cover ibc iprpc funds TX * CNS-967: make gov module not pay min cost * CNS-967: unit test * CNS-967: partial merge from CNS-966 * CNS-967: small fixes * feat: IPRPC over IBC: Part 6 - CNS-968: IBC middleware testing (#1481) * CNS-968: add mock transfer keeper and IBC middleware to tester * CNS-968: change middleware success ack and move create iprpc memo to types * CNS-968: create ibc transfer helper func for tests and update tests * CNS-968: lint fix * feat: IPRPC over IBC: Part 7 - CNS-969 update README (#1482) * CNS-969: improve comments * CNS-969: rename param and move event * CNS-969: update README * CNS-969: small comment fix
- Loading branch information
Showing
46 changed files
with
3,310 additions
and
266 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
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.