concord-bft
concord-bft copied to clipboard
Added test with multiple MPTs in the same storage space.
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.