murky icon indicating copy to clipboard operation
murky copied to clipboard

Merkle Proof Generator and Validator in Solidity

Results 3 murky issues
Sort by recently updated
recently updated
newest added

The issue reported in https://ethereum.stackexchange.com/questions/129249/merkle-tree-not-matching-between-solidity-and-etherjs Cannot be fixed by adding one element by making it even - this only seems to work if the number of leaves is small (3...

Any ideas on how one might build a tree incrementally? I'd like to add a leaf in a contract function and save the root in contract storage. Then, later check...