Chia-rs

Latest version: v0.10.0

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

Scan your dependencies

Page 4 of 6

0.2.12

What's Changed
* Fix typo in SendTransaction by Rigidity in https://github.com/Chia-Network/chia_rs/pull/217
* Qualify imports in macros by Rigidity in https://github.com/Chia-Network/chia_rs/pull/218
* Remove zstd version metadata by Rigidity in https://github.com/Chia-Network/chia_rs/pull/219
* move traits into new crate by arvidn in https://github.com/Chia-Network/chia_rs/pull/220
* Change macOS target to macOS 11 and remove python 3.7 by emlowe in https://github.com/Chia-Network/chia_rs/pull/221
* temporarily disable benchmark runs on CI, until we have the runners back by arvidn in https://github.com/Chia-Network/chia_rs/pull/226
* minor simplification in test, using hex::encode by arvidn in https://github.com/Chia-Network/chia_rs/pull/222
* to_lamport_pk() should be a free function by arvidn in https://github.com/Chia-Network/chia_rs/pull/223
* Fix clippy warnings by arvidn in https://github.com/Chia-Network/chia_rs/pull/225
* factor out PyJsonDict macro from PyStreamable by arvidn in https://github.com/Chia-Network/chia_rs/pull/224
* Add clvm-traits and clvm-derive crates by Rigidity in https://github.com/Chia-Network/chia_rs/pull/228
* Add --all-features to tests and clippy by Rigidity in https://github.com/Chia-Network/chia_rs/pull/229
* improve generate_type_stubs.py by arvidn in https://github.com/Chia-Network/chia_rs/pull/231
* add helpful comment to blspy-fidelity fuzzer by arvidn in https://github.com/Chia-Network/chia_rs/pull/232
* use py_ prefix for to_bytes() and from_bytes() by arvidn in https://github.com/Chia-Network/chia_rs/pull/234
* implement Streamable for bls types by arvidn in https://github.com/Chia-Network/chia_rs/pull/233
* Implement unnamed struct support in clvm-derive by Rigidity in https://github.com/Chia-Network/chia_rs/pull/230
* add get_fingerprint() to PublicKey by arvidn in https://github.com/Chia-Network/chia_rs/pull/236
* Implement clvm-traits for chia-protocol by Rigidity in https://github.com/Chia-Network/chia_rs/pull/235
* check for canonical representation of G1 points (public keys) by arvidn in https://github.com/Chia-Network/chia_rs/pull/238
* add unit tests for is_valid() on PublicKey and Signature by arvidn in https://github.com/Chia-Network/chia_rs/pull/241
* Remove old examples folder by Rigidity in https://github.com/Chia-Network/chia_rs/pull/239
* Bump the CLVM version by Rigidity in https://github.com/Chia-Network/chia_rs/pull/237
* Implement FromClvm and ToClvm for NodePtr by Rigidity in https://github.com/Chia-Network/chia_rs/pull/242
* don't generate `__repr__` in PyStreamable macro by arvidn in https://github.com/Chia-Network/chia_rs/pull/244
* port BLS primitives to using BLST by arvidn in https://github.com/Chia-Network/chia_rs/pull/240
* Use pypi trusted providers by Starttoaster in https://github.com/Chia-Network/chia_rs/pull/246
* BLS traits by arvidn in https://github.com/Chia-Network/chia_rs/pull/245
* BLS traits by arvidn in https://github.com/Chia-Network/chia_rs/pull/247
* Revert "temporarily disable benchmark runs on CI by arvidn in https://github.com/Chia-Network/chia_rs/pull/252
* simplify benchmark workflow by arvidn in https://github.com/Chia-Network/chia_rs/pull/253
* improve error types by arvidn in https://github.com/Chia-Network/chia_rs/pull/254
* Update clvm utils by Rigidity in https://github.com/Chia-Network/chia_rs/pull/243
* Initial WebSocket client implementation by Rigidity in https://github.com/Chia-Network/chia_rs/pull/249
* Organize workspace members in manifest by Rigidity in https://github.com/Chia-Network/chia_rs/pull/255
* fix Bytes32::from_clvm() to not panic by arvidn in https://github.com/Chia-Network/chia_rs/pull/257
* port `blspy` to chia_rs by arvidn in https://github.com/Chia-Network/chia_rs/pull/250
* remove `ENABLE_ASSERT_BEFORE` flag by arvidn in https://github.com/Chia-Network/chia_rs/pull/256
* blspy fixups by arvidn in https://github.com/Chia-Network/chia_rs/pull/258
* improve run_block_generator2() fidelity with CLVM implementation by arvidn in https://github.com/Chia-Network/chia_rs/pull/260
* fix clippy warning in program.rs by arvidn in https://github.com/Chia-Network/chia_rs/pull/261
* change trigger to release published by cmmarslender in https://github.com/Chia-Network/chia_rs/pull/264
* validate program when parsing it from JsonDict by arvidn in https://github.com/Chia-Network/chia_rs/pull/268
* add fuzzer for run_puzzle() by arvidn in https://github.com/Chia-Network/chia_rs/pull/269
* various changes to speed-up CI runs by arvidn in https://github.com/Chia-Network/chia_rs/pull/274
* Fix clippy issues by arvidn in https://github.com/Chia-Network/chia_rs/pull/273
* more BLS operations by arvidn in https://github.com/Chia-Network/chia_rs/pull/266
* Chia wallet primitive puzzles and hashes by Rigidity in https://github.com/Chia-Network/chia_rs/pull/263
* Land hot-fixes by arvidn in https://github.com/Chia-Network/chia_rs/pull/271
* update chia-bls crate to prepare for publishing to crates.io by arvidn in https://github.com/Chia-Network/chia_rs/pull/276
* include fuzzers in workspace by arvidn in https://github.com/Chia-Network/chia_rs/pull/277
* Setup riscv workflow by emlowe in https://github.com/Chia-Network/chia_rs/pull/265
* tool to bump crate versions by arvidn in https://github.com/Chia-Network/chia_rs/pull/278
* add fuzzer for streamable by arvidn in https://github.com/Chia-Network/chia_rs/pull/279
* Make BLS types support bytes as input in from_json_dict() by arvidn in https://github.com/Chia-Network/chia_rs/pull/280
* Bump tungstenite from 0.20.0 to 0.20.1 by dependabot in https://github.com/Chia-Network/chia_rs/pull/275
* move LazyNode python binding into chia-protocol by arvidn in https://github.com/Chia-Network/chia_rs/pull/282
* add missing UnfinishedBlock and SubEpochSummary types by arvidn in https://github.com/Chia-Network/chia_rs/pull/283
* fixup member functions for ClassgroupElement by arvidn in https://github.com/Chia-Network/chia_rs/pull/284
* add member functions to FullBlock and UnfinishedBlock by arvidn in https://github.com/Chia-Network/chia_rs/pull/285
* RewardChainBlock get_unfinished() by arvidn in https://github.com/Chia-Network/chia_rs/pull/286
* add member functions to `SubSlotData` by arvidn in https://github.com/Chia-Network/chia_rs/pull/287
* fast-forward by arvidn in https://github.com/Chia-Network/chia_rs/pull/267
* factor out initializing Spend objects into a constructor function by arvidn in https://github.com/Chia-Network/chia_rs/pull/288
* add missing `FoliageBlockData` to python binding by arvidn in https://github.com/Chia-Network/chia_rs/pull/290
* introduce ELIGIBLE_FOR_FF flag on Spends via policy class by arvidn in https://github.com/Chia-Network/chia_rs/pull/289
* bump version to 0.2.12 by arvidn in https://github.com/Chia-Network/chia_rs/pull/292
* fix missing version bump by arvidn in https://github.com/Chia-Network/chia_rs/pull/293

