Chia-rs

Latest version: v0.7.0

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

Scan your dependencies

Page 1 of 6

0.7.0

What's Changed
* Swap to .lines().next() instead of .split_once('\n') by matt-o-how in https://github.com/Chia-Network/chia_rs/pull/452
* Fix type stubs and port over ConsensusConstants by Rigidity in https://github.com/Chia-Network/chia_rs/pull/455
* Mypy and test fixes, black formatting by Rigidity in https://github.com/Chia-Network/chia_rs/pull/456
* Add Python source folder and move sized ints and bytes classes by Rigidity in https://github.com/Chia-Network/chia_rs/pull/457
* Move `PySpend` and `PySpendBundleConditions` to `chia-consensus` and rename to `Owned*` by Rigidity in https://github.com/Chia-Network/chia_rs/pull/460
* clean up merkle tests by arvidn in https://github.com/Chia-Network/chia_rs/pull/462
* factor out the merkle tree test cases by arvidn in https://github.com/Chia-Network/chia_rs/pull/463
* in the python binding, use the local types by arvidn in https://github.com/Chia-Network/chia_rs/pull/471
* Add MerkleSet struct to Rust by matt-o-how in https://github.com/Chia-Network/chia_rs/pull/454
* Bump rustls from 0.21.10 to 0.21.11 by dependabot in https://github.com/Chia-Network/chia_rs/pull/478
* Add Copy, Default, and size constant to ClassgroupElement by Rigidity in https://github.com/Chia-Network/chia_rs/pull/480
* Resolve clippy warning for merkle set/tree by Rigidity in https://github.com/Chia-Network/chia_rs/pull/481
* Remove unnecessary `rustls` dependency by Rigidity in https://github.com/Chia-Network/chia_rs/pull/484
* restore support for proofs of exclusion in MerkleSet by arvidn in https://github.com/Chia-Network/chia_rs/pull/485
* Port UnfinishedHeaderBlock to Rust by Rigidity in https://github.com/Chia-Network/chia_rs/pull/479
* Make ErrorCode comprehensive by Rigidity in https://github.com/Chia-Network/chia_rs/pull/482
* add high-level function to validate a merkle set proof by arvidn in https://github.com/Chia-Network/chia_rs/pull/477
* Make chia-protocol modules private by Rigidity in https://github.com/Chia-Network/chia_rs/pull/483
* Bump 0.7.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/486
* Add impls for ToClvm and FromClvm to bool by Rigidity in https://github.com/Chia-Network/chia_rs/pull/487


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.6.1...0.7.0

0.6.1

What's Changed
* enable message conditions in mempool mode by arvidn in https://github.com/Chia-Network/chia_rs/pull/444
* relax mempool mode for message conditions by arvidn in https://github.com/Chia-Network/chia_rs/pull/445
* Fix nightly clippy warning on assert_eq by Rigidity in https://github.com/Chia-Network/chia_rs/pull/446
* bump version number to 0.6.1 by arvidn in https://github.com/Chia-Network/chia_rs/pull/448
* Fix versioning in meta-crate workspace dependencies by Rigidity in https://github.com/Chia-Network/chia_rs/pull/449


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

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

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.