Martín Volpe

Results 14 comments of Martín Volpe

Forgot to add, this was run in a CI as well, so it rules out caching issues.

Was able to find in the logs the call that fails: ``` { "hash": "0x3b4e5e5770d6629fe8e0d65206e1de1dcfb0e03f7869180862bcfb679d68049e", "transactionType": "CREATE2", "contractName": null, "contractAddress": "0xb77b3b3e66a02B20E544839f4ad737C94fC1322E", "function": null, "arguments": null, "transaction": { "type": "0x02", "from":...

I ended up figuring out what happene. Deploying the contract standalone didn't work either ``` forge create Validators --from $FROM_ACCOUNT --rpc-url http://127.0.0.1:$ANVIL_PORT --unlocked --json Error: Dynamic linking not supported in...

@ernestognw Fair enough, I guess I would turn it into a comment, so when people trace down the error they can se a more helpful message.