0.14.0
What's Changed
[email protected]
by @altendky in #702- fixup clippy warnings by @altendky in #705
- Revert accidental change while fixing clippy warnings by @AmineKhaldi in #706
- Remove references to
NPCResult
by @matt-o-how in #699 - Add machete to check unused dependencies by @Rigidity in #693
- release the GIL in run_block_generator() and run_block_generator2() by @arvidn in #712
- CHIA-1344 Release the GIL when calling validate_clvm_and_signature in the python binding by @AmineKhaldi in #703
- remove the DISALLOW_INFINITY_G1 flag by @arvidn in #715
- Bump clvm to 0.9.0 by @arvidn in #717
- Change BLSCache to take and return deserialized GTElements by @matt-o-how in #710
- Switch to #[classmethod] for SpendBundle::py_aggregate by @matt-o-how in #678
- [CHIA-1087] remove the
ANALYZE_SPENDS
flag by @arvidn in #718 - use
PySequence
inBlsCache::update()
by @arvidn in #719 - Optimize
get_conditions_from_spendbundle()
by calculating the generator's size without creating the generator by @matt-o-how in #714 - update gen-corpus to generate coin spends for solution-generator fuzzer by @arvidn in #716
- update concurrency pattern to match blockchain by @altendky in #724
- add test for
clvm_bytes_len()
by @arvidn in #722 - get
Self
fromtyping_extensions
by @altendky in #721 - add stubtest by @altendky in #685
- include license-file in wheel by @altendky in #659
- Delete wheel/py.typed (leaving wheel/python/chia_rs/py.typed) by @altendky in #689
MACOSX_DEPLOYMENT_TARGET: "13.0"
by @altendky in #625- remove
.from_parent()
hinting at least for now by @altendky in #730 - Release 0.14.0 by @arvidn in #727
Full Changelog: 0.13.0...0.14.0