ergoplatform / sigma-rust

Rust implementation of ErgoTree interpreter and wallet-related features
Creative Commons Zero v1.0 Universal
69 stars 48 forks source link

Use avltree fork to fix empty hash #732

Closed ross-weir closed 12 months ago

ross-weir commented 12 months ago

Use fork of avltree library: https://github.com/ergoplatform/ergo_avltree_rust

It contains fix for empty avltree hash not matching scala implementation

closes #731

coveralls commented 12 months ago

Pull Request Test Coverage Report for Build 7065447378


Files with Coverage Reduction New Missed Lines %
ergo-p2p/src/peer_info.rs 1 68.42%
ergo-p2p/src/peer_spec.rs 6 81.82%
ergotree-ir/src/serialization/types.rs 10 81.88%
<!-- Total: 17 -->
Totals Coverage Status
Change from base Build 6506221101: -0.07%
Covered Lines: 10599
Relevant Lines: 13125

💛 - Coveralls