erigon-pulse/cmd
Changyoung Koh 27ec4f02d7
Fix Trace RPCs for Bor Transactions (#6288)
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.
2022-12-12 16:39:17 +00:00
..
abigen Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
bootnode move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
devnet evm tracing interface to use uint256, to avoid value.ToBig() allocations (#5781) 2022-11-30 08:31:39 +07:00
downloader Downloader extract, step2 (#6076) 2022-11-20 10:41:30 +07:00
erigon cmd: initialize config before logger (#6251) 2022-12-09 18:04:47 +07:00
erigon-cl Use of proper beacon state interface (#6277) 2022-12-11 15:12:38 +01:00
erigoncustom Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
evm cmd/evm: show staterooot in result from running statetest (#6252) 2022-12-08 21:37:02 +00:00
hack Remove Ropsten & Fermion (#6262) 2022-12-10 22:55:31 +00:00
integration e3: graceful shutdown (#6272) 2022-12-11 13:15:55 +07:00
lightclient Use of proper beacon state interface (#6277) 2022-12-11 15:12:38 +01:00
observer Grow string builders (#6192) 2022-12-04 10:51:20 +07:00
p2psim Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
pics Support genesis constructors for Chiado (#6103) 2022-11-21 17:21:59 +01:00
prometheus grafana: more mdbx internals (#5789) 2022-10-19 12:07:31 +07:00
rlpdump rename (#1978) 2021-05-20 19:25:53 +01:00
rpcdaemon Fix Trace RPCs for Bor Transactions (#6288) 2022-12-12 16:39:17 +00:00
rpctest e3: more mainnet snapshots (#5867) 2022-10-31 09:20:58 +07:00
sentinel Verification by root and not by slot (#6243) 2022-12-07 21:26:45 +01:00
sentry added --p2p.allowed-port flag (#6263) 2022-12-12 13:25:47 +00:00
state e3: graceful shutdown (#6272) 2022-12-11 13:15:55 +07:00
txpool Downloader extract, step2 (#6076) 2022-11-20 10:41:30 +07:00
utils added --p2p.allowed-port flag (#6263) 2022-12-12 13:25:47 +00:00
verkle added MPT storage dumps (#6153) 2022-11-30 10:53:58 +01:00