cosmos-sdk/x/auth/client
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
..
cli Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00
rest client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
testutil x/auth: add sign-batch command (#6350) 2020-06-08 17:19:29 +02:00
query.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
rest.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
tx.go x/auth: add sign-batch command (#6350) 2020-06-08 17:19:29 +02:00
tx_test.go x/auth: add sign-batch command (#6350) 2020-06-08 17:19:29 +02:00