* Fix canEncodeType for repeated fields * Fix tests * Remove duplicate tests * Don't remove tests Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
* 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