0xdapper

Results 13 issues of 0xdapper

and also array of tuples

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug

since leaves are themselves hashing pairs?

Just discovered that some logic I built on a deriving vault was using `msg.sender` which would not be quite right, we need to do in context of the `receiver`. Can...

Using nonce to determine is a rather naive way to compare txs. There can be a different tx with same nonce in the mempool. Searchers could want to send same...

5 minute deadline on L2 makes it really difficult to get LP transactions through on multisigs even when all signers are present at the same time.

### Problem Currently if I wanted to override and patch dependency across workspace of a dependency `https://github.com/owner/repo` to branch `b` this does not work ```toml [patch.'https://github.com/owner/repo'] baz = { git...

C-feature-request
A-patch