Releases: Chia-Network/chia_rs
Releases · Chia-Network/chia_rs
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
What's Changed
- bump the crate versions of the proc macros by @arvidn in #113
- bump version to 0.2.1 by @arvidn in #114
- Fixed incorrect wasm path by @ChiaMineJP in #115
- Fix run_gen.py and issue in test block generator by @arvidn in #117
- MintingCoin check by @arvidn in #111
- Updating deprecated set-output workflow command by @wallentx in #116
- in generator tests, print the full cost, including the cost-per-byte by @arvidn in #118
- fix typo run_gen.py by @arvidn in #119
- remove old left-over types by @arvidn in #120
- run_block_generator() by @arvidn in #122
- improve error handling a bit by @arvidn in #121
- analyze-chain tool by @arvidn in #124
- Setting actions version to latest by @wallentx in #125
- add license by @nirajpathak13 in #126
- Implement std::error::Error trait for chia-protocol's Error by @xchdata1 in #123
- STRICT_ARGS_COUNT refactor by @arvidn in #128
- Parameterize tests by @arvidn in #129
- parameterize more tests by @arvidn in #130
- factor out the LIMIT_HEAP logic into a function, to allow reusing it by @arvidn in #132
- add support for parsing ASSERT_BEFORE_ by @arvidn in #131
- add support for ASSERT_CONCURRENT_SPEND condition code by @arvidn in #133
- add support for ASSERT_CONCURRENT_PUZZLE by @arvidn in #134
- add more checks for impossible constraints by @arvidn in #135
- fix typo in validation_error by @arvidn in #137
- Bump clvm dependency to 0.2.3 by @arvidn in #136
- add new function run_puzzle() by @arvidn in #138
- cut release 0.2.2 by @arvidn in #139
New Contributors
- @ChiaMineJP made their first contribution in #115
- @nirajpathak13 made their first contribution in #126
- @xchdata1 made their first contribution in #123
Full Changelog: 0.2.0...0.2.2
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