v5.2.11
What's Changed
-
feat: reduce repetitive validation of type args by @BobTheBuidler in #70
-
feat: optimize
ABIEncoder.is_encodableby @BobTheBuidler in #79 -
feat: compile most of grammar module by @BobTheBuidler in #85
-
feat: include faster-eth-utils as build dep on py3.14 by @BobTheBuidler in #94
-
fix: clear tuple en/de coder cache when (de)registering by @BobTheBuidler in #69
-
feat(mypy): proper typing for PredicateMapping by @BobTheBuidler in #89
-
feat(test): run tox workflow daily by @BobTheBuidler in #72
-
feat(test): only run tests on code changes by @BobTheBuidler in #73
-
feat(test): split up tox jobs to multiple runners by @BobTheBuidler in #74
-
feat(test): add workflow_dispatch trigger to test runner by @BobTheBuidler in #78
-
feat(test): test on Python3.14, 3.13t, 3.14t by @BobTheBuidler in #90
-
fix(test): adapt TypeError text matching tests to compiled eth-abi by @BobTheBuidler in #81
-
fix(test): expected exc types in test_abi_encode_raises_for_non_list_like_params by @BobTheBuidler in #86
-
fix(test): expected exc types in test_abi_decode_wrong_types_param_type_raises by @BobTheBuidler in #88
-
feat(cicd): normalize C files for diffchecking by @BobTheBuidler in #71
-
feat(cicd): use caching in github actions workflows by @BobTheBuidler in #83
-
feat(cicd): build C files for source control on py3.14 by @BobTheBuidler in #92
-
feat(cicd): release workflow dry-run option by @BobTheBuidler in #93
-
fix(cicd): limit certain workflows to code changes only by @BobTheBuidler in #82
Full Changelog: v5.2.10...v5.2.11