Chia-Network / clvm_rs

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

CHIA-595: Keccak256 soft-fork #414

Closed arvidn closed 2 weeks ago

arvidn commented 2 months ago

This is a stripped-down version of https://github.com/Chia-Network/clvm_rs/pull/403 just implementing the keccak operator. (i.e. not the base64 operators).

The main difference is that in this PR, the keccak256 operator has opcode 62 (not 64)

coveralls-official[bot] commented 2 months ago

Pull Request Test Coverage Report for Build 9209975097

Details


Totals Coverage Status
Change from base Build 9133482646: 0.04%
Covered Lines: 5829
Relevant Lines: 6189

💛 - Coveralls
arvidn commented 2 weeks ago

cancelled