cosmos-sdk/x/genutil
Aaron Craelius 81d647e505
Move codec.RegisterCrypto and codec.Cdc to new packages (#6330)
* Move codec.Cdc to legacy_global.Cdc

* Update CHANGELOG.md

* Updates

* nit

* Fix imports

* Updates

* Use cosmos multisig instead of tendermint multisig everywhere

* Fix tests

* Rename legacy_global -> legacy

* Add doc.go

* Linting, move all RegisterCrypto calls to crypto/codec

* Update crypto/codec/amino.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-06-04 10:38:24 +00:00
..
client Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
legacy Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
types Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
alias.go linter: enable nolintlint (#6162) 2020-05-08 08:46:12 +00:00
collect.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
doc.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
genesis.go Merge PR #5499: Cleanup genesis state validation + Genutil 2020-01-09 15:14:23 -05:00
gentx.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
gentx_test.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
module.go Change GetQueryCmd to take client.Context (#6326) 2020-06-03 20:15:11 +00:00
utils.go server: remove deprecated UpgradeOldPrivValFile (#6079) 2020-04-27 16:08:44 +00:00
utils_test.go Replace defer with testing.T.Cleanup() (#5732) 2020-03-02 00:16:23 +00:00