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

Fix sepolia by updating bonsai-trie #176

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

cchudant
Copy link
Member

Pull Request type

  • Bugfix

What is the current behavior?

sepolia (testnet) sync crash

What is the new behavior?

use my fork of bonsai-trie where I have fixed some node leaks and correctness problems -- I found these problems using proptest
This fixes the problem we have with empty blocks in sepolia
This should fix the problem we have on mainnet too (?)

Does this introduce a breaking change?

I think so..? I have changed bonsai-trie internals quite a bit
The DB should be a bit lighter too as a lot of nodes were not properly removed but I havent quantified that

Other information

@antiyro antiyro merged commit 556b8eb into madara-alliance:main Jun 24, 2024
7 checks passed
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.

2 participants