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