cosmos-sdk/x/auth/ante
Anil Kumar Kammari 64b6bb5270
rename RegisterCodec to RegisterLegacyAminoCodec (#7243)
* rename RegisterCodec to RegisterLegacyAminoCodec

* Add changelog

* gofmt

* rename codec.New() to codec.NewLegacyAmino()

* Add change log

* Update CHANGELOG.md

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>

* Fix

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
2020-09-07 14:47:12 +00:00
..
ante.go Add RejectExtensionOptionsDecorator (#6988) 2020-08-18 13:44:56 +00:00
ante_test.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
basic.go Remove GetSignatures from SigVerifiableTx (#6550) 2020-09-02 20:41:13 +00:00
basic_test.go Remove GetSignatures from SigVerifiableTx (#6550) 2020-09-02 20:41:13 +00:00
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
ext.go Add RejectExtensionOptionsDecorator (#6988) 2020-08-18 13:44:56 +00:00
ext_test.go Add RejectExtensionOptionsDecorator (#6988) 2020-08-18 13:44:56 +00:00
fee.go Merge PR #6449: Initial Metrics 2020-06-18 14:12:44 -04:00
fee_test.go Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
setup.go Merge PR #5006: Modular AnteDecorator 2019-10-10 08:46:09 -04:00
setup_test.go Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
sigverify.go Add `SkipSequenceCheck` flag in SignatureV2 for Amino signatures (#7234) 2020-09-04 17:49:07 +00:00
sigverify_test.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
testutil_test.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00