What's Changed
- CHIA-1527: Add chia-sha2 crate to prevent cyclic dependency with clvmr by @Rigidity in #735
- move mypy config into config by @altendky in #733
- Bump to 0.14.1 by @Rigidity in #736
- Fix clippy warnings and py-bindings on chia-consensus by @Rigidity in #737
- pass
ParseState
by reference intovalidate_conditions()
by @arvidn in #738 - remove unused
run_puzzle()
function by @arvidn in #739 - release GIL when validating signatures by @arvidn in #743
- use regexes for stubtest allowlists, ignore all of
chia_rs.chia_rs
by @altendky in #740 - update gen-corpus to save block generators by @arvidn in #747
- clean up test-block-generators to be more useful for future work by @arvidn in #746
- Change BLSCache to use the augmented message for its lookup by @matt-o-how in #744
- make BlsCache thread safe by adding an internal mutex by @arvidn in #750
- [CHIA-1562] validate block signature as part of
run_block_generator()
by @arvidn in #745 - [CHIA-1563] add function to run a trusted block and return additions and removals. by @arvidn in #748
- Add needed items for sdist by @emlowe in #755
- bump chia_rs version to 0.15.0 by @arvidn in #756
Full Changelog: 0.14.0...0.15.0