Chia-rs

Latest version: v0.21.1

Safety actively analyzes 714772 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

0.21.1

What's Changed
* use image for benchmark runner by altendky in https://github.com/Chia-Network/chia_rs/pull/976
* create_coin_announcement is not eligible for FF by arvidn in https://github.com/Chia-Network/chia_rs/pull/978
* bump version to 0.21.1 by arvidn in https://github.com/Chia-Network/chia_rs/pull/982


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.21.0...0.21.1

0.21.0

What's Changed
* Bump clap from 4.5.27 to 4.5.30 by dependabot in https://github.com/Chia-Network/chia_rs/pull/935
* Bump openssl from 0.10.70 to 0.10.71 by dependabot in https://github.com/Chia-Network/chia_rs/pull/933
* Bump serde_json from 1.0.137 to 1.0.138 by dependabot in https://github.com/Chia-Network/chia_rs/pull/914
* Bump syn from 2.0.96 to 2.0.98 by dependabot in https://github.com/Chia-Network/chia_rs/pull/920
* Bump libfuzzer-sys from 0.4.7 to 0.4.9 by dependabot in https://github.com/Chia-Network/chia_rs/pull/913
* Bump anyhow from 1.0.95 to 1.0.96 by dependabot in https://github.com/Chia-Network/chia_rs/pull/945
* Bump zstd from 0.13.2 to 0.13.3 by dependabot in https://github.com/Chia-Network/chia_rs/pull/948
* Bump prettier from 3.4.2 to 3.5.2 by dependabot in https://github.com/Chia-Network/chia_rs/pull/944
* Bump serde_json from 1.0.137 to 1.0.139 by dependabot in https://github.com/Chia-Network/chia_rs/pull/946
* Bump clap from 4.5.30 to 4.5.31 by dependabot in https://github.com/Chia-Network/chia_rs/pull/949
* Bump pyo3 from 0.23.4 to 0.23.5 by dependabot in https://github.com/Chia-Network/chia_rs/pull/947
* Bump blst from 0.3.13 to 0.3.14 by dependabot in https://github.com/Chia-Network/chia_rs/pull/934
* Bump serde from 1.0.217 to 1.0.218 by dependabot in https://github.com/Chia-Network/chia_rs/pull/950
* Bump time from 0.3.36 to 0.3.37 by dependabot in https://github.com/Chia-Network/chia_rs/pull/810
* Update Rust toolchain to 1.85.0 by Rigidity in https://github.com/Chia-Network/chia_rs/pull/952
* a coin with an ephemeral output coin is not eligible for FF by arvidn in https://github.com/Chia-Network/chia_rs/pull/956
* fix clippy warnings by arvidn in https://github.com/Chia-Network/chia_rs/pull/957
* Disable FF with relative timelock conditions and disable amount changing by matt-o-how in https://github.com/Chia-Network/chia_rs/pull/942
* Revoke FF eligibility for coins referenced by ASSERT_CONCURRENT_SPEND by Rigidity in https://github.com/Chia-Network/chia_rs/pull/959
* Prevent dedup with excess amount by Rigidity in https://github.com/Chia-Network/chia_rs/pull/960
* use macos-14 github runners for macos arm wheel builds by altendky in https://github.com/Chia-Network/chia_rs/pull/971
* specify 1.85.0 as the rust version in the benchmark workflow by arvidn in https://github.com/Chia-Network/chia_rs/pull/975
* bump version to 0.21.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/964


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.20.0...0.21.0

0.20.0

What's Changed
* fix `__repr__` for ConsensusConstants to use upper case names by arvidn in https://github.com/Chia-Network/chia_rs/pull/904
* update chia-bls adding `dep:` to `dep:chia_py_streamable_macro` by altendky in https://github.com/Chia-Network/chia_rs/pull/909
* update `PyStreamable` to provide `IntoPyObject()` by altendky in https://github.com/Chia-Network/chia_rs/pull/911
* use `Self` more in the stubs by altendky in https://github.com/Chia-Network/chia_rs/pull/912
* Bump openssl from 0.10.68 to 0.10.70 by dependabot in https://github.com/Chia-Network/chia_rs/pull/918
* add unnamed single-field struct support to `PyJsonDict` by altendky in https://github.com/Chia-Network/chia_rs/pull/910
* fixup stubtest for mypy 0.15.0 by altendky in https://github.com/Chia-Network/chia_rs/pull/923
* allow adding spend bundles in batches, for BlockBuilder by arvidn in https://github.com/Chia-Network/chia_rs/pull/929
* fix clippy warning of using a format string in a non-format context by arvidn in https://github.com/Chia-Network/chia_rs/pull/930
* bump version number to 0.20.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/931


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.19.1...0.20.0

