cosmos-sdk/client
Amaury dfe3e7a8d7
Remove ServiceMsgs from ADR-031 (#9139)
* wip

* wip

* wip

* wip on refactoring adr 031 type URLs

* Fix msg_service_router

* Fix gov client queries

* Fix some modules tests

* Remove all instances of "*.Msg/*"

* Uncomment code

* Remove commented code

* // simulation.NewWeightedOperation(

* Fix CopyTx

* Fix more tests

* Fix x/gov test

* proto.MessageName->sdk.MsgName

* Fix authz tests

* Use MsgRoute in feegrant and staking/authz

* Fix more tests

* Fix sims?

* Add norace tag

* Add CL

* rebuild rosetta api test data

* Update ADR

* Rename MsgRoute -> MsgTypeURL

* Fix codec registration

* Remove sdk.GetLegacySignBytes

* Update types/tx_msg.go

* Update x/authz/simulation/operations.go

* Move LegacyMsg to legacytx

* Update CHANGELOG.md

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

* Remove NewAnyWithCustomTypeURL

* Keep support for ServiceMsgs

* Fix TxBody UnpackInterfaces

* Fix test

* Address review

* Remove support for ServiceMsg typeURLs

* Fix lint

* Update changelog

* Fix tests

* Use sdk.MsgTypeURL everywhere

* Fix tests

* Fix rosetta, run make rosetta-data

* Fix rosetta thanks to froydi

* Address reviews

* Fix test

* Remove stray log

* Update CL

Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2021-04-30 11:00:47 +00:00
..
config Add env variable to cmd flags (#9040) 2021-04-13 17:32:08 +00:00
debug Remove bech32 PubKey support (#7477) 2021-03-25 14:53:22 +00:00
docs Use Docker to generate swagger files (#9064) 2021-04-07 10:31:39 +00:00
flags Set proper default command output (#8628) 2021-04-17 00:21:32 +00:00
grpc cosmos-reflection: extend to support writing by reflection clients (#8965) 2021-04-07 00:33:54 +01:00
input client/keys: make add command's output parseable (#6603) 2020-07-05 13:22:49 +02:00
keys Set proper default command output (#8628) 2021-04-17 00:21:32 +00:00
rest various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
rpc Remove bech32 PubKey support (#7477) 2021-03-25 14:53:22 +00:00
tx Remove ServiceMsgs from ADR-031 (#9139) 2021-04-30 11:00:47 +00:00
account_retriever.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
broadcast_test.go tm: update to latest (#7376) 2020-09-23 13:44:40 +00:00
broadcast.go client: remove redundant/repeated code (#8182) 2020-12-17 09:30:28 +00:00
cmd_test.go Limit context background (#8093) 2021-02-03 09:47:25 +00:00
cmd.go Add client config subcommand to CLI (#8953) 2021-03-31 12:04:33 +02:00
context_test.go chore: refactor code quality issues (#8932) 2021-03-22 09:30:27 +00:00
context.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
grpc_query_test.go Add ADR 031 BaseApp and codec infrastructure (#7519) 2020-10-15 13:07:59 +00:00
grpc_query.go Make gRPC requests go through tendermint Query (#8549) 2021-02-15 10:01:44 +00:00
query.go fix: grpc-gateway error codes (#9015) 2021-03-29 13:42:43 +00:00
test_helpers.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
tx_config.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
utils_test.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
utils.go Add client config subcommand to CLI (#8953) 2021-03-31 12:04:33 +02:00