Skip to content
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

Merged
merged 46 commits into from
Apr 25, 2024
Merged

Fix most of the unit tests. #1943

merged 46 commits into from
Apr 25, 2024

Commits on Apr 16, 2024

  1. [1760]: Stub out the registration of a couple custom GetSigners funct…

    …ions from the exchange module.
    SpicyLemon committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7b9cc24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2146d84 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    3311f79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a9860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a012c2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b64829a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    6ea9d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450b67b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2971a3 View commit details
    Browse the repository at this point in the history
  4. [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.
    SpicyLemon committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    981c11b View commit details
    Browse the repository at this point in the history
  5. [1760]: Rename the testutil.Cleanup function (was CleanUp, which I ke…

    …pt getting wrong). Switch all uses of WaitForHeight to the testutil one.
    SpicyLemon committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    82486f6 View commit details
    Browse the repository at this point in the history
  6. [1760]: Fix the oracle cli tests. Make queries.GetTxFromResponse retu…

    …rn the one provided if the one provided doesn't have code 0.
    SpicyLemon committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    63564de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2935133 View commit details
    Browse the repository at this point in the history
  8. [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.
    SpicyLemon committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8e806f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    229ef84 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    e8f616f View commit details
    Browse the repository at this point in the history
  2. [1760]: Make AssertGetTxFromResponse return the original response if …

    …it has something in the raw log or somehow already has a Tx.
    SpicyLemon committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a0ee1f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f72ae06 View commit details
    Browse the repository at this point in the history
  4. [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.
    SpicyLemon committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d8c1d10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5f6504 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a87878 View commit details
    Browse the repository at this point in the history
  7. [1760]: Allow ValidateUnrestictedDenom to pass if the regex is blank.…

    … Fix marker keeper unit tests.
    SpicyLemon committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1fd3429 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17ac8a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0eab2a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a751c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    3e3bd28 View commit details
    Browse the repository at this point in the history
  2. [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).
    SpicyLemon committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8142654 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    94f4df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2674721 View commit details
    Browse the repository at this point in the history
  3. [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.
    SpicyLemon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1874058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    108e5d3 View commit details
    Browse the repository at this point in the history
  5. [1760]: Fix the oracle TestSendQuery which I incorrectly updated when…

    … I switched to CLITxExecutor.
    SpicyLemon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    de45ca7 View commit details
    Browse the repository at this point in the history
  6. [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.
    SpicyLemon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4a3befc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea506ab View commit details
    Browse the repository at this point in the history
  8. [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.
    SpicyLemon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1888f8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7b979f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    ac7b00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a3b18c View commit details
    Browse the repository at this point in the history
  3. [1760]: Change the test workflow to put all the failing tests in one …

    …part, and split the rest among the other 3.
    SpicyLemon committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5ed6a82 View commit details
    Browse the repository at this point in the history
  4. [1760]: Standardize the google.golang.org/protobuf/proto as protov2. …

    …Fix some import orderings.
    SpicyLemon committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    517db05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d6b97e View commit details
    Browse the repository at this point in the history
  6. [1760]: In AssertGetTxFromResponse, do 4 tries before giving up, but …

    …only log the output on the last attempt.
    SpicyLemon committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f339848 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f54784 View commit details
    Browse the repository at this point in the history
  8. [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.
    SpicyLemon committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5e81ee5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd523f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    f6ddf0c View commit details
    Browse the repository at this point in the history