https://github.com/ben-chain/ovm-contracts/blob/master/contracts/optimistic-ethereum/libraries/trie/Lib_MerkleTrie.sol#L153 -- here we may not have enough information in the merkle proof to recover that a key is in fact a leaf node vs being a node higher up in the tree. This also may not be a problem and I just don't know where this check is made 😄
https://github.com/ben-chain/ovm-contracts/blob/master/contracts/optimistic-ethereum/libraries/trie/Lib_MerkleTrie.sol#L153 -- here we may not have enough information in the merkle proof to recover that a key is in fact a
leafnode vs being a node higher up in the tree. This also may not be a problem and I just don't know where this check is made 😄