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

Added test with multiple MPTs in the same storage space. #3007

Open
wants to merge 2 commits into
base: storage/changes_for_eth_support
Choose a base branch
from

Conversation

HristoStaykov
Copy link
Contributor

In this test we create 201 addresses and for each address we create a tree and fill it with random data. In the end of the test we check that all the extracted paths for each key/value pair correctly reaches the associated Merkle root for the tree.

  • Problem Overview
    In this test we create 201 addresses and for each address we create a tree and fill it with random data. In the end of the test we check that all the extracted paths for each key/value pair correctly reaches the associated Merkle root for the tree.
    This test is intentionally not part of the CI. It is meant to be part of a periodic job.
  • Testing Done
    Test passes successfully.

In this test we create 201 addresses and for each address we
create a tree and fill it with random data. In the end of the
test we check that all the extracted paths for each key/value
pair correctly reaches the associated Merkle root for the tree.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants