0xdapper

Results 14 comments of 0xdapper

Tried deploying exchanges graph locally, getting following error: ``` docker-graph-node-1 | Jul 25 06:18:33.701 ERRO Subgraph failed with non-deterministic error: failed to process trigger: block #2830 (0xc614…8bec), transaction f1f5d0d1fef48a08d315f26a40503e9d7513a19138c2d82ad674118cf193fe77: Store...

I wrote a script that works for now for seed signers https://gist.github.com/0xdapper/36fbb43e99c3a0fe11047b58fd23c71d

Also generally outside of dynamically linked libraries any and all delegatecall'd code is not being considered as covered I think. Is that right? Might be worth updating the issue with...

Error is `Could not find target contract: script/onetime/redeployHelper.sol`. The repo is not open source but here's another small script that has same error. ``` import { AggregateVaultHelper } from "src/peripheral/AggregateVaultHelper.sol";...

Nope, it doesn't work https://github.com/foundry-rs/foundry/pull/7124#issuecomment-1945268037 Yes, there is only one json file in `out/redeployHelper.sol` directory.

I think this is still useful, otherwise you are forced to use the whole test suite in isolated to get it to pass in CI? or have some hacks where...

Yes, the inline config would address it. But I still think `vm.clearTransient`, `vm.tstore`, `vm.tload` are all useful cheats. Inline would still be more restrictive in the sense that it is...