Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,3 @@ npm install</code></pre>
- Backend was hashing addresses with just keccak256(address) — a plain string hash — while smart contract likely expected keccak256(abi.encodePacked(address)) like Solidity does. That mismatch is why the proofs were invalid (resulting in false in cast call).
- solidityPackedKeccak256(...) = mimics abi.encodePacked + keccak256 from Solidity
- If the hash of your leaf in JS doesn’t match the one Solidity expects, the Merkle proof won’t validate — ever.


SOMe changes
AGAIN
Loading