cosmos-sdk/codec
Alexander Peters ba7ac458c9
Merge commit from fork
* Limit recursion depth for unknown field detection

(cherry picked from commit f038dc731c55be1e1c526e67695acc358631afd6)

* Limit unpack any

(cherry picked from commit 1a2bff56fb7391f9ce87d4fbe9e0367ae991c0b2)

* Update Changelog

* Another limit recursion depth for unknown field detection

* Update changelog
2024-12-16 17:06:10 +01:00
..
address fix: recreate legacy behaviour for addresscodec (backport #17870) (#17871) 2023-09-25 14:20:31 +00:00
legacy style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
testutil style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
types Merge commit from fork 2024-12-16 17:06:10 +01:00
unknownproto Merge commit from fork 2024-12-16 17:06:10 +01:00
amino_codec_test.go refactor!: remove some legacy amino stuff needed for #11275 (#15299) 2023-03-15 20:10:23 +00:00
amino_codec.go refactor(codec)!: update codec to x/tx v0.6.0 (#15873) 2023-04-28 08:13:28 +00:00
amino.go refactor: rename commands to match consensus engine name (#14956) 2023-02-08 20:09:28 +00:00
any_test.go chore: lint tests (#14268) 2022-12-18 23:48:31 +00:00
bench_test.go feat(client/v2): signing (backport #17913) (#17972) 2023-10-05 15:41:50 +02:00
codec_common_test.go refactor(codec)!: update codec to x/tx v0.6.0 (#15873) 2023-04-28 08:13:28 +00:00
codec.go refactor(codec)!: update codec to x/tx v0.6.0 (#15873) 2023-04-28 08:13:28 +00:00
collections_test.go feat(codec): add collections value codec for protov2 APIs. (backport #17042) (#17069) 2023-07-19 15:19:04 +02:00
collections.go fix: deterministic protov2 marshal (backport #18403) (#18406) 2023-11-07 18:13:45 +01:00
json.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
proto_codec_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
proto_codec.go fix: deterministic protov2 marshal (backport #18403) (#18406) 2023-11-07 18:13:45 +01:00
yaml_test.go style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
yaml.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00