cosmos-sdk/x/auth/types
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
..
account.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
account_retriever.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
account_retriever_test.go Tx CLI proto module interface (#5989) 2020-05-21 21:29:34 +00:00
account_test.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
client_tx.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
codec.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
common_test.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
expected_keepers.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
genesis.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
genesis_test.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
keys.go Merge PR #5702: Add Param Querying to x/auth 2020-02-26 10:33:56 -05:00
params.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
params_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
permissions.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
permissions_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
querier.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
stdsignmsg.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
stdtx.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
stdtx_test.go Merge branch 'master' into bez/proto-client-init 2020-03-14 12:34:34 -04:00
test_utils.go linter: enable nolintlint (#6162) 2020-05-08 08:46:12 +00:00
txbuilder.go x/auth: remove unused passphrase arguments (#6270) 2020-05-22 13:34:15 +00:00
txbuilder_test.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
types.pb.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
types.proto Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00