Chia-Network / clvm_rs

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

remove NodePtr hack and fix-up benchmark-clvm-cost #374

Closed arvidn closed 7 months ago

arvidn commented 7 months ago

This fixes benchmark-clvm-cost to not need a magic NodePtr value for a variable placeholder. Instead, it uses Option<NodePtr> as it should have.

This let us remove the NodePtr::hack() constructor.

coveralls-official[bot] commented 7 months ago

Pull Request Test Coverage Report for Build 7831421212


Totals Coverage Status
Change from base Build 7792995744: 0.09%
Covered Lines: 5401
Relevant Lines: 5731

💛 - Coveralls