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