-
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.
* [1760]: Stub out the registration of a couple custom GetSigners functions from the exchange module. * [1760]: Update the exchange CLI tests to handle not having block broadcast anymore. * [1760]: Fix the signers of the msgs in the exchange module. * [1760]: Define and set the custom GetSigners funcs for create and accept payment. * [1760]: Fix all of the exchange CLi tests. * [1760]: Fix the last remaining exchange test failures. * [1760]: Use the correct signer field for MsgAddAttributeRequest. * [1760]: Fix the attribute module cli tests. * [1760]: Fix the name tests. * [1760]: Add the signer option to the oracle Msgs. Remove an error that was added to make things compile, but is no longer needed since the rest of the functionality around it has been restored. * [1760]: Rename the testutil.Cleanup function (was CleanUp, which I kept getting wrong). Switch all uses of WaitForHeight to the testutil one. * [1760]: Fix the oracle cli tests. Make queries.GetTxFromResponse return the one provided if the one provided doesn't have code 0. * [1760]: Delete a couple unneeded files. * [1760]: Create a global encoding config variable that is set in app.New so that some trigger validate basic things can get the signers of messages. Fix the trigger unit tests. * [1760]: Fix the ibcratelimit cli tests. * [1760]: Fix the msgfees cli tests. * [1760]: Make AssertGetTxFromResponse return the original response if it has something in the raw log or somehow already has a Tx. * [1760]: Create ABCIEventsToStrings (same as EventsToStrings, but with the events that come back in a txResp. Create MutateGenesisState as an easier way to update a module's genesis state during test setup. Create createQueryCmd as a helper that will create a query command for a url. Create CmdGetAllGovProps that uses createQueryCmd to get all governance proposals. * [1760]: Add the signer option to MsgGrantAllowanceRequest and fix the marker CLI tests. * [1760]: Add validation to marker params to fix a test. * [1760]: Allow ValidateUnrestictedDenom to pass if the regex is blank. Fix marker keeper unit tests. * [1760]: Fix the rest of the marker tests. * [1760]: Fix metadata keeper tests. * [1760]: Add signers to all the metadata Msgs. * [1760]: Fix the metadata CLI unit tests. * [1760]: Put the check back into the msgfees commands that makes sure the provide msgType resolves to a msg (fixes the msgfees unit tests again). * [1760]: Create a CLITxExecutor to standarize testing of Tx commands. * [1760]: Remove unneccesary call to ValidateBasic from GetCmdAddNetAssetValues. * [1760]: Use ErrUnauthorized (instead of ErrorInvalidSigner) when not all required signers have sined a MsgAddNetAssetValuesRequest. The latter doesn't quite make sense for the error, and the former is what's used elsewhere in there. * [1760]: Update all the Tx cli tests to use the new CLITxExecutor. * [1760]: Fix the oracle TestSendQuery which I incorrectly updated when I switched to CLITxExecutor. * [1760]: Use the cmd stdout in the auto-complete generation (instead of os stdout) so that we can hide all that output in unit tests. * [1760]: In AddGenesisMsgFeeCmd, put back the msg type check. * [1760]: Clean up some more tests related to the encoders. Make the cmd tests quieter so that it's easier to find test failure info in the output. * [1760]: Fix some store loader and upgrades tests. * [1760]: Get rid of the rest of the uses of moduletestutil. * [1760]: Change the test workflow to put all the failing tests in one part, and split the rest among the other 3. * [1760]: Standardize the google.golang.org/protobuf/proto as protov2. Fix some import orderings. * [1760]: Add changelog entry. * [1760]: In AssertGetTxFromResponse, do 4 tries before giving up, but only log the output on the last attempt. * [1760]: In the sanction tests, make the voting period last 5 blocks. * [1760]: In the sanction tests, bump blocks per voting period to 6 because TestSanctionValidatorImmediateUsingGovCmds keeps failing the race tests because the votes aren't coming in fast enough.
- Loading branch information
1 parent
b998684
commit a2b8cae
Showing
98 changed files
with
2,962 additions
and
2,752 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 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 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
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.