Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use avltree fork to fix empty hash #732

Merged
merged 3 commits into from
Dec 1, 2023
Merged

Conversation

ross-weir
Copy link
Collaborator

@ross-weir ross-weir commented Dec 1, 2023

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

@ross-weir ross-weir force-pushed the use-new-avltree-lib branch from cd45e9e to 6b9f0a4 Compare December 1, 2023 21:34
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7065447378

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 17 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.07%) to 80.754%

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%
Totals Coverage Status
Change from base Build 6506221101: -0.07%
Covered Lines: 10599
Relevant Lines: 13125

💛 - Coveralls

@ross-weir ross-weir merged commit d5343f0 into develop Dec 1, 2023
13 checks passed
@ross-weir ross-weir deleted the use-new-avltree-lib branch December 1, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use ergoplatform maintained avl tree library
2 participants