Skip to content

0.1.15

Compare
Choose a tag to compare
@cmmarslender cmmarslender released this 01 Dec 02:04
· 1396 commits to main since this release
5228fab

What's Changed

  • python 3.11 appears to be slower by @arvidn in #76
  • move implementation-notes to this repo by @arvidn in #78
  • eligible for deduplication by @arvidn in #77
  • add new crate chia-bls by @arvidn in #68
  • Build macOS ARM 3.8 by @altendky in #72
  • update metadata for crates and bump rust edition to 2021 by @arvidn in #80
  • move tree_hash() into its own crate (clvm-utils) by @arvidn in #79
  • move protocol types into its own crate by @arvidn in #82
  • move Coin, CoinState and RespondToPhUpdates into chia-protocol by @arvidn in #83
  • update generate_type_stubs.py by @arvidn in #84
  • support unnamed fields in PyStreamable by @arvidn in #85
  • Fix python fields by @arvidn in #86
  • add support for remaining primitive types to json serialization/deserialization by @arvidn in #88
  • improve test coverage of edge case in merkle_tree_set by @arvidn in #87
  • make generate_type_stubs list all files to generate type stubs for by @arvidn in #89
  • instead of using a bool field, expose a flags field by @arvidn in #90
  • add uncurry() function to clvm-utils by @arvidn in #81
  • bump version to 0.1.15 by @arvidn in #91

Full Changelog: 0.1.14...0.1.15