-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [1901]: Copy the sanction protos from our SDK fork. * [1901]: Change the go_package in the sanction protos to this repo. * [1901]: Copy the x/sanction stuff from our SDK fork. * [1901]: Remove imports of the old simapp stuff. * [1901]: Fix all the imports of the sanction module. * [1901]: Clean up the codec and make the AppModule satisfy the interface again. * [1901]: Fix comment in no-now-lint.sh referencing old tendermint library. * [1901]: Swap in cometbft imports for the tendermint ones. * [1901]: Delete some old module methods that aren't needed or used anymore and fix some types that moved. * [1901]: Update the expected keepers. * [1901]: Update getLastProposal in the msg service router test to get stuff directly instead of using .Walk on all props. * [1901]: Create the wrapped gov keeper and use that in the sanction keeper so that I can still mock proposals. * [1901]: Fix the send restriction to use a context.Context. * [1901]: Fix last usage of sdk.NewInt. * [1901]: Fix a couple imports in previously generated code (will just regenerate later, but this is a quick fix). * [1901]: Replace the test_helpers stuff with our standard assertions stuff. * [1901]: Make GenerateOrBroadcastTxCLIAsGovProp and use that for the sanction stuff (will do the rest later after this gets in, I guess). Also make generic funcs for the --authority flag. Fix uses of simState.AppParams.GetOrGenerate. * [1901]: Fix calls to FundAccount. * [1901]: Reorder module interface assertions to match others. * [1901]: Remove internal tools since it's not needed anymore. * [1901]: make proto-regen. * [1901]: Remove duplicate ; from name.proto. * [1901]: Add the sanction module back into the app. * [1901]: Fix a marker unit test that's getting the next proposal id instead of the most recent one. * [1901]: Fix most of the problems in the operations tests. * [1901]: Fix nextBlock() maybe. * [1901]: Clean up the names of things in export_test and fix several lint issues. * [1901]: Add cosmossdk.io/collections to go.mod. * [1901]: Remove github.com/regen-network/cosmos-proto v0.3.1 from go.mod since its not needed anymore. * [1901]: Fix the simulation tests. * [1901]: Rename a test file that wasn't quite right. * [1901]: Add some helpers to use for cli query tests. Make the sanction cli tests compile (using the new helpers). * [1901]: Make the codec in app.New instead of having it provided, and make some helpers for getting the codec stuff. * [1901]: Add a TODO to the MakeTestEncodingConfig function to get rid of it. * [1901]: Delete all the NAVs from the migrations in order to make build times much, much better. * [1901]: Add some missing codec-setup lines to app.New. * [1901]: Remove unneeded import. * [1901]: Set the chain-id when creating the app in the CLI tests. * [1901]: Change the CLI query helpers be specific to unit tests so that I can log more stuff and make it easier to debug problems. * [1901]: Fix the sanction cli tests. * [1901]: Add changelog entry. * [1901]: Add the sanction key back into the import-export sim test. * [1901]: Delete some more navs. * [1901]: Add the sanction stuff to the swagger config and regenerate it. * [1901]: Update spec docs: Add link in main readme to the sanction docs. Add TOCs to the sanction docs, fix the proto links, and do a little cleanup.
- Loading branch information
1 parent
c1db1a7
commit ee6b992
Showing
98 changed files
with
68,300 additions
and
27,329 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
Oops, something went wrong.