Skip to content

Releases: Chia-Network/chia_rs

0.19.1

24 Jan 20:52
900146d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.0...0.19.1

0.19.0

23 Jan 19:17
90bfce6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.0...0.19.0

0.18.0

13 Jan 18:58
0b6571e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.0...0.18.0

0.17.0

14 Dec 16:53
5265a3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.17.0

0.16.0

15 Nov 19:02
41c4f56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.16.0

0.15.0

11 Oct 17:48
beca98c
Compare
Choose a tag to compare

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 into validate_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

0.14.0

26 Sep 02:05
c6cd98f
Compare
Choose a tag to compare

What's Changed

  • rstest@0.22.0 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 in BlsCache::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 from typing_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

0.13.0

30 Aug 17:58
fcfae36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.13.0

0.12.0

14 Aug 20:48
d409073
Compare
Choose a tag to compare

What's Changed

  • fix the test coverage collected by pytest by @arvidn in #654
  • enable message conditions unconditionally by @arvidn in #644
  • don't pass in the root directory to prettier (unconditionally) by @arvidn in #655
  • Allow implicit_hasher by @Rigidity in #657
  • Always enable the Fixed Div flag regardless of height. by @matt-o-how in #658
  • CHIA-1034 Rename Spend to SpendConditions and OwnedSpend to OwnedSpendConditions by @matt-o-how in #656
  • bump version to 0.12.0 by @arvidn in #663

Full Changelog: 0.11.0...0.12.0

0.11.0

07 Aug 20:09
ad3235e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.0...0.11.0