-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to SDK 0.46.14, ibc-go 6.2.0, latest gravity (#237)
* WIP - gravity mod update * Remove rest clients * mod tidy and extraneous rest reference in auction * WIP - axelar fixes, upgrade stuff, SDK bump * Fix cork mocks for updated staking API * Fix no-longer compiling v6 upgrade * Fix cork keeper mocks package * update cmd * x/auction compiles * x/axelarcork mostly compiles need to fix IBC middleware mocks * remove RegisterRESTRoutes * x/cellarfees compiles * x/incentives compiles * x/pubsub compiles, fix proposal init() * x/cork mostly compiles needs regenerated mocks for staking * Fix staking mocks in x/cork * Fix axelarcork mocks * Fix return type for SendPacket in test mock * integration tests compile * remove strconv and extraneous tests from cork cli * fix erroneous use of sdkerrors.New * add missing expected mock in axelarcork * Update gravity deps to latest * Update orchestrator image, TODO in v7 upgrade * Try latest version of golangci-lint * fix scheduled cork integration test Invalid legacy proposals do not seem to return a specific error code, but rather fail silently. For the initial invalid proposal test, we submit it and then query the gov module to see that no props have been created. * update sdkerrors wrap/register calls to errorsmod * more lint errors fixes in integration tests * remove deprecated functionality from cork test env * fix old references to sdk.Int * ioutil -> os
- Loading branch information
1 parent
10451f0
commit b327ad5
Showing
136 changed files
with
1,573 additions
and
2,190 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.