v5.2.14
·
1208 commits
to master
since this release
What's Changed
- feat: use more cached_property in decoders by @BobTheBuidler in #138
- feat: use cached_property in encoders by @BobTheBuidler in #140
- feat: alias compiled func as method by @BobTheBuidler in #137
- feat: compile TupleEncoder.validate_value by @BobTheBuidler in #139
- feat: TupleEncoder._is_dynamic attr by @BobTheBuidler in #141
- feat: optimize encode_tuple head_length by @BobTheBuidler in #143
- feat: one less py call per encode by @BobTheBuidler in #142
- feat: length-specific TupleEncoders by @BobTheBuidler in #144
- chore: refactor out __encode_tuple_chunks by @BobTheBuidler in #147
- feat(mypy): proper typing for ABIRegistry methods by @BobTheBuidler in #146
Full Changelog: v5.2.13...v5.2.14