DFST

Results 22 issues of DFST

- In Ethereum, there is msg.sender that allows to get the information about the caller of the method. If contract A calls contract B, then B knows that the caller...

@mitschabaude According to https://github.com/o1-labs/o1js/blob/main/src/lib/provable/merkle-tree-indexed.ts#L41, we can pass MerkleMap directly to the ZkProgram method. Doing so works correctly when used with `rawMethods` (without proof calculation) but does not update the root...