New Contributors
* emlowe made their first contribution in https://github.com/Chia-Network/chia_rs/pull/221
* Starttoaster made their first contribution in https://github.com/Chia-Network/chia_rs/pull/246
* dependabot made their first contribution in https://github.com/Chia-Network/chia_rs/pull/275

**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.11...0.2.12

0.2.11

What's Changed
* fix bug in enforcing nil-termination of new AGG_SIG_* conditions by arvidn in https://github.com/Chia-Network/chia_rs/pull/270


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.10...0.2.11

0.2.10

What's Changed
* disable backref encoding for get_puzzle_and_solution_for_coin by arvidn in https://github.com/Chia-Network/chia_rs/pull/227


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.9...0.2.10

0.2.9

What's Changed
* don't run stress tests under coverage instrumentation by arvidn in https://github.com/Chia-Network/chia_rs/pull/186
* run_block_generator tests by arvidn in https://github.com/Chia-Network/chia_rs/pull/187
* make Bytes types implement PartialEq by arvidn in https://github.com/Chia-Network/chia_rs/pull/188
* minor refactor in test-generators by arvidn in https://github.com/Chia-Network/chia_rs/pull/192
* bump pyo3 dependency by arvidn in https://github.com/Chia-Network/chia_rs/pull/190
* avoid copying buffers from python by arvidn in https://github.com/Chia-Network/chia_rs/pull/193
* Unpin dependencies by Rigidity in https://github.com/Chia-Network/chia_rs/pull/195
* remove unused function, run_generator() by arvidn in https://github.com/Chia-Network/chia_rs/pull/194
* improve time measurement of test-generators.py to not include disk I/O by arvidn in https://github.com/Chia-Network/chia_rs/pull/198
* Rust rom generator by arvidn in https://github.com/Chia-Network/chia_rs/pull/199
* make message types constructible from rust by arvidn in https://github.com/Chia-Network/chia_rs/pull/201
* Swap over from using the quay image to the custom built ghcr image wi… by pmaslana in https://github.com/Chia-Network/chia_rs/pull/200
* extend the test-block-generators tool by arvidn in https://github.com/Chia-Network/chia_rs/pull/203
* add fuzzer for run_block_generator() and run_block_generator2() by arvidn in https://github.com/Chia-Network/chia_rs/pull/204
* solution_generator by arvidn in https://github.com/Chia-Network/chia_rs/pull/202
* include fuzz in workspace by arvidn in https://github.com/Chia-Network/chia_rs/pull/205
* only run python benchmarks on 3.10 and 3.11 by arvidn in https://github.com/Chia-Network/chia_rs/pull/208
* bump clvm_rs version by arvidn in https://github.com/Chia-Network/chia_rs/pull/209
* adjust times we run the fuzzers in CI by arvidn in https://github.com/Chia-Network/chia_rs/pull/211
* add lockfile to repository by arvidn in https://github.com/Chia-Network/chia_rs/pull/210
* new agg-sig conditions by arvidn in https://github.com/Chia-Network/chia_rs/pull/213
* bump versions 0.2.9 by arvidn in https://github.com/Chia-Network/chia_rs/pull/207

