cosmos-sdk/x/auth
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
..
ante Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00
client Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00
keeper Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
legacy Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
signing Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00
simulation Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
spec Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
types Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00
vesting Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
alias.go add comments to why its nolint (#6366) 2020-06-08 13:47:18 +00:00
genesis.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
module.go module: pass route by value (#6404) 2020-06-11 15:37:23 +00:00
module_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00