You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first step has already been done by writing code to find subtree root paths. The next step should be to create an API that allows us to easily check for message inclusion given the original data square, the position of the message in question, the size of that message, along with the commitment provided in the SignedPayForMessage.
Action Items
define API for checking inclusion
compare commitments and subtree roots the SignedPayForData and the actual data in the square given the location and message size.
Summary
Create an API to check for messages inclusion.
Details
The first step has already been done by writing code to find subtree root paths. The next step should be to create an API that allows us to easily check for message inclusion given the original data square, the position of the message in question, the size of that message, along with the commitment provided in the
SignedPayForMessage
.Action Items
SignedPayForData
and the actual data in the square given the location and message size.References
depends on #49
The text was updated successfully, but these errors were encountered: