Nick Addison

Results 67 comments of Nick Addison

Any progress on this? Being able to trace past transactions using Anvil will be super useful https://github.com/foundry-rs/foundry/issues/2686

It looks like the extra calls are to the precompiled `0x0000000000000000000000000000000000000004` contract https://www.evm.codes/precompiled

Thanks for the workaround @skogard. I too could not get `remoteContracts` to work against a mainnet fork out of the box. Adding `this.remoteContracts = options.remoteContracts;` to the `Config` constructor in...

Node.js v12 went End-of-Life on 30 April 2022.

ok, lets close this ticket when truffle drops support for Node v12

The SolidityFlattery Go tool handles explicit imports but it doesn't handled nested imports. That is, if the file you are importing also imports files then SolidityFlattery will not work :-(...

Any progress on this? Being able to trace transactions before the fork block will be super helpful. https://github.com/foundry-rs/foundry/issues/2686

This issue is now 6 months old but is extremely useful. The ability to run a locally forked Anvil node and trace transactions from before the fork is super powerful....

For anyone else looking at this issue, I've built a copy command in tx2uml that replays a transaction to a local Anvil node. That way transactions can be traced on...