Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade sdk to v0.47.x (osmosis-labs#6413)
* 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) (osmosis-labs#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]>
- Loading branch information