-
Notifications
You must be signed in to change notification settings - Fork 616
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
Fix ibc-hooks (and its tests) #6752
Merged
Merged
Conversation
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
Important Notice This PR modifies an in-repo Go module. It is one of:
The dependent Go modules, especially the root one, will have to be Please follow the instructions below:
Please let us know if you need any help. |
PaddyMc
approved these changes
Oct 24, 2023
czarcas7ic
approved these changes
Oct 24, 2023
czarcas7ic
added a commit
that referenced
this pull request
Nov 9, 2023
* chore: update all deps to v0.47.5 * chore: remove most references to outdated simapp functions * chore: remove rest endpoints * chore: swap simapp.FundAccount to bank.testutil.FundAccount for modules * chore: remove wasm client and go.mod replace for grpc * chore: fix osmoutils imports * chore: fix ibc-hooks imports * chore: final fixes to compile * chore: skd.StoreKey changed storetypes.StoreKey in tokenfactory * update gomods * large push unfork work (mainly modules) * more changes * add SimAppChainID * more fixes * push before flight * get it to compile * temp local replace * update go mods * changelog * update all gomods * Revert "update all gomods" This reverts commit 32f7f99. * dont use simapp * remove simapp * more go mod fixes * more go mod changes, disable go work * change unforktodo to unforkingtodo * fix ibc unforking todos * set sequence from -1 to 0 * further get through unforking comments, add secondary label * address more comments * fix further lints * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * attempt to fix go mod * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * cometbft to 37.2 instead of 38 * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * go mod tidy * address comments * unforkingtodo to unforkingnote * remove invalid FastSync config * unforking notes for simulator * change upgrade code to unforkingnote * simulation section of upgrading * import runtime.AppI interface * remove reference to beta3 * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * beta2 * v20 * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * math bump * require it, idk why it keeps switching * replace gogo with cosmos gogoproto imports * update osmov20 * remove old proto * Revert "remove old proto" This reverts commit c8857bd. * Revert "update osmov20" This reverts commit c212bea. * Revert "remove old proto" This reverts commit c8857bd. * Revert "replace gogo with cosmos gogoproto imports" This reverts commit 8b7fe47. * initial attempt at changing to cosmos proto * local replaces for v20 * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * manual removal of gogo so we can remove from go mod * fix wiring * test fixes * more test fixes * more test fixes * tests * fix e2e init * fixes * script * wasmbindings fixes * fix mint * comment out test * Fix superfluid & tokenfactory * chore: fix x/epochs tests * chore: fix x/ibc-rate-limit tests * Fix ibc-hooks (and its tests) (#6752) * initial unfork test changes * fix bad marshalling * remove wasmd override * change gas test * fix upgrade test * disable simulator * network * cli * remove local replaces * add proto replace * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * add genesis block antehandle logic * protobuf * go mods * go mod * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * wave of fixes highlighted from e2e * proto changes * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * remove gogo/protobuf manually * manual remove gogo from everything * mod * regen replace * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * proto gen * script debug ci * test * test * test * update buf * update script * create dir * specify output * test * test * downgrade proto builder * test * test * chmod * buf version * debug * test * Generated protofile changes * FINALLY * revert * revert 14 to 13.1 * oops * upgrade version * lints * lints * add nolints * more lints * more lints * more lints * add temp fix * possibly revert, remove exclude for beta3 * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * Revert "Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally" This reverts commit 9c671b1. * Revert "possibly revert, remove exclude for beta3" This reverts commit f7c4377. * add fee grant * remove install buf step * fixes * default message validator for genutil * add chain-id to test * reset chain id * ibcfeekeeper, upgrade store remove, chainid * init ibc fee keeper * use rate limit instead of fee keeper * crisis to store upgrade * move to v21 upgrade handler * implement POB * finish upgrade handler * small changes from review * passby review * e2e * attempt block time over heights * change x exp go mod version * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * exp ver * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * replace line for exp * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * use v1.4.10 instead of v1.4.11 * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * use newest osmosis version of cosmos sdk v47 * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * reduce flakiness for e2e with new sdk logic * more e2e tweaking * change fork branch to neater branch * downgrade cosmossdk math * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * drop down osmomath versions * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * sdk math down * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * makefile change * math bump down * add exclude * set gov to v2 * Generated protofile changes * e2e flakiness * slight extension to vote period e2e * debugging * add more e2e err logs * logs * potentially revert go mod changes * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * Revert "Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally" This reverts commit c942be4. * Revert "potentially revert go mod changes" This reverts commit d3f3eaf. * run tidy * enable everything in go work * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * switch v20 * exclusions * fix make build * block sdk in place of pob * modify pob * remove group, fee, and nft * comment out * upgrade math package * go mod * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * go mod updates * implement expedited props * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * remove redundant flags * Auto: update go.mod after push to chore/update-to-v0.47.x that modified dependencies locally * expedited prop * lint --------- Co-authored-by: Adam Tucker <[email protected]> Co-authored-by: Nicolas Lara <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: mattverse <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes: #6739
What is the purpose of the change
Fix the ibc-hooks tests
Testing and Verifying
all ibc hooks tests should pass
Documentation and Release Note
Unreleased
section ofCHANGELOG.md
?Where is the change documented?
x/{module}/README.md
)