cosmos-sdk/x/auth/ante
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_test.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
ante.go x/auth/ante: AccountKeeper expected interface used instead of the str… (#6040) 2020-04-21 16:56:18 +00:00
basic_test.go Merge PR 5196: RecheckTx Optimizations 2019-10-23 10:43:58 -04:00
basic.go add comments to why its nolint (#6366) 2020-06-08 13:47:18 +00:00
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
fee_test.go Merge PR #6010: Merge x/supply into x/bank 2020-04-20 11:22:12 -04:00
fee.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
integration_test.go Merge PR #4896: Refactor auth tests 2019-08-15 11:19:16 -04:00
setup_test.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
setup.go Merge PR #5006: Modular AnteDecorator 2019-10-10 08:46:09 -04:00
sigverify_test.go Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00
sigverify.go Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00