mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 04:57:17 +00:00
27ec4f02d7
FIrst of all, thanks in advance for your advice. I've found that `trace_replayTransaction` is having trouble tracing some Polygon State Sync transactions such as [`0xd5f4f8c3cd85cf65e8df23a2c1ae02aefda1e6293db0c3a9ddcc08cee8ca1131`](https://polygonscan.com/tx/0xd5f4f8c3cd85cf65e8df23a2c1ae02aefda1e6293db0c3a9ddcc08cee8ca1131), just like [the case of the previous PR][p]. [p]: https://github.com/ledgerwatch/erigon/pull/6286 ```shell $ curl -XPOST 'http://localhost:8545' \ -H 'Content-Type: application/json' \ --data '{"method":"trace_replayTransaction","params":["0xd5f4f8c3cd85cf65e8df23a2c1ae02aefda1e6293db0c3a9ddcc08cee8ca1131",["trace","stateDiff"]],"id":1,"jsonrpc":"2.0"}' {"jsonrpc":"2.0","id":1,"result":null} ``` This is because RPCDaemon doesn't query for blocks by Bor Hash, even though `api.txnLookup` has failed. Same as #6286. |
||
---|---|---|
.. | ||
abigen | ||
bootnode | ||
devnet | ||
downloader | ||
erigon | ||
erigon-cl | ||
erigoncustom | ||
evm | ||
hack | ||
integration | ||
lightclient | ||
observer | ||
p2psim | ||
pics | ||
prometheus | ||
rlpdump | ||
rpcdaemon | ||
rpctest | ||
sentinel | ||
sentry | ||
state | ||
txpool | ||
utils | ||
verkle |