0.19.1

What's Changed
* Bump clap from 4.5.26 to 4.5.27 by dependabot in https://github.com/Chia-Network/chia_rs/pull/891
* Add serde to most streamable types by Rigidity in https://github.com/Chia-Network/chia_rs/pull/901
* Bump to 0.19.1 by Rigidity in https://github.com/Chia-Network/chia_rs/pull/903


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.19.0...0.19.1

0.19.0

What's Changed
* Move old chia-puzzles to chia-puzzle-types crate by Rigidity in https://github.com/Chia-Network/chia_rs/pull/879
* Bump syn from 2.0.95 to 2.0.96 by dependabot in https://github.com/Chia-Network/chia_rs/pull/878
* Bump tokio from 1.42.0 to 1.43.0 by dependabot in https://github.com/Chia-Network/chia_rs/pull/877
* Bump proc-macro2 from 1.0.92 to 1.0.93 by dependabot in https://github.com/Chia-Network/chia_rs/pull/876
* Bump wasm-bindgen from 0.2.99 to 0.2.100 by dependabot in https://github.com/Chia-Network/chia_rs/pull/875
* Bump pyo3 from 0.23.3 to 0.23.4 by dependabot in https://github.com/Chia-Network/chia_rs/pull/874
* Bump clap from 4.5.23 to 4.5.26 by dependabot in https://github.com/Chia-Network/chia_rs/pull/871
* pin the nightly version of rust to one that doesn't ICE by arvidn in https://github.com/Chia-Network/chia_rs/pull/881
* install cargo audit by arvidn in https://github.com/Chia-Network/chia_rs/pull/888
* add class to build a compressed block incrementally by arvidn in https://github.com/Chia-Network/chia_rs/pull/869
* Initial switch to chia-puzzles by Rigidity in https://github.com/Chia-Network/chia_rs/pull/880
* add switch to test-block-generators to re-compress blocks by arvidn in https://github.com/Chia-Network/chia_rs/pull/890
* bump version 0.19.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/896


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.18.0...0.19.0

0.18.0

What's Changed
* Update Managed Files by ChiaAutomation in https://github.com/Chia-Network/chia_rs/pull/826
* fixup version for maturin by altendky in https://github.com/Chia-Network/chia_rs/pull/837
* Updated License by ChiaAutomation in https://github.com/Chia-Network/chia_rs/pull/835
* Bump prettier from 3.4.1 to 3.4.2 by dependabot in https://github.com/Chia-Network/chia_rs/pull/816
* Bump clap from 4.5.22 to 4.5.23 by dependabot in https://github.com/Chia-Network/chia_rs/pull/818
* Bump anyhow from 1.0.94 to 1.0.95 by dependabot in https://github.com/Chia-Network/chia_rs/pull/831
* Bump rcgen from 0.13.1 to 0.13.2 by dependabot in https://github.com/Chia-Network/chia_rs/pull/832
* Bump syn from 2.0.90 to 2.0.95 by dependabot in https://github.com/Chia-Network/chia_rs/pull/844
* update pyo3 to 0.23.3 by altendky in https://github.com/Chia-Network/chia_rs/pull/842
* Bump quote from 1.0.36 to 1.0.38 by dependabot in https://github.com/Chia-Network/chia_rs/pull/834
* bump clvm_rs dependency by arvidn in https://github.com/Chia-Network/chia_rs/pull/845
* **/*.lock linguist-generated=false by altendky in https://github.com/Chia-Network/chia_rs/pull/843
* Revert "bump clvm_rs dependency" by altendky in https://github.com/Chia-Network/chia_rs/pull/849
* add the openssl feature to the chia_rs wheel by arvidn in https://github.com/Chia-Network/chia_rs/pull/853
* update to rust 1.84.0 (from 1.79.0) by altendky in https://github.com/Chia-Network/chia_rs/pull/860
* clvmr to 0.12.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/858
* extend `SpendBundleConditions` with the cost broken out by arvidn in https://github.com/Chia-Network/chia_rs/pull/866
* remove `ALLOW_BACKREFS` flag, as it's always enabled now by arvidn in https://github.com/Chia-Network/chia_rs/pull/867
* minor cleanups and fix test-block-generators command line parsing by arvidn in https://github.com/Chia-Network/chia_rs/pull/868
* bump version to 0.18.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/870


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.17.0...0.18.0

Page 1 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.