xwjack

Results 16 comments of xwjack

same question ``` diff --git a/node_modules/hardhat-tracer/dist/src/format/call.js b/node_modules/hardhat-tracer/dist/src/format/call.js index 11dc7b5..f2ec5f8 100644 --- a/node_modules/hardhat-tracer/dist/src/format/call.js +++ b/node_modules/hardhat-tracer/dist/src/format/call.js @@ -32,7 +32,7 @@ async function formatCall(to, input, ret, value, gasUsed, gasLimit, success, dep contractName =...

new error ``` DOMException [DataCloneError]: # could not be cloned. at new DOMException (node:internal/per_context/domexception:53:5) at structuredClone (node:internal/structured_clone:23:17) at /node_modules/@ungap/structured-clone/cjs/index.js:21:46 at /node_modules/hardhat-tracer/src/extend/config.ts:22:39 ```

``` tracer: { opcodes: [ 'CALL', 'STATICCALL', 'DELEGATECALL', 'REVERT', ], showAddresses: true, enableAllOpcodes: false, gasCost: true, nameTags: { '0x00000000000000ADc04C56Bf30aC9d3c0aAF14dC': 'Seaport 1.5', } } ```

Device: Mac Studio M1 Ultra ```diff diff --git a/demo/app_januspro.py b/demo/app_januspro.py index 702e58e..2e0ec99 100644 --- a/demo/app_januspro.py +++ b/demo/app_januspro.py @@ -21,12 +21,14 @@ vl_gpt = AutoModelForCausalLM.from_pretrained(model_path, trust_remote_code=True) if torch.cuda.is_available(): vl_gpt = vl_gpt.to(torch.bfloat16).cuda()...

I found the cause of the issue: the taiko-client was requesting state data from more than [128 blocks ago](https://github.com/ethereum/go-ethereum/issues/29170#issuecomment-1978540494), but the full node had already pruned that state, which led...

Would setting `ENABLE_PRECONFS_P2P=false` to disable preconfirmation allow the use of a full node?