Chia-Network / clvm_rs

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

make the upper limit of allocated atoms and pairs hard coded #358

Closed arvidn closed 8 months ago

arvidn commented 8 months ago

Now that the 1.8.0 soft-fork has activated, all blocks are validated with these limits. Hard coding the limit opens up the ability to use some of the bits in NodePtr to encode the category of the node, for instance.

coveralls-official[bot] commented 8 months ago

Pull Request Test Coverage Report for Build 7432500517


Totals Coverage Status
Change from base Build 7279846177: 0.001%
Covered Lines: 5406
Relevant Lines: 5763

💛 - Coveralls