ergoplatform / sigma-rust

Rust implementation of ErgoTree interpreter and wallet-related features
Creative Commons Zero v1.0 Universal
69 stars 47 forks source link

Allow negative exponents for GroupElement.exp #756

Closed SethDusek closed 2 months ago

SethDusek commented 3 months ago

This fixes validation for transaction 307696f33cc8b03ac731616f025cb33555f854ddb3ab58cfd8af884c59225cd1 and chaincash schnorr signature verification

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9823666223

Details


Files with Coverage Reduction New Missed Lines %
ergotree-interpreter/src/eval/exponentiate.rs 1 66.67%
ergotree-ir/src/serialization/types.rs 8 81.88%
<!-- Total: 9 -->
Totals Coverage Status
Change from base Build 9822292740: 0.06%
Covered Lines: 10804
Relevant Lines: 13676

💛 - Coveralls