Consider changing the proof verify as EigenLayer #336
Closed
andreivladbrg
started this conversation in
General
Replies: 1 comment 1 reply
-
To add Cons
function verify(bytes32[] memory proof, bytes32 root, bytes32 leaf) { }
// to
function verify(bytes32 memory proof, bytes32 root, bytes32 leaf, uint256 index) { }
Pros
Useful link: @andreivladbrg I am happy to close it since we are not going to take any action at the moment and can re-open it in the future when we want to implement it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ref https://github.com/cantinasec/review-sablier-3/issues/3
Beta Was this translation helpful? Give feedback.
All reactions