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

test/triedb: Add comprehensive test suite for the triedb package #31574

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GarmashAlex
Copy link

This commit adds a comprehensive test suite for the triedb package, which is a critical component that manages the Merkle Patricia Trie data structure in Ethereum.
The added tests cover the following functionalities:

  • Preimage management and storage
  • Database scheme identification (hash-based and path-based)
  • Size reporting and memory management
  • Verkle Tries support
  • Access to the underlying disk database
  • Memory usage limitation (Cap)

@rjl493456442 rjl493456442 self-assigned this Apr 6, 2025
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