cosmos-sdk/x/auth/types
Aaron Craelius 60f7edfe3d
Add SignatureV2 infrastructure (#6373)
* Updte tx generator

* Add sigv2, PublicKeyCodec

* revert changes

* revert changes

* updates

* Updates

* Integrate multisig support

* Undo move

* remove func

* undo

* godocs

* godocs, cleanup

* Cleanup

* godocs, tests

* lint

* Re-enable VerifyBytes

* Address comments

* Fix imports

* Update crypto/types/multisig/multisignature.go

* Add test for MultiSignatureData

* Add nested multisig case

* Add test for AddSignatureV2

* Add changelog

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: sahith-narahari <sahithnarahari@gmail.com>
2020-06-12 18:13:20 +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
params.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
params_test.go
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
stdsignmsg.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
stdtx.go Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00
stdtx_test.go Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00: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
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