SMihai97
SMihai97
Block 5327887 has transaction 0xd91d98b539720d8a42069268126d366fd29165e487d94b165a97e0158842657b that doesn't have any traces when requesting them. Example: `curl -H "Content-Type: application/json" -d '{"id":1,"jsonrpc":"2.0","method":"debug_traceTransaction","params":["0xd91d98b539720d8a42069268126d366fd29165e487d94b165a97e0158842657b",{"tracer":"callTracer"}]}' http://localhost:9944 {"jsonrpc":"2.0","error":{"code":-32603,"message":"DispatchError: Other(\"\")"},"id":1}` The other transactions in the block seem...
**Describe the Bug** Method `eth_getTransactionByBlockHashAndIndex` returns `method handler crashed` on certain block hashes on Zetachain Testnet **To Reproduce** Example request that seems to always fail: `{"jsonrpc": "2.0", "method": "eth_getTransactionByBlockHashAndIndex", "id":...