-
Notifications
You must be signed in to change notification settings - Fork 607
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
chore: osmoutils, twap, downtime-detector, ibc-hooks cherry-pick to v14 #3925
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
ad0c311
Upgrade IBC to v4.2.0 (#3838)
nicolaslara e8c3c6c
feat(x/twap): modify cli to add geometric option (#3812)
p0mvn a2fc2c8
Make wasm hooks importable (#3850)
nicolaslara 129cbcb
refactor(x/twap): handle spot price error case in the context of geom…
p0mvn 8196036
test(x/twap): add randomized geometric twap test on a balancer pool (…
p0mvn c7c0222
Basic geometric twap e2e test (#3835)
hieuvubk 1afb23e
feat(x/twap): whitelist GeometricTwap and GeometricTwapToNow (#3852)
p0mvn c12bfa3
fix(scripts): proto gen for osmoutils (#3854)
p0mvn 168ccda
fix(scripts): proto gen osmoutils path (#3859)
p0mvn de76db0
added packet timeouts to wasm hooks (#3862)
nicolaslara 8f88f7d
add negative to cli (#3888)
czarcas7ic f4c7d47
Making osmoutils compile on chains that don't use our SDK fork (#3899)
nicolaslara 19e4a9d
remove deprecation from arithmetic & geometric twap to now query (#3917)
iboss-ptk 952b2d7
Add types & boilerplate for the Downtime detector module (#3609)
ValarDragon 7ec5e4e
Add downtime detector module (#3688)
ValarDragon ecde767
Initial by hand fixes
czarcas7ic 1500176
feat(osmomath): Exp2 function (#3708)
p0mvn 048a2a5
[x/TWAP] Expose a geometric TWAP API (#3529)
stackman27 7ade440
fix twap by hand
czarcas7ic ea3af42
change to gamm
czarcas7ic 813a6e8
fix balancer test
czarcas7ic 640dfb9
bump to v14 upgrade
czarcas7ic f7ded6c
e2e fix
czarcas7ic da63fa8
add remaining diff from main to ibc-rate-limit
czarcas7ic 7d25928
update contracts test
czarcas7ic f864dcf
osmomath: `AddMut` and `QuoMut` (#3779)
pysel 35ab94e
Modify CHANGELOG
mattverse 09ccc37
Whitelist EstimateSwapExactAmountOut (#3693)
byeongsu-hong 3a4aac2
updated rate limit contract
nicolaslara d5dda29
Fix rust checks (#3576)
nicolaslara 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason for adding these manually instead of cherry picking #3589 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might have just been my confusion dealing with multiple cherry picks