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
We need merkle proof verification for #24. Ideally this is implemented as a library that's reusable not just in Livepeer, but elsewhere as well. Perhaps we can open as an issue and PR into OpenZeppelin.
Just got merged into OpenZeppelin and should be included in the next release. Will update the protocol contracts to use the OpenZeppelin release when that release is out
We need merkle proof verification for #24. Ideally this is implemented as a library that's reusable not just in Livepeer, but elsewhere as well. Perhaps we can open as an issue and PR into OpenZeppelin.
Yondon also found this, which may be a good starting point: https://github.com/ameensol/merkle-tree-solidity/blob/master/src/MerkleProof.sol
The text was updated successfully, but these errors were encountered: