-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix most of the unit tests. #1943
Commits on Apr 16, 2024
-
[1760]: Stub out the registration of a couple custom GetSigners funct…
…ions from the exchange module.
Configuration menu - View commit details
-
Copy full SHA for 7b9cc24 - Browse repository at this point
Copy the full SHA 7b9cc24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2146d84 - Browse repository at this point
Copy the full SHA 2146d84View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3311f79 - Browse repository at this point
Copy the full SHA 3311f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a9860 - Browse repository at this point
Copy the full SHA 72a9860View commit details -
Configuration menu - View commit details
-
Copy full SHA for a012c2f - Browse repository at this point
Copy the full SHA a012c2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b64829a - Browse repository at this point
Copy the full SHA b64829aView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ea9d4f - Browse repository at this point
Copy the full SHA 6ea9d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 450b67b - Browse repository at this point
Copy the full SHA 450b67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2971a3 - Browse repository at this point
Copy the full SHA f2971a3View commit details -
[1760]: Add the signer option to the oracle Msgs. Remove an error tha…
…t was added to make things compile, but is no longer needed since the rest of the functionality around it has been restored.
Configuration menu - View commit details
-
Copy full SHA for 981c11b - Browse repository at this point
Copy the full SHA 981c11bView commit details -
[1760]: Rename the testutil.Cleanup function (was CleanUp, which I ke…
…pt getting wrong). Switch all uses of WaitForHeight to the testutil one.
Configuration menu - View commit details
-
Copy full SHA for 82486f6 - Browse repository at this point
Copy the full SHA 82486f6View commit details -
[1760]: Fix the oracle cli tests. Make queries.GetTxFromResponse retu…
…rn the one provided if the one provided doesn't have code 0.
Configuration menu - View commit details
-
Copy full SHA for 63564de - Browse repository at this point
Copy the full SHA 63564deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2935133 - Browse repository at this point
Copy the full SHA 2935133View commit details -
[1760]: Create a global encoding config variable that is set in app.N…
…ew so that some trigger validate basic things can get the signers of messages. Fix the trigger unit tests.
Configuration menu - View commit details
-
Copy full SHA for 8e806f1 - Browse repository at this point
Copy the full SHA 8e806f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 229ef84 - Browse repository at this point
Copy the full SHA 229ef84View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8f616f - Browse repository at this point
Copy the full SHA e8f616fView commit details -
[1760]: Make AssertGetTxFromResponse return the original response if …
…it has something in the raw log or somehow already has a Tx.
Configuration menu - View commit details
-
Copy full SHA for a0ee1f1 - Browse repository at this point
Copy the full SHA a0ee1f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f72ae06 - Browse repository at this point
Copy the full SHA f72ae06View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for d8c1d10 - Browse repository at this point
Copy the full SHA d8c1d10View commit details -
[1760]: Add the signer option to MsgGrantAllowanceRequest and fix the…
… marker CLI tests.
Configuration menu - View commit details
-
Copy full SHA for e5f6504 - Browse repository at this point
Copy the full SHA e5f6504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a87878 - Browse repository at this point
Copy the full SHA 0a87878View commit details -
[1760]: Allow ValidateUnrestictedDenom to pass if the regex is blank.…
… Fix marker keeper unit tests.
Configuration menu - View commit details
-
Copy full SHA for 1fd3429 - Browse repository at this point
Copy the full SHA 1fd3429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ac8a6 - Browse repository at this point
Copy the full SHA 17ac8a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eab2a2 - Browse repository at this point
Copy the full SHA 0eab2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a751c8 - Browse repository at this point
Copy the full SHA 2a751c8View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e3bd28 - Browse repository at this point
Copy the full SHA 3e3bd28View commit details -
[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).
Configuration menu - View commit details
-
Copy full SHA for 8142654 - Browse repository at this point
Copy the full SHA 8142654View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94f4df9 - Browse repository at this point
Copy the full SHA 94f4df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2674721 - Browse repository at this point
Copy the full SHA 2674721View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 1874058 - Browse repository at this point
Copy the full SHA 1874058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 108e5d3 - Browse repository at this point
Copy the full SHA 108e5d3View commit details -
[1760]: Fix the oracle TestSendQuery which I incorrectly updated when…
… I switched to CLITxExecutor.
Configuration menu - View commit details
-
Copy full SHA for de45ca7 - Browse repository at this point
Copy the full SHA de45ca7View commit details -
[1760]: Use the cmd stdout in the auto-complete generation (instead o…
…f os stdout) so that we can hide all that output in unit tests.
Configuration menu - View commit details
-
Copy full SHA for 4a3befc - Browse repository at this point
Copy the full SHA 4a3befcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea506ab - Browse repository at this point
Copy the full SHA ea506abView commit details -
[1760]: Clean up some more tests related to the encoders. Make the cm…
…d tests quieter so that it's easier to find test failure info in the output.
Configuration menu - View commit details
-
Copy full SHA for 1888f8f - Browse repository at this point
Copy the full SHA 1888f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b979f - Browse repository at this point
Copy the full SHA e7b979fView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac7b00a - Browse repository at this point
Copy the full SHA ac7b00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3b18c - Browse repository at this point
Copy the full SHA 1a3b18cView commit details -
[1760]: Change the test workflow to put all the failing tests in one …
…part, and split the rest among the other 3.
Configuration menu - View commit details
-
Copy full SHA for 5ed6a82 - Browse repository at this point
Copy the full SHA 5ed6a82View commit details -
[1760]: Standardize the google.golang.org/protobuf/proto as protov2. …
…Fix some import orderings.
Configuration menu - View commit details
-
Copy full SHA for 517db05 - Browse repository at this point
Copy the full SHA 517db05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6b97e - Browse repository at this point
Copy the full SHA 3d6b97eView commit details -
[1760]: In AssertGetTxFromResponse, do 4 tries before giving up, but …
…only log the output on the last attempt.
Configuration menu - View commit details
-
Copy full SHA for f339848 - Browse repository at this point
Copy the full SHA f339848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f54784 - Browse repository at this point
Copy the full SHA 0f54784View commit details -
[1760]: In the sanction tests, bump blocks per voting period to 6 bec…
…ause TestSanctionValidatorImmediateUsingGovCmds keeps failing the race tests because the votes aren't coming in fast enough.
Configuration menu - View commit details
-
Copy full SHA for 5e81ee5 - Browse repository at this point
Copy the full SHA 5e81ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd523f4 - Browse repository at this point
Copy the full SHA dd523f4View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6ddf0c - Browse repository at this point
Copy the full SHA f6ddf0cView commit details