Chia-Network / chia_rs

Rust crate & wheel with consensus code
Apache License 2.0
19 stars 24 forks source link

CHIA-922: CHIA-938: Add signing and verification methods #616

Closed Rigidity closed 1 month ago

Rigidity commented 1 month ago

Adds G1Element::verify and SecretKey::sign in Python as part of the wallet signer effort.

coveralls-official[bot] commented 1 month ago

Pull Request Test Coverage Report for Build 9960878291

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/chia-bls/src/public_key.rs 0 3 0.0%
crates/chia-bls/src/secret_key.rs 0 7 0.0%
<!-- Total: 0 10 0.0% -->
Files with Coverage Reduction New Missed Lines %
crates/chia-bls/src/secret_key.rs 1 90.87%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 9946335261: -0.05%
Covered Lines: 11559
Relevant Lines: 13984

💛 - Coveralls
matt-o-how commented 1 month ago

Non-blocking comment - can you add some descriptions of what and why for this PR?