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 4 of 9

0.6.0

What's Changed
* Add wheel to workspace by Rigidity in https://github.com/Chia-Network/chia_rs/pull/394
* optimize conversion to python Program class by arvidn in https://github.com/Chia-Network/chia_rs/pull/396
* Rename Cargo config to config.toml by Rigidity in https://github.com/Chia-Network/chia_rs/pull/398
* Run spend by arvidn in https://github.com/Chia-Network/chia_rs/pull/400
* make tree_hash() support CLVM with backrefs by arvidn in https://github.com/Chia-Network/chia_rs/pull/399
* expose bytes32 as the right type, from chia-blockchain by arvidn in https://github.com/Chia-Network/chia_rs/pull/401
* add test for (x) error message by arvidn in https://github.com/Chia-Network/chia_rs/pull/402
* Bump clvm 0.6.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/405
* `tree_hash_cached()` by arvidn in https://github.com/Chia-Network/chia_rs/pull/406
* improve test-block-generators to not leak memory by arvidn in https://github.com/Chia-Network/chia_rs/pull/407
* extend tree-hash test coverage by arvidn in https://github.com/Chia-Network/chia_rs/pull/409
* Use stable for CI tests, clippy, build by Rigidity in https://github.com/Chia-Network/chia_rs/pull/411
* introduce pre-commit by arvidn in https://github.com/Chia-Network/chia_rs/pull/410
* fix typo in workflow file by arvidn in https://github.com/Chia-Network/chia_rs/pull/415
* Move crates to dedicated `crates` folder by Rigidity in https://github.com/Chia-Network/chia_rs/pull/416
* Create new `chia-consensus` crate and make `chia` a meta-crate by Rigidity in https://github.com/Chia-Network/chia_rs/pull/420
* Turn consensus docs into a formal readme and crate docs by Rigidity in https://github.com/Chia-Network/chia_rs/pull/422
* simplify match statement using let-else by arvidn in https://github.com/Chia-Network/chia_rs/pull/423
* Resolve unnecessary reference warnings in benchmarks by Rigidity in https://github.com/Chia-Network/chia_rs/pull/424
* Remove CLVM-based backref decompression by Rigidity in https://github.com/Chia-Network/chia_rs/pull/425
* improve fuzzer coverage by arvidn in https://github.com/Chia-Network/chia_rs/pull/426
* Streamable procedural macro by Rigidity in https://github.com/Chia-Network/chia_rs/pull/429
* fix typo in type-stub by arvidn in https://github.com/Chia-Network/chia_rs/pull/432
* bump clvm dependency to 0.6.1 by arvidn in https://github.com/Chia-Network/chia_rs/pull/434
* improve STRICT_ARGS_COUNT flag by arvidn in https://github.com/Chia-Network/chia_rs/pull/435
* Add readme badges by emlowe in https://github.com/Chia-Network/chia_rs/pull/437
* Change precommit bench build to dev by Rigidity in https://github.com/Chia-Network/chia_rs/pull/439
* Remove unnecessary use Streamable by Rigidity in https://github.com/Chia-Network/chia_rs/pull/440
* Change coin_id to return Bytes32 by Rigidity in https://github.com/Chia-Network/chia_rs/pull/438
* Message conditions by arvidn in https://github.com/Chia-Network/chia_rs/pull/430
* Update stress tests by arvidn in https://github.com/Chia-Network/chia_rs/pull/442
* Bump version 0.6.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/443

**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.5.2...0.6.0

0.5.2

What's Changed
* improve tests and benchmarks of generators by arvidn in https://github.com/Chia-Network/chia_rs/pull/386
* Remove clvm-traits patch.crates-io entry by Rigidity in https://github.com/Chia-Network/chia_rs/pull/388
* small simplification to clvm-derive/sec/helpers.rs by arvidn in https://github.com/Chia-Network/chia_rs/pull/390
* optimize conversions to native-python uint32 etc. primitive integer types by arvidn in https://github.com/Chia-Network/chia_rs/pull/389
* Add id-token: write permission so GitHub will issue a JWT by cmmarslender in https://github.com/Chia-Network/chia_rs/pull/391
* Bump to 0.5.2 by Rigidity in https://github.com/Chia-Network/chia_rs/pull/392
* Fix the ls of new wheels by cmmarslender in https://github.com/Chia-Network/chia_rs/pull/393
* Bump wheel version to 0.5.2 by Rigidity in https://github.com/Chia-Network/chia_rs/pull/395


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.5.1...0.5.2

