cosmos-sdk/codec
SaReN 72ebafeeca
Update auth cli commands (#6717)
* add utils

* update sign cmd

* update multisign cmd

* update sign batch cmd

* update genutil cmd

* add wrap tx builder

* update gentx cli

* update validate sigs cmd

* fix lint

* add flag reader to cli

* update marshaler for batchscan

* add register query server

* update to master

* remove depricated methods

* fix keyring issue

* update wraptx

* Fix batch scan

* fix register interfaces issue

* update printOutput

* Update Validate Sigs test

* WIP on signature JSON

* Cleanup

* Cleanup

* Test fixes

* Test fixes

* Fixes

* WIP on tests

* Fix gov tests

* fix lint

* fix MultiSign tests

* fix tests

* refactor tests

* Cleanup

* Address review comments

* Update encode

* Test fix

* Rename SignData func

* Fix lint

* Fix lint

* Revert ReadTxCommandFlags

Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2020-07-29 22:33:42 +00:00
..
legacy Simapp Localnet (#6421) 2020-06-12 16:23:08 +00:00
types x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
unknownproto codec: implement protobuf unknown fields checker (#6557) 2020-07-29 11:31:23 -04:00
amino.go codec: add as much visible coverage (#6670) 2020-07-10 13:01:25 +02:00
amino_codec.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
amino_codec_test.go x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
any.go Start removing HybridCodec (init + auth, bank, distribution) (#6838) 2020-07-24 19:04:29 +00:00
any_test.go x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
codec.go codec: remove unnecessary allocations in ProtoCodec.MarshalBinaryLengthPrefixed (#6877) 2020-07-29 14:39:34 +00:00
hybrid_codec.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
hybrid_codec_test.go x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
json.go Disable automatic camelCasing in proto JSON (#6833) 2020-07-23 22:16:44 +00:00
proto_codec.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
proto_codec_test.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00