cosmos-sdk/x/auth/types
Aaron Craelius 70767c87c4
Update x/gov to use Any (#6147)
* Update x/gov to use Any

* Fixes

* Remove MsgSubmitProposalLegacy

* Update CHANGELOG.md

* Add RegisterInterfaces for x/distribution, x/params, & x/upgrade

* Fix query JSON issue

* Fix gov tests

* Revert custom Any Equals

* Re-remove types

* Rename receivers

* Fix imports in gov

* Sort imports

* Make amino JSON signing work with Any

* Run proto-gen

* Create full amino wrapper

* Fix errors

* Fixes

* Fix tests

* Test fixes

* Fix tests

* Linting

* Update ADR 019 and CHANGELOG

* Updated ADR 019

* Extract Marshal/UnmarshalProposal

* fix error

* lint

* linting

* linting

* Update client/keys/parse.go

Co-authored-by: Marko <marbar3778@yahoo.com>

* linting

* Update docs/architecture/adr-019-protobuf-state-encoding.md

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>

* Update docs/architecture/adr-019-protobuf-state-encoding.md

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>

* Address review feedback

* Add godocs

* Fix errors

* fix errors

* revert file

* Address review feedback

* Address review feedback

* Stacktrace debug flag

* Fix tests

* Address review feedback

Co-authored-by: sahith-narahari <sahithnarahari@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-05-19 20:17:29 +00:00
..
account.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
account_retriever.go Merge PR #5668: Fix GetAccountWithHeight 2020-02-18 16:53:11 +01:00
account_retriever_test.go Merge PR #5702: Add Param Querying to x/auth 2020-02-26 10:33:56 -05:00
account_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
codec.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04: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 various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
genesis_test.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +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 Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +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 Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
txbuilder_test.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
types.pb.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
types.proto Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00