-
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.
* [1760]: Rename all the msg.go files (and their relatives) to msgs.go. * [1760]: Standardize all the msg and codec definition to use a public AllRequestMsgs list used to, at the very least, register all the msg interfaces. * [1760]: Create RunGetSignersTests to standardize checking signers-related stuff for all our msgs. * [1760]: Switch the exchange GetSigners test over to the new RunGetSignersTests helper. * [1760]: Switch the metadata GetSigners test over to the new RunGetSignersTests helper. * [1760]: For the legacy test runner, just make sure the panic contains the expected panic in case it's being wrapped with other info. * [1760]: Add GetSigners tests to the attribute module. * [1760]: Streamline the exchange GetSigners maker definitions. * [1760]: Change ExpPanic fields to ExpInErr since the new stuff isn't supposed to panic like the old stuff. * [1760]: Add a GetSigners tests to the ibchooks module, and fix the MsgEmitIBCAck that was missing a signers option. * [1760]: Add GetSigners tests to the ibcratelimit module. * [1760]: GetSigners Tests on all the marker Msgs, and fix MsgCancelRequest that had the wrong signer option in the proto. * [1760]: Switch to RunGetSignersTests in the msgfees module. * [1760]: Switch to RunGetSignersTests in the name module. * [1760]: Switch to RunGetSignersTests in the oracle module. * [1760]: Switch to RunGetSignersTests for the quarantine module. * [1760]: Switch to RunGetSignersTests for the sanction module. * [1760]: Switch to RunGetSignersTests for the trigger module. * [1760]: Get rid of most of the GetSigners methods (the ones that weren't called directly). * [1760]: Remove the marker module's GetSigners methods, and update the handful of places where those were being called directly. * [1760]: Remove the GetSigners() methods from the metadata module. * [1760]: Get rid of some ibchooks msg methods that used to be required for sdk.Msg, but aren't anymore. * [1760]: Reorder the stuff in marker/types/msgs.go to match the order they're in in the proto. * [1760]: Reorder the stuff in names msgs.go to match the proto ordering. * [1760]: Reorganize the metadata msgs.go stuff. * [1760]: Clean up the attribute and ibchooks protos a little. * [1760]: Get rid of most of the yaml tags from the protos. Only ones left are ones that rename a field. * [1760]: Remove the rest of the uses of gogoproto.moretags. * [1760]: Clean up some unneeded gogoproto.goproto_stringer options from the protos. * [1760]: Update all the Coins fields in the protos to match the same options the sdk uses. * [1760]: Remove all uses of any ModuleCdc variables, and delete them all. * [1760]: In GetFeePayerUsingFeeGrant, cast the feePayer and feeGranter back to sdk.AccAddress variables since they're now being returned as []byte, but we want them treated as AccAddresses everywhere in there. Specifically, the error message isn't right when they are just []byte. * [1760]: Get rid of all the String() methods that just do yaml conversion, and switch them to an auto-generated version. * [1760]: Refactor the MetadataAddress.Format method to handle more casses in better ways. Specifically, %v will now output the bech32 string so that the other .String() methods have the bech32 there instead of the hex bytes. * [1760]: Remove a private unused function: stringsToAccAddresses * [1760]: Switch to sigs.k8s.io/yaml (from gopkg.in/yaml.v2) in the last remaining place. * [1760]: Move DefineCustomGetSigners to the top of the file. * [1760]: Add changelog entries. * [1760]: Move now-indirect require of gopkg.in/yaml.v2 to the indirect section. * [1760]: Tweak the MetadataAddress.Format method: add some comments and remove the p and T cases which never get actually used.
- Loading branch information
1 parent
5495cbf
commit 5e61431
Showing
148 changed files
with
5,495 additions
and
6,643 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
Large diffs are not rendered by default.
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
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.