Releases: Chia-Network/chia_rs
Releases · Chia-Network/chia_rs
0.2.0
What's Changed
- Introduce AmountExceedsMaximum error code by @arvidn in #99
- Use updated clvm_rs. by @richardkiss in #98
- use string interpolation to please clippy by @arvidn in #101
- don't run cargo publish --dry-run on CI by @arvidn in #103
- MacOS deployment target on M1 by @arvidn in #102
- Improve generator tooling by @arvidn in #104
- add more stress tests by @arvidn in #106
- Wallet protocol by @arvidn in #100
- Streamable enums by @arvidn in #105
- run fuzzers in CI (for 30 seconds per target) by @arvidn in #107
- make the fuzzing utility make_tree() more efficient by @arvidn in #108
- Bump clvm by @arvidn in #110
- First crack at compressor. by @richardkiss in #55
- bump version to 0.2.0 by @arvidn in #112
Full Changelog: 0.1.16...0.2.0
0.1.16
0.1.15
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
0.1.14
0.1.13
This release addresses an artifact publishing issue that resulted in the prior 2 tags not successfully pushing the packages to the appropriate registries.
What's Changed
- Python 3.11 by @altendky in #16
- try out manylinux2014 for all intel by @altendky in #63
- Clippy fmt workspace by @arvidn in #67
- run benchmarks on dedicated CI runner by @arvidn in #64
- support Tuples (unnamed members) by @arvidn in #65
- Version bump by @wallentx in #69
Full Changelog: 0.1.10...0.1.13