-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migration to Cosmos SDK v0.46 (#1217)
* go.mod cosmos-sdk bump * update migrations * cleanups * commenting out gov proposal handlers * solve tendermint incompatibilities * fix go.mod grpc imports * use latest cosmos sdk * bump cosmos-sdk * fix price feeder go.mod * bump tendermint * fix iavl version * update sdk and IAVL * adding go.sum * remove ibc-go/v2 * main go.mod tidy * price-feeder go.mod fix * bump Cosmos SDK * migration p1 * migrate ibctransfer module * update ante handler * fix ante build * api fix * fix oracle simulations * migrate app.go + upgrades * enable nft * fixes * fix leverage proposal handler * fix app export * fix modules * fix test_helpers and EncodingConfig * fix cmd modules * update changelog * update comments in oracle keeper * use cosmos-sdk fork * use cosmos-sdk umee release * update cmd root and flags * review comments * review * update oracle tests * fix oracle tests * update sdk.Int to sdkmath.Int * moved sdk.StoreKey to storetypes.StoreKey * fix leverage tests by making sure the addr size is 20 * add missing param to SetupWithGenesisValSet * fix lint * update GetStakingKeeper to return object * remove custom Gentx module * migrate price-feeder for umee v3 compatibility * add commit tag to umee-network/cosmos-sdk * add commit tag to umee-network/ibc-go * add commit tag to umee-network/bech32-ibc * add commit tag to umee-network/Gravity-Bridge * add commit tag to price-feeder * add gowork files * add verification to conversionRates * add line to go.work - note that go mod verify still errors * make go-mod-tidy * remove deprecated grpc.WithInsecure * fix sims - initial stake * e2e keyring migrations * use p2p instead of tmtypes in e2e * review * update ante tests * remove unnecesassary SetupTest call * import whitespace convention * lint++ * remove duplicated import in ibctransfer * Use ignite cli fork for liveness test * fix test names which stop expected tests * fix liveness go.work issue * improving ante handler fee tests * modify verification of fee and priority * review update: use require.Equal for Int * fix sim test * fix sim test * revoked to 100000 MaxMsgGasUsage * cosmetics * reduce free GB messages * Update ante/fee_test.go * fix int equality check * fix nil pointer panic * change group config * fix: remove not compatible VerifyAddressFormat for sdk.Config * fix debug cmd * fix e2e createMemoryKeyFromMnemonic * remove excessive config log * add fix of output json * add verification of err * remove deprecated ioutil * removed unused field/functions * simplified gas price * add count to check amount of tokens instead of hardcoding it * add mock provider to peggo * add function to check balances when sending * simplified e2e testing sendFromEthToUmee * simplified e2e testing sendFromUmeeToEth * test: disable ibctransfer TestTrackMetadata * skip 2 * update skip statement * remove go.work Co-authored-by: RafilxTenfen <[email protected]> Co-authored-by: toteki <[email protected]> Co-authored-by: Adam Wozniak <[email protected]>
- Loading branch information
1 parent
e27b8fb
commit 385dc5c
Showing
74 changed files
with
2,189 additions
and
1,925 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
Oops, something went wrong.