Releases: Chia-Network/clvm_rs
Releases · Chia-Network/clvm_rs
0.9.1
What's Changed
- simplify (and optimize) decode_size_with_offset by @arvidn in #470
- add the same test cases as Chia-Network/clvm#162 by @arvidn in #474
- Create source distribution with --sdist by @emlowe in #476
- Bump pyo3 from 0.22.2 to 0.22.5 by @dependabot in #480
- Back references by @arvidn in #473
- Bump clap from 4.5.13 to 4.5.20 by @dependabot in #479
- Bump k256 from 0.13.3 to 0.13.4 by @dependabot in #472
- Bump js-sys from 0.3.69 to 0.3.70 by @dependabot in #453
- Bump serde from 1.0.204 to 1.0.210 by @dependabot in #463
- Bump wasm-bindgen from 0.2.92 to 0.2.95 by @dependabot in #477
- Bump serde_json from 1.0.122 to 1.0.129 by @dependabot in #481
- Update to version to 0.9.1 by @emlowe in #482
Full Changelog: 0.9.0...0.9.1
0.9.0
What's Changed
- Update Managed Files by @ChiaAutomation in #442
- move node_from_number into the Allocator by @arvidn in #439
- Improve modpow test generation by @Rigidity in #438
- Workspace dependencies by @Rigidity in #448
- ENABLE_FIXED_DIV is always enabled by @arvidn in #440
- Update Managed Files by @ChiaAutomation in #460
- Consolidate wheel readme into main by @Rigidity in #465
- Implement Deref for Atom by @Rigidity in #466
- Test modules by @Rigidity in #464
- remove
ENABLE_BLS_OPS_OUTSIDE_GUARD
by @arvidn in #468 - bump version to 0.9.0 by @arvidn in #469
Full Changelog: 0.8.0...0.9.0
0.8.0
Breaking changes:
- clvmr::sha2::sha256 was updated to fully support openssl and sha2 packages
- openssl feature to use optional openssl package, which only works on unix based operating systems
What's Changed
- Simplify op decoding by @arvidn in #402
- add parameterized test for the softfork guard and its behavior by @arvidn in #404
- extend softfork test to cover the hard fork flag by @arvidn in #405
- macos-12 for intel by @cmmarslender in #406
- Update Managed Files by @ChiaAutomation in #407
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #409
- Bump actions/setup-node from 3 to 4 by @dependabot in #413
- Bump actions/checkout from 3 to 4 by @dependabot in #412
- Bump actions/dependency-review-action from 3 to 4 by @dependabot in #410
- Bump JS-DevTools/npm-publish from 1 to 3 by @dependabot in #411
- Add cargo section for dependabot by @cmmarslender in #415
- Update Managed Files by @ChiaAutomation in #426
- Update to manylinux 2_28 by @cmmarslender in #427
- Update bug bounty info in README.md by @roybotbot in #391
- update serde by @arvidn in #429
- [CHIA-813] print EvalError in a slightly more user friendly way by @arvidn in #428
- CHIA-622 Fix openssl feature activation by @jack60612 in #430
- CHIA-622 Add benchmarks for sha256 operations by @jack60612 in #432
- CHIA-622 up version to 0.8.0 by @jack60612 in #433
- Clippy fixes by @Rigidity in #434
- new gitignore by @jack60612 in #436
- Add Prettier formatting by @Rigidity in #437
- Bump dependencies by @Rigidity in #435
New Contributors
- @roybotbot made their first contribution in #391
- @jack60612 made their first contribution in #430
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- typos by @richardkiss in #393
- Support backref for wasm by @ChiaMineJP in #395
- bump CI to use python 3.8 by @arvidn in #400
- pass in allocator to post-eval callback by @arvidn in #399
- bump version to 0.7.0 by @arvidn in #401
Full Changelog: 0.6.1...0.7.0
0.6.1
What's Changed
- enable Atom to be the key in a HashTable by @arvidn in #386
- precalculate SHA256 hashes. Speed-up: 1.2x by @arvidn in #387
- add generated test cases for the sha256 operator by @arvidn in #388
- Updated License by @ChiaAutomation in #389
- fix warnings of unused use-statements by @arvidn in #390
- bump version to 0.6.1 by @arvidn in #392
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- minor updates to traverse_path tests by @arvidn in #371
- add tests to Allocator by @arvidn in #373
- remove NodePtr hack and fix-up benchmark-clvm-cost by @arvidn in #374
- improve deserialize benchmark by @arvidn in #375
- Rename Cargo config to config.toml by @Rigidity in #376
SmallAtom
optimization by @arvidn in #372- Remove duplicate core_op test by @mojofarmer in #378
- Custom Atom type to replace unsound API by @Rigidity in #377
- minor refactoring of a test in
de_br.rs
by @arvidn in #380 - fix small_number() patch by @arvidn in #379
- additional test cases for bls_verify by @arvidn in #382
- add fuzzer for Allocator by @arvidn in #383
- improve fidelity of check if atom fits in
SmallAtom
by @arvidn in #384 - introduce deserialize_backref_record() by @arvidn in #381
- bump version to 0.6.0 by @arvidn in #385
New Contributors
- @mojofarmer made their first contribution in #378
Full Changelog: 0.5.0...0.6.0
0.5.0
0.4.0
What's Changed
- make the upper limit of allocated atoms and pairs hard coded by @arvidn in #358
NodePtr
internal representation by @arvidn in #359- rename null() to nil() for better alignment with LISP by @arvidn in #360
- Replace NodePtr::null() with NodePtr::NIL constant by @Rigidity in #362
- demote assert to debug_assert in NodePtr constructor by @arvidn in #364
- bump version to 0.4.0 by @arvidn in #365
Full Changelog: 0.3.3...0.4.0
0.3.3
0.3.2
What's Changed
Full Changelog: 0.3.1...0.3.2