0.5.1

What's Changed
* Fix release workflow for riscv by emlowe in https://github.com/Chia-Network/chia_rs/pull/383
* simplify analyze-chain.rs by using the let-else construct by arvidn in https://github.com/Chia-Network/chia_rs/pull/385
* Bump missing versions, update clvmr, add traits and impls back by Rigidity in https://github.com/Chia-Network/chia_rs/pull/384
* Bump to 0.5.1 by Rigidity in https://github.com/Chia-Network/chia_rs/pull/387


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.5.0...0.5.1

0.5.0

What's Changed
* Update lockfile by Rigidity in https://github.com/Chia-Network/chia_rs/pull/370
* Add python 3.12 by emlowe in https://github.com/Chia-Network/chia_rs/pull/373
* Tree hash benchmark by arvidn in https://github.com/Chia-Network/chia_rs/pull/376
* Update trait impls and conversions for byte types by Rigidity in https://github.com/Chia-Network/chia_rs/pull/372
* expose integers as our fixed-width integer types from chia-blockchain by arvidn in https://github.com/Chia-Network/chia_rs/pull/379
* add tool to optimize a blockchain database by arvidn in https://github.com/Chia-Network/chia_rs/pull/380
* Add CAT puzzle hash calculation by Rigidity in https://github.com/Chia-Network/chia_rs/pull/381
* Add python versions and upload to chia pypi for riscv by emlowe in https://github.com/Chia-Network/chia_rs/pull/375
* bump version to 0.5.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/382


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.4.0...0.5.0

0.4.1

What's Changed
* Hotfix program run by arvidn in https://github.com/Chia-Network/chia_rs/pull/403
* bump version by arvidn in https://github.com/Chia-Network/chia_rs/pull/404


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.4.0...0.4.1

0.4.0

What's Changed
* fix argument conversion for `Program::_run()` by arvidn in https://github.com/Chia-Network/chia_rs/pull/350
* Bump zerocopy by Rigidity in https://github.com/Chia-Network/chia_rs/pull/353
* Switch to dtolnay/rust-toolchain by Rigidity in https://github.com/Chia-Network/chia_rs/pull/352
* Block generator test by arvidn in https://github.com/Chia-Network/chia_rs/pull/354
* Separate rustup override step to fix ci error by Rigidity in https://github.com/Chia-Network/chia_rs/pull/355
* bump clvmr dependency to 0.3.3 by arvidn in https://github.com/Chia-Network/chia_rs/pull/356
* update typing for `replace()` function by arvidn in https://github.com/Chia-Network/chia_rs/pull/357
* add missing type annotation of HeaderBlock by arvidn in https://github.com/Chia-Network/chia_rs/pull/358
* `SpendBundle` members by arvidn in https://github.com/Chia-Network/chia_rs/pull/315
* Setup chia-client and chia-ssl for publishing by Rigidity in https://github.com/Chia-Network/chia_rs/pull/362
* add BlockRecord by arvidn in https://github.com/Chia-Network/chia_rs/pull/359
* Fix publishing order of crates by Rigidity in https://github.com/Chia-Network/chia_rs/pull/363
* Fix lineage proof byte representation by Rigidity in https://github.com/Chia-Network/chia_rs/pull/364
* Add Default implementation to empty streamables by Rigidity in https://github.com/Chia-Network/chia_rs/pull/366
* build with clang-cl on windows to get proper portable SHA256 by emlowe in https://github.com/Chia-Network/chia_rs/pull/351
* Add methods to peer and make message ids atomic by Rigidity in https://github.com/Chia-Network/chia_rs/pull/365
* bump clvmr dependency by arvidn in https://github.com/Chia-Network/chia_rs/pull/367
* bump version to 0.4.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/368


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.3.3...0.4.0

Page 4 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.