tony

Results 18 comments of tony

Just tried with `60s` and even larger values but am still getting the same errors. What's weird is that I timed the errors and it was erroring out right around...

Even with disabling some parts of the trace it is still not enough to get a return ``` > trace.block('2396379', {"timeout": "240s", "disableMemory": true, "disableStorage": true, "disableStack":true}) Error: Post "http://localhost:8545":...

Those were directly on the node in the Javascript console.

Got this error. ``` ERROR[09-16|17:57:47.790] RPC method trace_block crashed: interface conversion: interface {} is nil, not json.RawMessage goroutine 155068788 [running[]: github.com/ethereum/go-ethereum/rpc.(*callback).call.func1(0xc0163c5360, 0xb, 0xc01752fd58) /core-geth/rpc/service.go:199 +0xba panic(0x147c200, 0xc075d646c0) /usr/local/go/src/runtime/panic.go:969 +0x1b9 github.com/ethereum/go-ethereum/eth/tracers.(*TraceAPI).Block(0xc003f5f1c0,...

I have been following this Issue on the Ethereum Geth repo https://github.com/ethereum/go-ethereum/issues/23552. Similar issue I think.

System has 32GB RAM. Here is our startup command: ``` geth --syncmode full --gcmode archive --http --http.addr 0. 0.0.0 --http.corsdomain * --http.api db,eth,net,web3,debug,trace --http.port 854 5 --http.vhosts * --maxpeers 50...

Looks like Geth devs have decided to disable returnData and memory by default in this pR https://github.com/ethereum/go-ethereum/pull/23558

@mhluongo I get your point of avoiding a scenario where trust is needed to ensure a script, binary, or whatever is secure. What about utilizing IPFS plus a `.eth` domain...

Awesome work @jeremyid /experience. You should create a github repo with these files in place, and your walkthrough as the README.md. I could help you with working with `git` on...

> > You should create a github repo with these files in place, and your walkthrough as the README.md. > > I will look into this on Monday when I...