Chia-rs

Latest version: v0.21.2

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

Scan your dependencies

Page 1 of 9

0.21.2

What's Changed
* Bump ring from 0.17.8 to 0.17.13 by dependabot in https://github.com/Chia-Network/chia_rs/pull/986
* Bump prettier from 3.5.2 to 3.5.3 by dependabot in https://github.com/Chia-Network/chia_rs/pull/980
* Bump quote from 1.0.38 to 1.0.40 by dependabot in https://github.com/Chia-Network/chia_rs/pull/998
* Bump anyhow from 1.0.96 to 1.0.97 by dependabot in https://github.com/Chia-Network/chia_rs/pull/997
* Bump tokio from 1.43.0 to 1.44.0 by dependabot in https://github.com/Chia-Network/chia_rs/pull/996
* Bump time from 0.3.37 to 0.3.39 by dependabot in https://github.com/Chia-Network/chia_rs/pull/994
* Bump serde from 1.0.218 to 1.0.219 by dependabot in https://github.com/Chia-Network/chia_rs/pull/993
* Bump clap from 4.5.31 to 4.5.32 by dependabot in https://github.com/Chia-Network/chia_rs/pull/991
* Bump syn from 2.0.98 to 2.0.100 by dependabot in https://github.com/Chia-Network/chia_rs/pull/989
* Bump indoc from 2.0.5 to 2.0.6 by dependabot in https://github.com/Chia-Network/chia_rs/pull/990
* Bump serde_json from 1.0.139 to 1.0.140 by dependabot in https://github.com/Chia-Network/chia_rs/pull/992
* Bump proc-macro2 from 1.0.93 to 1.0.94 by dependabot in https://github.com/Chia-Network/chia_rs/pull/995
* Remove chia-blockchain dependency for most of chia_rs by matt-o-how in https://github.com/Chia-Network/chia_rs/pull/887
* bump clvmr dependency to 0.12.1 by arvidn in https://github.com/Chia-Network/chia_rs/pull/1004
* bump version to 0.21.2 by arvidn in https://github.com/Chia-Network/chia_rs/pull/1006


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

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

Page 1 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.