New Contributors
* Rigidity made their first contribution in https://github.com/Chia-Network/chia_rs/pull/195

**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.8...0.2.9

0.2.8

What's Changed
* cargo fmt for wheel by arvidn in https://github.com/Chia-Network/chia_rs/pull/157
* use hex_literal for GENERATOR_ROM by arvidn in https://github.com/Chia-Network/chia_rs/pull/159
* add tool to check equivalence between consensus and mempool by arvidn in https://github.com/Chia-Network/chia_rs/pull/160
* Run for coverage and upload to Coveralls by AmineKhaldi in https://github.com/Chia-Network/chia_rs/pull/163
* rename ALWAY_TRUE -> REMARK by arvidn in https://github.com/Chia-Network/chia_rs/pull/166
* run `cargo fmt` on fuzzers and wheel, in CI by arvidn in https://github.com/Chia-Network/chia_rs/pull/167
* bump clvm_rs dependency to 0.2.5 by arvidn in https://github.com/Chia-Network/chia_rs/pull/169
* Opt for source-based code coverage by AmineKhaldi in https://github.com/Chia-Network/chia_rs/pull/165
* add new SOFTFORK condition by arvidn in https://github.com/Chia-Network/chia_rs/pull/168
* Unknown conditions with cost by arvidn in https://github.com/Chia-Network/chia_rs/pull/170
* add new flag, LIMIT_OBJECTS by arvidn in https://github.com/Chia-Network/chia_rs/pull/171
* cleanup uncurry.rs and drop use of Node by arvidn in https://github.com/Chia-Network/chia_rs/pull/172
* add flag AGG_SIG_ARGS by arvidn in https://github.com/Chia-Network/chia_rs/pull/173
* split up parse_single_spend() into smaller parts by arvidn in https://github.com/Chia-Network/chia_rs/pull/174
* Add a flag to restrict the number of announcements by arvidn in https://github.com/Chia-Network/chia_rs/pull/175
* pre-compile generator tests, and rust port by arvidn in https://github.com/Chia-Network/chia_rs/pull/176
* stress tests take forever to run in debug mode by arvidn in https://github.com/Chia-Network/chia_rs/pull/177
* Swap podman to docker by cmmarslender in https://github.com/Chia-Network/chia_rs/pull/179
* improve ouput from test_generators test. more concise diff by arvidn in https://github.com/Chia-Network/chia_rs/pull/178
* update costs of unknown conditions, part of the hard fork by arvidn in https://github.com/Chia-Network/chia_rs/pull/181
* bump clvm_rs dependency by arvidn in https://github.com/Chia-Network/chia_rs/pull/182
* Use calculations instead of table by richardkiss in https://github.com/Chia-Network/chia_rs/pull/183
* introduced a new flag, ALLOW_BACKREFS by arvidn in https://github.com/Chia-Network/chia_rs/pull/180
* bump version to 0.2.8 by arvidn in https://github.com/Chia-Network/chia_rs/pull/184
* bump the limit of announcements to 1024 by arvidn in https://github.com/Chia-Network/chia_rs/pull/185

New Contributors
* AmineKhaldi made their first contribution in https://github.com/Chia-Network/chia_rs/pull/163

**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.7...0.2.8

0.2.7

What's Changed

**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.6...0.2.7

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.