cosmos-sdk/codec
Cory c1fc2a36d4
fix: remove legacy REST endpoints for broadcast & encode (v0.44.x) (#10041)
* fix: remove legacy REST endpoints for broadcast & encode

* add changelog

* update changelog

* fix amino tx marshaling test

* try to fix x/auth/client/rest tests

* changing tx broadcast request type

* remove auth client/rest_test.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2021-09-01 15:50:20 +02:00
..
legacy codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
types Remove ServiceMsgs from ADR-031 (#9139) 2021-04-30 11:00:47 +00:00
unknownproto unknownproto: check result from protowire.ConsumeFieldValue and return an error (#7770) 2020-11-09 17:58:13 +00:00
amino.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
amino_codec.go Rename clientCtx.JSONMarshaler to JSONCodec (#9251) 2021-05-03 14:45:47 +00:00
amino_codec_test.go fix: remove legacy REST endpoints for broadcast & encode (v0.44.x) (#10041) 2021-09-01 15:50:20 +02:00
any_test.go Rename clientCtx.JSONMarshaler to JSONCodec (#9251) 2021-05-03 14:45:47 +00:00
codec.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
codec_common_test.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
json.go Remove bech32 PubKey support (#7477) 2021-03-25 14:53:22 +00:00
proto_codec.go Rename clientCtx.JSONMarshaler to JSONCodec (#9251) 2021-05-03 14:45:47 +00:00
proto_codec_test.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
yaml.go Rename clientCtx.JSONMarshaler to JSONCodec (#9251) 2021-05-03 14:45:47 +00:00
yaml_test.go Migrate BaseAccount PubKey to use Any (#7268) 2020-09-25 08:41:16 +00:00