Chia-rs

Latest version: v0.20.0

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

Scan your dependencies

Page 1 of 8

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

0.17.0

What's Changed
* fixed `bytes32` return values in py-bindings by arvidn in https://github.com/Chia-Network/chia_rs/pull/795
* Fix memo parsing for offers by Rigidity in https://github.com/Chia-Network/chia_rs/pull/797
* Validate blockchain by arvidn in https://github.com/Chia-Network/chia_rs/pull/798
* Bump proc-macro2 from 1.0.89 to 1.0.92 by dependabot in https://github.com/Chia-Network/chia_rs/pull/802
* Bump clap from 4.5.20 to 4.5.21 by dependabot in https://github.com/Chia-Network/chia_rs/pull/796
* Bump rsa from 0.9.6 to 0.9.7 by dependabot in https://github.com/Chia-Network/chia_rs/pull/803
* Bump prettier from 3.3.3 to 3.4.1 by dependabot in https://github.com/Chia-Network/chia_rs/pull/801
* Bump syn from 2.0.87 to 2.0.89 by dependabot in https://github.com/Chia-Network/chia_rs/pull/804
* update the blockchain db validation tool by arvidn in https://github.com/Chia-Network/chia_rs/pull/805
* Add negative tests and pytests for `validate_clvm_and_signature()` by matt-o-how in https://github.com/Chia-Network/chia_rs/pull/800
* CHIA-896: CHIP-0026 mempool update messages by Rigidity in https://github.com/Chia-Network/chia_rs/pull/563
* [CHIA-1927] add tool to roll-back a blockchain database file to a previous height by arvidn in https://github.com/Chia-Network/chia_rs/pull/806
* expose ENABLE_KECCAK flag in python binding by arvidn in https://github.com/Chia-Network/chia_rs/pull/813
* Bump clap from 4.5.21 to 4.5.22 by dependabot in https://github.com/Chia-Network/chia_rs/pull/811
* Bump syn from 2.0.89 to 2.0.90 by dependabot in https://github.com/Chia-Network/chia_rs/pull/807
* Bump anyhow from 1.0.93 to 1.0.94 by dependabot in https://github.com/Chia-Network/chia_rs/pull/809
* Bump tokio from 1.41.1 to 1.42.0 by dependabot in https://github.com/Chia-Network/chia_rs/pull/812
* update tungstenite to drop idna by arvidn in https://github.com/Chia-Network/chia_rs/pull/814
* Update Managed Files by ChiaAutomation in https://github.com/Chia-Network/chia_rs/pull/819
* Add secp256k1 and secp256r1 types by Rigidity in https://github.com/Chia-Network/chia_rs/pull/821
* Fix clippy warning and deny them in the future by Rigidity in https://github.com/Chia-Network/chia_rs/pull/820
* Bump to 0.17.0 by Rigidity in https://github.com/Chia-Network/chia_rs/pull/823


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

0.16.0

What's Changed
* update maturin to 0.22.5 by altendky in https://github.com/Chia-Network/chia_rs/pull/759
* add fuzz packages to workspace by altendky in https://github.com/Chia-Network/chia_rs/pull/768
* add fuzz packages to workspace but righter this time by altendky in https://github.com/Chia-Network/chia_rs/pull/769
* drop 3 8 by altendky in https://github.com/Chia-Network/chia_rs/pull/771
* hint `.to_json_dict()` better by altendky in https://github.com/Chia-Network/chia_rs/pull/772
* Bump syn from 2.0.75 to 2.0.83 by dependabot in https://github.com/Chia-Network/chia_rs/pull/770
* Bump openssl from 0.10.66 to 0.10.68 by dependabot in https://github.com/Chia-Network/chia_rs/pull/767
* Bump clvmr from 0.9.0 to 0.9.1 by dependabot in https://github.com/Chia-Network/chia_rs/pull/766
* Bump proc-macro2 from 1.0.86 to 1.0.89 by dependabot in https://github.com/Chia-Network/chia_rs/pull/762
* Bump wasm-bindgen from 0.2.93 to 0.2.95 by dependabot in https://github.com/Chia-Network/chia_rs/pull/757
* Update Managed Files by ChiaAutomation in https://github.com/Chia-Network/chia_rs/pull/773
* Add keccak softfork constant and flag by Rigidity in https://github.com/Chia-Network/chia_rs/pull/783
* Bump pyo3 from 0.22.5 to 0.22.6 by dependabot in https://github.com/Chia-Network/chia_rs/pull/777
* Bump anyhow from 1.0.86 to 1.0.93 by dependabot in https://github.com/Chia-Network/chia_rs/pull/787
* Bump futures-util from 0.3.30 to 0.3.31 by dependabot in https://github.com/Chia-Network/chia_rs/pull/752
* Bump clap from 4.5.16 to 4.5.20 by dependabot in https://github.com/Chia-Network/chia_rs/pull/754
* Bump syn from 2.0.83 to 2.0.87 by dependabot in https://github.com/Chia-Network/chia_rs/pull/778
* Bump arbitrary from 1.3.2 to 1.4.1 by dependabot in https://github.com/Chia-Network/chia_rs/pull/779
* Bump tokio from 1.39.3 to 1.41.1 by dependabot in https://github.com/Chia-Network/chia_rs/pull/786
* Update build-wheels.yml with fail-fast: false for tests by altendky in https://github.com/Chia-Network/chia_rs/pull/791
* start a tool to validate aspects of the blockchain database by arvidn in https://github.com/Chia-Network/chia_rs/pull/792
* Bump lru from 0.12.4 to 0.12.5 by dependabot in https://github.com/Chia-Network/chia_rs/pull/753
* Bump thiserror from 1.0.63 to 1.0.69 (dependabot needed a hand on this one) by altendky in https://github.com/Chia-Network/chia_rs/pull/790
* CHIA-1763: Make functions use bls cache immutably by Rigidity in https://github.com/Chia-Network/chia_rs/pull/793
* [CHIA-1608] Use a cache eviction logic that matches our BlsCache usage pattern by AmineKhaldi in https://github.com/Chia-Network/chia_rs/pull/758
* bump version to 0.16.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/794


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.15.0...0.16.0

Page 1 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.