-
Notifications
You must be signed in to change notification settings - Fork 173
feat!: ibc transfer quota #1568
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
6ed9e1f
WIP: add ibc rate limit middleware to ibc transfer
gsk967 4ce49c9
Merge main
gsk967 aada85f
WIP: add cll tx,query cmds
gsk967 08e3d08
Merge branch 'main' into sai/ibc-rate-limit
gsk967 16b50cd
Merge branch 'main' into sai/ibc-rate-limit
gsk967 57870ca
Merge branch 'main' into sai/ibc-rate-limit
gsk967 8412c70
Merge branch 'main' into sai/ibc-rate-limit
gsk967 9a4d380
Merge branch 'main' into sai/ibc-rate-limit
gsk967 28e2422
Merge branch 'main' into sai/ibc-rate-limit
gsk967 8e24765
WIP: add check rate limits for ibc denom
gsk967 4ad23eb
remove ibc-rate-limits and move rate limits into ibctransfer module
gsk967 9bf0109
move the umme ibctransfer into ics20 folder
gsk967 a87ff0d
fix: fix the lint
gsk967 bdeaec3
refactor: change the module structure to 'authz' type of cosmos-sdk
gsk967 aba25e0
Merge branch 'main' into sai/ibc-rate-limit
gsk967 7981d0d
Merge branch 'main' into sai/ibc-rate-limit
gsk967 37b15b3
remove inflow_limit in rate limits
gsk967 ea1316e
Merge branch 'main' into sai/ibc-rate-limit
gsk967 ac8381c
Merge remote-tracking branch 'origin/sai/ibc-rate-limit' into sai/ibc…
gsk967 a8206d3
chore: check the rate limits by exchange rate
gsk967 990db76
Merge branch 'main' into sai/ibc-rate-limit
gsk967 49c2bbb
add denom exponent to calculate amount in USD
gsk967 b5435b1
calculating the sent amount with exponent of registerd token
gsk967 3143115
fix: fix the amount calculation
gsk967 db358cf
Merge branch 'main' into sai/ibc-rate-limit
gsk967 0b30201
Merge branch 'main' into sai/ibc-rate-limit
gsk967 bce7a99
Merge main
gsk967 30bbdfc
fix: fix the rate-limit reset issue
gsk967 c2d0bc5
Merge branch 'main' into sai/ibc-rate-limit
gsk967 01ce260
refactor: update the params
gsk967 223f094
Merge branch 'main' into sai/ibc-rate-limit
gsk967 7b55068
Merge branch 'main' into sai/ibc-rate-limit
gsk967 c4b7de8
Merge branch 'main' into sai/ibc-rate-limit
gsk967 b27ff0d
Merge branch 'main' into sai/ibc-rate-limit
gsk967 e75b6f9
Merge branch 'main' into sai/ibc-rate-limit
gsk967 90f82b5
fix: fix the build
gsk967 47f09be
Merge branch 'main' into sai/ibc-rate-limit
gsk967 ff6239a
chore: update the limits and quota interval
gsk967 ecacc9e
chore: fix the lint issues
gsk967 6968250
chore: fix the lint issues
gsk967 0e2ef16
Merge branch 'main' into sai/ibc-rate-limit
gsk967 eea2115
Merge branch 'main' into sai/ibc-rate-limit
gsk967 be02147
chore: addree the pr comments
gsk967 e9a8717
chore: remove the param subspace from uibc
gsk967 be8bc11
Merge branch 'main' into sai/ibc-rate-limit
gsk967 267e958
refactor: refactor the proto and logic
gsk967 1aeb647
chore: address the pr comments
gsk967 b952683
fix: fix the buf lint
gsk967 1b119c7
Merge branch 'main' into sai/ibc-rate-limit
gsk967 1db2900
Merge branch 'main' into sai/ibc-rate-limit
gsk967 aa1daea
Merge branch 'main' into sai/ibc-rate-limit
gsk967 c5bfd75
chore: get the exchange price from TokenValue of leverage
gsk967 860795b
Merge remote-tracking branch 'origin/sai/ibc-rate-limit' into sai/ibc…
gsk967 b28f8f4
Merge branch 'main' into sai/ibc-rate-limit
gsk967 e485b2a
chore: convert uToken to baseToken in ibc-transfer quota checking
gsk967 3ae43d4
chore: add typed events for emit events
gsk967 f1d1e54
Merge branch 'main' into sai/ibc-rate-limit
gsk967 64600ef
Merge branch 'main' into sai/ibc-rate-limit
gsk967 4da6298
Merge branch 'main' into sai/ibc-rate-limit
gsk967 85e7486
address the review comments
gsk967 16e6488
refactor the code
gsk967 db8e103
Merge branch 'main' into sai/ibc-rate-limit
gsk967 a3f01de
Merge branch 'main' into sai/ibc-rate-limit
gsk967 07d05c5
Merge branch 'main' into sai/ibc-rate-limit
gsk967 14cdcd3
address the pr comments
gsk967 1dee0e7
chore: fix the build issue
gsk967 8f052ec
chore: add tests for params
gsk967 0d71fd2
Merge branch 'main' into sai/ibc-rate-limit
gsk967 07fe9b4
Merge branch 'main' into sai/ibc-rate-limit
gsk967 8f1cbe9
fix: fix the update quota params
gsk967 14c2558
Merge remote-tracking branch 'origin/sai/ibc-rate-limit' into sai/ibc…
gsk967 a3c1e58
Merge branch 'main' into sai/ibc-rate-limit
gsk967 14badea
chore: address the pr comments
gsk967 78184a5
chore: fix the lint
gsk967 e7ca80f
Merge branch 'main' into sai/ibc-rate-limit
gsk967 6e8cde5
address the pr comments++
gsk967 d558dc9
Merge branch 'main' into sai/ibc-rate-limit
gsk967 b62b3db
address the pr comments
gsk967 9cc1660
Merge remote-tracking branch 'origin' into sai/ibc-rate-limit
gsk967 afcf52a
Merge remote-tracking branch 'origin/sai/ibc-rate-limit' into sai/ibc…
gsk967 16642e6
update reset quota
robert-zaremba f0ecf0a
move to Marshal to MustMarshal in uibc
gsk967 87d72ae
add TODO for ibc middleware acknowledgement
gsk967 8feec2a
add comment to outflow_sum
gsk967 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.