-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reinstate usage of some SDK functionality unique to our fork. (#1930)
* [1760]: Use ReadPageRequestWithPageKeyDecoded everywhere we used to. * [1760]: Clean up uses of cosmossdk.io/simapp * [1760]: Handle some of the count-authz TODOs, but I forgot to update the grant command, so there's a couple things that are still needed in the SDK. * [1760]: Switch to a local version of the SDK that has the count authz cmd fix. * [1760]: Fix the rest of the count-authz TODOs. * [1760]: Use GenerateOrBroadcastTxCLIAsGovProp now that it's back. * [1760]: Put the locked coins stuff back in. * [1760]: Put back uses of InputOutputCoins and InputOutputCoinsProv. * [1760]: Get rid of the test_amino build tag and the make targets for it. Remove the check-test stuff since we've also got build-tests which is easier for me to remember. * [1760]: Untab the make build comment about removing the delay so that it's actually a comment rather than a command that's printed. * [1760]: Refactor the make build-tests target to behave just use the same flow as make test, and also give it the same tags. * [1760]: Update a TODO comment that is now half done. * [1760]: Use a BaseKeeper for the bank keeper instead of the Keeper interface since that interface doesn't have InputOutputCoinsProv. * [1760]: Fix the exchange mock bank keeper to have InputOutputCoinsProv instead of the old one. * [1760]: Use a concrete bank BaseKeeper in the app instead of a reference to one because there's some deep down-stream wiring stuff that assumes it's concrete. * [1760]: Update the hold tests that check spendable balances. The actual test is commented out right now until the quarantine PR merges that has the needed query helper. * [1760]: Bump the sdk to v0.50.5-pio-3 (from v0.50.5-pio-2). * [1760]: Allow defining the TEST_PACKAGES used in the make test target. * [1760]: Add the migration of bank params to the umber upgrade. * [1760]: Add changelog entry. * [1760]: Uncomment the hold cli unit test that gets spendable balances so that once the quarantine PR is merged, this will be ready too. * [1760]: Do a string comparison of the coins in TestHoldsNotInFromSpendable.
- Loading branch information
1 parent
3d1eae1
commit 06e9b05
Showing
41 changed files
with
322 additions
and
434 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 was deleted.
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
Oops, something went wrong.