cosmos-sdk/codec/unknownproto
Aaron Craelius 6d937443b2
Reject unknown fields in TxDecoder and sign mode handlers (#6883)
* WIP on unknown field rejection in TxDecoder

* WIP on unknown field rejection in TxDecoder

* WIP

* WIP

* WIP

* WIP

* Fix bugs with RejectUnknownFields

* Fix tests

* Fix bug and update docs

* Lint

* Add tests

* Add unknown field tests

* Lint

* Address review comments
2020-08-03 19:47:25 +00:00
..
benchmarks_test.go Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
doc.go Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
unit_helpers_test.go codec: implement protobuf unknown fields checker (#6557) 2020-07-29 11:31:23 -04:00
unknown_fields.go Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
unknown_fields_test.go Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00