Releases: Chia-Network/clvm_rs
Releases · Chia-Network/clvm_rs
0.16.2
0.16.1
What's Changed
- optimize the debug allocator feature to just use 32 bits per NodePtr. by @arvidn in #600
- CHIA-2072 Change fuzzers to use new chia-fuzzers lib + Update bls & sha2 by @jack60612 in #601
- switch to clvm-fuzzing + bump version by @jack60612 in #605
- update crate workflow to support workspaces by @jack60612 in #606
Full Changelog: 0.16.0...0.16.1
0.16.0
0.15.0
What's Changed
- [CHIA-3002] optimize edge cases of concat by @arvidn in #583
- node_from_bytes_backrefs_old() by @arvidn in #587
- add build feature 'allocator-debug' to add additional checks in NodePtr by @arvidn in #588
- remove
node_from_bytes_backrefs_record()
by @arvidn in #590 - [CHIA-3002] expose index() and object_type() on NodePtr by @arvidn in #589
- [CHIA-3002] bump version to 0.15.0 by @arvidn in #591
Full Changelog: 0.14.0...0.15.0
0.14.0
What's Changed
- Update Managed Files by @ChiaAutomation in #575
- Bump clap from 4.5.34 to 4.5.37 by @dependabot in #576
- Update chia-bls and chia-sha2 by @Rigidity in #577
- [CHIA-2843] add function to check if a serialization uses canonical encoding of atoms by @arvidn in #580
- bump version to 0.14.0 by @arvidn in #581
Full Changelog: 0.13.1...0.14.0
0.13.1
0.13.0
What's Changed
- Bump clap from 4.5.29 to 4.5.34 by @dependabot in #569
- Bump serde from 1.0.217 to 1.0.219 by @dependabot in #565
- Bump wasm-bindgen-test from 0.3.45 to 0.3.50 by @dependabot in #552
- Bump serde_json from 1.0.138 to 1.0.140 by @dependabot in #566
- [CHIA-2679] remove ENABLE_KECCAK flag, since this softfork has activated by @arvidn in #572
Full Changelog: 0.12.1...0.13.0
0.12.1
What's Changed
- Bump wasm-bindgen from 0.2.95 to 0.2.100 by @dependabot in #535
- [CHIA-2071] [CHIA-2130] Improve fuzzer by @arvidn in #536
- add setup-python to build-m1-wheel.yml for build by @altendky in #538
- address incremental-serializer fuzzer failures by @arvidn in #537
- improve the fuzzers for operators and run_program by @arvidn in #541
- Node from stream backrefs optimisation by @matt-o-how in #532
- Update rustfmt/clippy test job to Ubuntu 22.04 by @Starttoaster in #547
- Bump openssl from 0.10.68 to 0.10.70 by @dependabot in #542
- Bump libfuzzer-sys from 0.4.8 to 0.4.9 by @dependabot in #545
- Bump serde from 1.0.214 to 1.0.217 by @dependabot in #522
- Bump prettier from 3.4.0 to 3.5.0 by @dependabot in #546
- Bump serde_json from 1.0.133 to 1.0.138 by @dependabot in #544
- Bump js-sys from 0.3.72 to 0.3.77 by @dependabot in #533
- Bump clap from 4.5.20 to 4.5.29 by @dependabot in #548
- Add badges to readme by @emlowe in #549
- back-reference path length by @arvidn in #553
- Add two new serializer benchmark trees by @arvidn in #556
- factor out parts of the fuzzers into separate files by @arvidn in #557
- tie-break in favor of back-references by @arvidn in #555
- Bump prettier from 3.5.0 to 3.5.2 by @dependabot in #561
- Bump prettier from 3.5.2 to 3.5.3 by @dependabot in #563
- [CHIA-2052] optimize compressed CLVM serialization by @arvidn in #562
- [CHIA-2052] TreeCache optimization by @arvidn in #567
- bump version to 0.12.1 by @arvidn in #568
New Contributors
- @matt-o-how made their first contribution in #532
Full Changelog: 0.12.0...0.12.1
0.12.0
0.11.0
What's Changed
- CHIA-1527: Update chia-bls and switch to chia-sha2 by @Rigidity in #497
- Bump prettier from 3.3.3 to 3.4.0 by @dependabot in #500
- Bump serde_json from 1.0.132 to 1.0.133 by @dependabot in #499
- Bump pyo3 from 0.22.5 to 0.22.6 by @dependabot in #496
- Bump libfuzzer-sys from 0.4.7 to 0.4.8 by @dependabot in #495
- Bump wasm-bindgen-test from 0.3.43 to 0.3.45 by @dependabot in #492
- export ENABLE_KECCAK flag in the root of crate by @arvidn in #505
- Update Managed Files by @ChiaAutomation in #510
- ObjectCache doesn't need the Allocator as member by @arvidn in #511
- add fuzzer for
ObjectCache
by @arvidn in #512 - Update Managed Files by @ChiaAutomation in #515
- add benchmark for compressed serialization by @arvidn in #516
- Incremental serialization by @arvidn in #514
- improve debug printing of NodePtr by @arvidn in #520
- Updated License by @ChiaAutomation in #525
- move serialized_length functions into their own file by @arvidn in #523
- extend serialization benchmark with one more sample by @arvidn in #524
- add benchmark for Serializer, to run next to node_to_bytes_backrefs() by @arvidn in #521
- extend serializer fuzzer by @arvidn in #526
- Optimize
ReadCacheLookup
, 6.7 speed-up by @arvidn in #517 - bump version to 0.11.0 by @arvidn in #528
Full Changelog: 0.10.0...0.11.0