Chia-Network / clvm_rs

Rust implementation of clvm
Apache License 2.0
67 stars 54 forks source link

extend softfork test to cover the hard fork flag #405

Closed arvidn closed 2 months ago

arvidn commented 2 months ago

This is to test the cases where we make the new operators available outside the softfork-guard.

We make sure they fail with "unknown operator" in mempool mode, and are treated as unknown in consensus (i.e. return NIL).

When the hard fork flag is set, we ensure they work as expected in both mempool and consensus mode.

coveralls-official[bot] commented 2 months ago

Pull Request Test Coverage Report for Build 9095271893

Details


Totals Coverage Status
Change from base Build 9086294840: 0.0%
Covered Lines: 5806
Relevant Lines: 6166

💛 - Coveralls