[Feature]: Add Differential Tests for Functions in _merkle.rs_ #502
Labels
effort: medium
Default level of effort.
priority: 0
Nice-to-have. Willing to ship without this.
type: test
Changes to the testing suite.
What is the feature you would like to see?
See how Solidity's Foundry defines differential testing.
Differential tests would compare the results of our merkle verification implementation against some third-party implementation. This would help pinpoint any latent issues, bugs etc.
One possible candidate for this is rs-merkle, but we can search for other implementations if they're more robust/well-known
Contribution Guidelines
The text was updated successfully, but these errors were encountered: