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

feat(bank): Create message for Setting SendEnabled settings #11981

Merged
merged 165 commits into from
Sep 9, 2022

Commits on May 11, 2022

  1. go mod tidy everything.

    dwedul-figure committed May 11, 2022
    Configuration menu
    Copy the full SHA
    6ba7d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b7acf8 View commit details
    Browse the repository at this point in the history
  3. [11859]: Add a new key for the SendEnabled flags and keeper methods f…

    …or getting, setting, and deleting them.
    dwedul-figure committed May 11, 2022
    Configuration menu
    Copy the full SHA
    bc7fe5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bd904c View commit details
    Browse the repository at this point in the history
  5. Revert "Add some third_party proto files that are imported but not in…

    …cluded."
    
    This reverts commit 8b7acf8.
    dwedul-figure committed May 11, 2022
    Configuration menu
    Copy the full SHA
    80de698 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33d4652 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    505c5b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174170a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cca158 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c70071 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26aa8ac View commit details
    Browse the repository at this point in the history
  6. [11859]: Reduce the number of times the store is recreated during IsS…

    …endEnabledCoins. Store creation has some overhead.
    dwedul-figure committed May 12, 2022
    Configuration menu
    Copy the full SHA
    e8992e2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. [11859]: Add the SendEnabled stuff to the genesis methods. Make a cou…

    …ple TODO notes. Create a way to iterate over the SendEnabled entries and get all of them.
    dwedul-figure committed May 13, 2022
    Configuration menu
    Copy the full SHA
    6701d63 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. [11859]: Update the bank sim genesis stuff to create random SendEnabl…

    …ed entries similar to when they were params.
    dwedul-figure committed May 14, 2022
    Configuration menu
    Copy the full SHA
    ccdc316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebeda16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d3a0b4 View commit details
    Browse the repository at this point in the history
  4. [11859]: Add some more TODO notes and make the SendEnabled.String() f…

    …unction significantlly simpler.
    dwedul-figure committed May 14, 2022
    Configuration menu
    Copy the full SHA
    e418780 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into dwedul/11859-send-disabled-change

    # Conflicts:
    #	api/cosmos/bank/v1beta1/bank.pulsar.go
    #	api/cosmos/bank/v1beta1/genesis.pulsar.go
    dwedul-figure committed May 14, 2022
    Configuration menu
    Copy the full SHA
    5327c95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c76823 View commit details
    Browse the repository at this point in the history
  7. Fix up a few comments.

    dwedul-figure committed May 14, 2022
    Configuration menu
    Copy the full SHA
    1e86801 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4390747 View commit details
    Browse the repository at this point in the history
  9. [11859]: Tweak the bank Params and SendEnabled String funcs. Params n…

    …o longer returns {} when there aren't any SendEnabled entries and the default is false. SendEnabled is back to outputting a yaml format.
    dwedul-figure committed May 14, 2022
    Configuration menu
    Copy the full SHA
    bcdaae3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1dac5f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    9a70f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6df3fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3c3875 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b594de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6222bac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88014ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    004fd1e View commit details
    Browse the repository at this point in the history
  8. [11859]: Add a function for decoding a --page-key base64 value so tha…

    …t pagination can work as expected.
    dwedul-figure committed May 16, 2022
    Configuration menu
    Copy the full SHA
    a1f6140 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f12acd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39360f7 View commit details
    Browse the repository at this point in the history
  11. [11859]: Move the v047 store migration stuff into Migrate3to4 directl…

    …y to prevent a circular dependency between 047 and the keeper. Not using the keeper for that would be a significant pain in the butt.
    dwedul-figure committed May 16, 2022
    Configuration menu
    Copy the full SHA
    80ff7d0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    d94885e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc6cd8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d17912d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522ef2d View commit details
    Browse the repository at this point in the history
  5. [11859]: Tweak MigrateSendEnabled to add stuff to the existing slice …

    …(if there's anything to add). And then use that in the MigrateGenState function.
    dwedul-figure committed May 17, 2022
    Configuration menu
    Copy the full SHA
    22e9c2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fb9796 View commit details
    Browse the repository at this point in the history
  7. [11859]: Put validateSendEnabledParams back to the way it was to allo…

    …w reading the old Params without error.
    dwedul-figure committed May 17, 2022
    Configuration menu
    Copy the full SHA
    95fc0be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21f0aa6 View commit details
    Browse the repository at this point in the history
  9. [11859]: Update the MsgSetSendEnabled.ValidateBasic() function with s…

    …ome extra failure points. Write up some tests.
    dwedul-figure committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4b7ac41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aeda4e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7973090 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1902e4d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df83e43 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    34a0ac3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7336147 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b133146 View commit details
    Browse the repository at this point in the history
  17. [11859]: Change name of WithPageKeyDecoded to FlagSetWithPageKeyDecod…

    …ed, have it return an error and make MustFlagSetWithPageKeyDecoded for the one-liner.
    dwedul-figure committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4b9a190 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7ce1e8d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    42b29fa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c7667ed View commit details
    Browse the repository at this point in the history
  21. [11859]: Upddate the SetSendEnabled endpoint to allow deleting entrie…

    …s and update the default value.
    dwedul-figure committed May 17, 2022
    Configuration menu
    Copy the full SHA
    57c2db5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e882e67 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0557e9f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    73b42c7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ba2addc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1591049 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1169b72 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    69838bb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e107442 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f1a73e7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6a993c0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    dc82fce View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e838d79 View commit details
    Browse the repository at this point in the history
  34. Merge branch 'dwedul/11859-send-disabled-change' into dwedul/11859-se…

    …nd-enabled-w-gov-prop
    
    # Conflicts:
    #	api/cosmos/bank/v1beta1/tx.pulsar.go
    #	api/cosmos/bank/v1beta1/tx_grpc.pb.go
    #	proto/cosmos/bank/v1beta1/tx.proto
    #	x/bank/keeper/msg_server.go
    #	x/bank/types/msgs.go
    #	x/bank/types/msgs_test.go
    #	x/bank/types/tx.pb.go
    dwedul-figure committed May 17, 2022
    Configuration menu
    Copy the full SHA
    52c5663 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    68bdcd9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    85052b8 View commit details
    Browse the repository at this point in the history
  37. Revert "[11859]: Update the changelog."

    This reverts commit 85052b8.
    dwedul-figure committed May 17, 2022
    Configuration menu
    Copy the full SHA
    2fded88 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7ccd20a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. [11859]: Rename the QuerySendEnabled message to QuerySendEnabledReque…

    …st to match the other messages in that proto.
    dwedul-figure committed May 18, 2022
    Configuration menu
    Copy the full SHA
    f6e72cd View commit details
    Browse the repository at this point in the history
  2. [11859]: Remove the authority field that is only needed for governanc…

    …e stuff (in the other PR).
    dwedul-figure committed May 18, 2022
    Configuration menu
    Copy the full SHA
    93f4148 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0abfc97 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dwedul/11859-send-disabled-change' into dwedul/11859-se…

    …nd-enabled-w-gov-prop
    
    # Conflicts:
    #	CHANGELOG.md
    dwedul-figure committed May 18, 2022
    Configuration menu
    Copy the full SHA
    85706ea View commit details
    Browse the repository at this point in the history
  5. Revert "[11859]: Remove the authority field that is only needed for g…

    …overnance stuff (in the other PR)."
    
    This reverts commit 93f4148.
    dwedul-figure committed May 18, 2022
    Configuration menu
    Copy the full SHA
    bf1315f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    755cc62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    980097a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec17e7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5494058 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

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

Commits on May 26, 2022

  1. [11859]: Add unit test on MsgSetSendEnabled with the correct authorit…

    …y, but not signed by that address.
    dwedul-figure committed May 26, 2022
    Configuration menu
    Copy the full SHA
    769f381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db78bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fbeb0c View commit details
    Browse the repository at this point in the history
  4. [11859]: Update the comment on the now-deprecated SendEnabled params …

    …proto field to reference 0.46 instead of 0.47.
    dwedul-figure committed May 26, 2022
    Configuration menu
    Copy the full SHA
    25caff7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3bf200 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fded95 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    6e0d296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2100403 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67ed62b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. [11859]: Create banktypes.GenesisState.GetAllSendEnabled() to house t…

    …he combination logic of the SendEnabled field and Params.SendEnabled. Have MigrateSendEnabled() use that. Remove some calls to MigrateSendEnabled and use GetAllSendEnabled in those cases.
    dwedul-figure committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    cde4083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ce722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c8056f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdda618 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    4c853b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdee48a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into dwedul/11859-send-disabled-change

    # Conflicts:
    #	x/bank/keeper/send.go
    dwedul-figure committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    d98ac06 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dwedul/11859-send-disabled-change' into dwedul/11859-se…

    …nd-enabled-w-gov-prop
    
    # Conflicts:
    #	simapp/app.go
    dwedul-figure committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    003f807 View commit details
    Browse the repository at this point in the history
  5. Add the authority to the bankInputs so it can be provided to NewBaseK…

    …eeper. I've no clue how that will get set though.
    dwedul-figure committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    026ad30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4db6361 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8a4698 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    b67ede8 View commit details
    Browse the repository at this point in the history
  2. [11859]: Remove an empty line.

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    dwedul-figure and alexanderbez committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    3b8282c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e93ced View commit details
    Browse the repository at this point in the history
  4. [11859]: Remove movement of SendEnabled from the ExportGenesis func…

    …tion too.
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    dwedul-figure and alexanderbez committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    05ac9d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22eeb67 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	proto/cosmos/bank/v1beta1/tx.proto
    #	x/bank/keeper/keeper_test.go
    #	x/bank/keeper/send.go
    #	x/bank/types/msgs_test.go
    dwedul-figure committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9681ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    294a083 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

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

Commits on Jun 14, 2022

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

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    3116571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e029f8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dwedul/11859-send-enabled-w-gov-prop' of github.com:cos…

    …mos/cosmos-sdk into dwedul/11859-send-enabled-w-gov-prop
    dwedul-figure committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c23c46a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    afa4ee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d65b5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2605a84 View commit details
    Browse the repository at this point in the history
  4. [11859]: Don't require a MsgSetSendEnabled.Authority value in Validat…

    …eBasic. Maybe that field is supposed to be filed in by the governance module before passing on the message.
    dwedul-figure committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    95522aa View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	x/group/testutil/app_config.go
    dwedul-figure committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    3aaf336 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37380d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	api/cosmos/bank/v1beta1/tx.pulsar.go
    #	api/cosmos/bank/v1beta1/tx_grpc.pb.go
    #	proto/cosmos/bank/v1beta1/tx.proto
    #	simapp/app.go
    #	x/bank/keeper/keeper_test.go
    #	x/bank/keeper/msg_server.go
    #	x/bank/module.go
    #	x/bank/spec/03_messages.md
    #	x/bank/types/msgs.go
    #	x/bank/types/tx.pb.go
    #	x/mint/testutil/app_config.go
    #	x/nft/testutil/app_config.go
    SpicyLemon committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    2de03b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a23c3f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b083ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b95863 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4129213 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    845211a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    5856658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    440e6f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67a8dd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca13c0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7d8f3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de02a56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6878cf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cf24cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    319d98c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	CHANGELOG.md
    SpicyLemon committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    03d7f4b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    0f14d19 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	x/bank/keeper/keeper_test.go
    SpicyLemon committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e10bb57 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

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

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    23acad9 View commit details
    Browse the repository at this point in the history
  2. [11859]: Change a call to moduletestutil.MakeTestEncodingConfig (from…

    … simapp.MakeTestEncodingConfig).
    SpicyLemon committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e207a79 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

Commits on Aug 3, 2022

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

Commits on Aug 10, 2022

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

Commits on Aug 15, 2022

  1. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	x/bank/app_test.go
    SpicyLemon committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    61120d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

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

Commits on Aug 24, 2022

  1. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	CHANGELOG.md
    SpicyLemon committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e54b079 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    ff1831b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61b968b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dwedul/11859-send-enabled-w-gov-prop' of github.com:cos…

    …mos/cosmos-sdk into dwedul/11859-send-enabled-w-gov-prop
    SpicyLemon committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b5c020c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	CHANGELOG.md
    SpicyLemon committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    ae5a5b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f0662b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db8a13b View commit details
    Browse the repository at this point in the history
  4. [11859]: make mocks.

    SpicyLemon committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    7cb385c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    559a1c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	CHANGELOG.md
    SpicyLemon committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9901da5 View commit details
    Browse the repository at this point in the history
  2. [11859]: Remove the set_default_send_enabled and default_send_enabled…

    … fields from MsgSetSendEnabled.
    SpicyLemon committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9846317 View commit details
    Browse the repository at this point in the history
  3. [11859]: Remove any uses/references to the removed set_default_send_e…

    …nabled and default_send_enabled fields.
    SpicyLemon committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f033cbc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	CHANGELOG.md
    SpicyLemon committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b6d2e6c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

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

Commits on Sep 8, 2022

  1. Merge branch 'main' into dwedul/11859-send-enabled-w-gov-prop

    # Conflicts:
    #	CHANGELOG.md
    #	x/bank/spec/03_messages.md
    #	x/bank/spec/README.md
    SpicyLemon committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    84a0346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c72ac77 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dwedul/11859-send-enabled-w-gov-prop' of github.com:cos…

    …mos/cosmos-sdk into dwedul/11859-send-enabled-w-gov-prop
    
    # Conflicts:
    #	CHANGELOG.md
    SpicyLemon committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    f90c563 View commit details
    Browse the repository at this point in the history
  4. [11859]: Fix import of cosmossdk.io/simapp (was github.com/cosmos/cos…

    …mos-sdk/simapp) in x/bank/app_test.go and update other go mod stuff associated with that.
    SpicyLemon committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    720f8f7 View commit details
    Browse the repository at this point in the history