-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Merkle tree length checks and other optimizations #372
feat: Merkle tree length checks and other optimizations #372
Conversation
0xhiroshi I'll update the OrderValidatorV2A once this one is merged. #376 |
contracts/libraries/OpenZeppelin/MerkleProofCalldataWithProofLimit.sol
Outdated
Show resolved
Hide resolved
bytes memory signature = _signMerkleProof(merkleTree, makerUserPK); | ||
|
||
// Verify validity | ||
// TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xJurassicPunk what is this supposed to be
OrderStructs.TakerBid memory takerBid = OrderStructs.TakerBid( | ||
takerUser, | ||
makerAsk.minPrice, | ||
makerAsk.itemIds, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is going to be a merge conflict with the taker struct refactor
This PR adds: