Chia-Network / clvm_rs

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

BLS and Secp operators #351

Closed arvidn closed 9 months ago

arvidn commented 9 months ago

soft-fork3 has activated and we can now enable BLS and Secp operators unconditionally.

They are already enabled unconditionally in chia-blockchain: https://github.com/Chia-Network/chia-blockchain/pull/16819

In order to keep CI green, this PR also suppresses this warning:

https://github.com/advisories/GHSA-xphf-cx8h-7q9g

We only use OpenSSL for its SHA-256 implementation

coveralls-official[bot] commented 9 months ago

Pull Request Test Coverage Report for Build 7059286876


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/chia_dialect.rs 5 6 83.33%
<!-- Total: 5 6 83.33% -->
Totals Coverage Status
Change from base Build 6989920772: -0.007%
Covered Lines: 5141
Relevant Lines: 5530

💛 - Coveralls