Chia-rs

Latest version: v0.9.0

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

Scan your dependencies

Page 5 of 6

0.2.5

What's Changed
* add assert_ephemeral condition by arvidn in https://github.com/Chia-Network/chia_rs/pull/149
* sanitize_uint improvement by arvidn in https://github.com/Chia-Network/chia_rs/pull/148
* assert not ephemeral by arvidn in https://github.com/Chia-Network/chia_rs/pull/150
* bump chia_rs version to 0.2.5 by arvidn in https://github.com/Chia-Network/chia_rs/pull/151


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.4...0.2.5

0.2.4

What's Changed
* preserve assert_seconds_relative 0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/146
* bump version to 0.2.4 by arvidn in https://github.com/Chia-Network/chia_rs/pull/147


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.3...0.2.4

0.2.3

What's Changed
* fix edge cases in assert_before parsing by arvidn in https://github.com/Chia-Network/chia_rs/pull/140
* additions_amount and removals_amounts by arvidn in https://github.com/Chia-Network/chia_rs/pull/142
* add support for ASSERT_MY_BIRTH_HEIGHT and ASSERT_MY_BIRTH_SECONDS by arvidn in https://github.com/Chia-Network/chia_rs/pull/144
* bump version to 0.2.3 by arvidn in https://github.com/Chia-Network/chia_rs/pull/143


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.2...0.2.3

0.2.2

What's Changed
* bump the crate versions of the proc macros by arvidn in https://github.com/Chia-Network/chia_rs/pull/113
* bump version to 0.2.1 by arvidn in https://github.com/Chia-Network/chia_rs/pull/114
* Fixed incorrect wasm path by ChiaMineJP in https://github.com/Chia-Network/chia_rs/pull/115
* Fix run_gen.py and issue in test block generator by arvidn in https://github.com/Chia-Network/chia_rs/pull/117
* MintingCoin check by arvidn in https://github.com/Chia-Network/chia_rs/pull/111
* Updating deprecated set-output workflow command by wallentx in https://github.com/Chia-Network/chia_rs/pull/116
* in generator tests, print the full cost, including the cost-per-byte by arvidn in https://github.com/Chia-Network/chia_rs/pull/118
* fix typo run_gen.py by arvidn in https://github.com/Chia-Network/chia_rs/pull/119
* remove old left-over types by arvidn in https://github.com/Chia-Network/chia_rs/pull/120
* run_block_generator() by arvidn in https://github.com/Chia-Network/chia_rs/pull/122
* improve error handling a bit by arvidn in https://github.com/Chia-Network/chia_rs/pull/121
* analyze-chain tool by arvidn in https://github.com/Chia-Network/chia_rs/pull/124
* Setting actions version to latest by wallentx in https://github.com/Chia-Network/chia_rs/pull/125
* add license by nirajpathak13 in https://github.com/Chia-Network/chia_rs/pull/126
* Implement std::error::Error trait for chia-protocol's Error by xchdata1 in https://github.com/Chia-Network/chia_rs/pull/123
* STRICT_ARGS_COUNT refactor by arvidn in https://github.com/Chia-Network/chia_rs/pull/128
* Parameterize tests by arvidn in https://github.com/Chia-Network/chia_rs/pull/129
* parameterize more tests by arvidn in https://github.com/Chia-Network/chia_rs/pull/130
* factor out the LIMIT_HEAP logic into a function, to allow reusing it by arvidn in https://github.com/Chia-Network/chia_rs/pull/132
* add support for parsing ASSERT_BEFORE_ by arvidn in https://github.com/Chia-Network/chia_rs/pull/131
* add support for ASSERT_CONCURRENT_SPEND condition code by arvidn in https://github.com/Chia-Network/chia_rs/pull/133
* add support for ASSERT_CONCURRENT_PUZZLE by arvidn in https://github.com/Chia-Network/chia_rs/pull/134
* add more checks for impossible constraints by arvidn in https://github.com/Chia-Network/chia_rs/pull/135
* fix typo in validation_error by arvidn in https://github.com/Chia-Network/chia_rs/pull/137
* Bump clvm dependency to 0.2.3 by arvidn in https://github.com/Chia-Network/chia_rs/pull/136
* add new function run_puzzle() by arvidn in https://github.com/Chia-Network/chia_rs/pull/138
* cut release 0.2.2 by arvidn in https://github.com/Chia-Network/chia_rs/pull/139

New Contributors
* ChiaMineJP made their first contribution in https://github.com/Chia-Network/chia_rs/pull/115
* nirajpathak13 made their first contribution in https://github.com/Chia-Network/chia_rs/pull/126
* xchdata1 made their first contribution in https://github.com/Chia-Network/chia_rs/pull/123

**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.2.0...0.2.2

0.2.0

What's Changed
* Introduce AmountExceedsMaximum error code by arvidn in https://github.com/Chia-Network/chia_rs/pull/99
* Use updated clvm_rs. by richardkiss in https://github.com/Chia-Network/chia_rs/pull/98
* use string interpolation to please clippy by arvidn in https://github.com/Chia-Network/chia_rs/pull/101
* don't run cargo publish --dry-run on CI by arvidn in https://github.com/Chia-Network/chia_rs/pull/103
* MacOS deployment target on M1 by arvidn in https://github.com/Chia-Network/chia_rs/pull/102
* Improve generator tooling by arvidn in https://github.com/Chia-Network/chia_rs/pull/104
* add more stress tests by arvidn in https://github.com/Chia-Network/chia_rs/pull/106
* Wallet protocol by arvidn in https://github.com/Chia-Network/chia_rs/pull/100
* Streamable enums by arvidn in https://github.com/Chia-Network/chia_rs/pull/105
* run fuzzers in CI (for 30 seconds per target) by arvidn in https://github.com/Chia-Network/chia_rs/pull/107
* make the fuzzing utility make_tree() more efficient by arvidn in https://github.com/Chia-Network/chia_rs/pull/108
* Bump clvm by arvidn in https://github.com/Chia-Network/chia_rs/pull/110
* First crack at compressor. by richardkiss in https://github.com/Chia-Network/chia_rs/pull/55
* bump version to 0.2.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/112


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.1.16...0.2.0

0.1.16

What's Changed
* fix type stubs for Spend by arvidn in https://github.com/Chia-Network/chia_rs/pull/92
* MACOSX_DEPLOYMENT_TARGET: 10.14 by altendky in https://github.com/Chia-Network/chia_rs/pull/94
* ci touchups by altendky in https://github.com/Chia-Network/chia_rs/pull/95
* bump wheel version by arvidn in https://github.com/Chia-Network/chia_rs/pull/96


**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.1.15...0.1.16

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.