cosmos-sdk/x/auth/client/cli
Marie Gauthier eba4c8a264
Handle nil *Any in UnpackAny and add panic handler for tx decoding (#7594)
* Handle nil any in UnpackAny

* Add test

* Add flag back

* Update runTx signature

* Update Simulate signature

* Update calls to Simulate

* Add txEncoder in baseapp

* Fix TestTxWithoutPublicKey

* Wrap errors

* Use amino in baseapp tests

* Add txEncoder arg to Check & Deliver

* Fix gas in test

* Fix remaining base app tests

* Rename to amionTxEncoder

* Update codec/types/interface_registry.go

Co-authored-by: Aaron Craelius <aaron@regen.network>

* golangci-lint fix

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Cory Levinson <cjlevinson@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-10-19 18:04:44 +00:00
..
broadcast.go docs: Update "Basics" section (#7416) 2020-10-12 15:31:25 +00:00
cli_test.go Handle nil *Any in UnpackAny and add panic handler for tx decoding (#7594) 2020-10-19 18:04:44 +00:00
decode.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
encode_test.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
encode.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
query.go docs: Update "Basics" section (#7416) 2020-10-12 15:31:25 +00:00
tx_multisign.go Add the option of emitting amino encoded json from the CLI (#7221) 2020-10-15 15:12:35 +00:00
tx_sign.go Add the option of emitting amino encoded json from the CLI (#7221) 2020-10-15 15:12:35 +00:00
tx.go x/auth: in-process test refactor (#6573) 2020-07-14 18:37:14 +00:00
validate_sigs.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00