Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erigon3 "fee cap less than block base fee" RPC errors #12247

Open
trader-payne opened this issue Oct 8, 2024 · 1 comment
Open

Erigon3 "fee cap less than block base fee" RPC errors #12247

trader-payne opened this issue Oct 8, 2024 · 1 comment
Labels

Comments

@trader-payne
Copy link

System information

Erigon version: erigon version 3.00.0-alpha4-4d3b9054

OS & Version: Ubuntu 2204

Commit hash: 4d3b905

Erigon Command (with flags/config):

ExecStart=/mnt/data/github/erigon-gnosis/build/bin/erigon \
        --chain=gnosis \
        --datadir=/mnt/data/gnosis/erigon3/datadir \
        --ethash.dagdir=/mnt/data/gnosis/erigon3/datadir/ethash \
        --authrpc.jwtsecret=/mnt/data/gnosis/erigon3/jwt.hex \
        --authrpc.port=9663 \
        --http \
        --http.addr=0.0.0.0 \
        --http.port=9656 \
        --http.compression \
        --http.vhosts=* \
        --http.corsdomain=* \
        --http.api=eth,debug,net,trace,web3,erigon \
        --private.api.addr=0.0.0.0:9092 \
        --ws --ws.compression \
        --ws.port=9756 \
        --metrics --metrics.addr=0.0.0.0 --metrics.port=7070 \
        --torrent.download.rate 80mb \
        --torrent.port=42079 \
        --rpc.returndata.limit=1000000

Consensus Layer: internal CL

Consensus Layer Command (with flags/config): N/A

Chain/Network: gnosis

Expected behaviour

While indexing certain subgraphs, the RPC returns an error, which doesn't happen on Erigon V2.

Actual behaviour

Erigon logs:

[WARN] [10-08|10:45:34.264] [rpc] served                             conn=10.120.10.135:53236 method=eth_getTransactionReceipt reqid=3200 err="getReceipts error: fee cap less than block base fee: address 0x67342Ec1440bFB760Ba9805a7735e0D12Bb9fEc7, gasFeeCap: 0 baseFee: 8"
[WARN] [10-08|10:45:34.269] [rpc] served                             conn=10.120.10.135:53236 method=eth_getTransactionReceipt reqid=3201 err="getReceipts error: fee cap less than block base fee: address 0x67342Ec1440bFB760Ba9805a7735e0D12Bb9fEc7, gasFeeCap: 0 baseFee: 8"
[WARN] [10-08|10:45:34.334] [rpc] served                             conn=10.120.10.135:53236 method=eth_getTransactionReceipt reqid=3202 err="getReceipts error: fee cap less than block base fee: address 0x67342Ec1440bFB760Ba9805a7735e0D12Bb9fEc7, gasFeeCap: 0 baseFee: 8"
[WARN] [10-08|10:45:35.013] [rpc] served                             conn=10.120.10.135:53236 method=eth_getTransactionReceipt reqid=3203 err="getReceipts error: fee cap less than block base fee: address 0x67342Ec1440bFB760Ba9805a7735e0D12Bb9fEc7, gasFeeCap: 0 baseFee: 8"

[WARN] [10-08|12:50:36.705] [rpc] served                             conn=172.23.173.100:43954 method=eth_getLogs reqid=205186 err="fee cap less than block base fee: address 0x19aC7c69e5F1AC95b8d49b30Cbb79e81f1ab0dba, gasFeeCap: 0 baseFee: 8: blockNum=19040357, txNum=108503978, %!s(<nil>)"
[WARN] [10-08|12:50:36.867] [rpc] served                             conn=172.23.173.100:43994 method=eth_getLogs reqid=205186 err="fee cap less than block base fee: address 0x19aC7c69e5F1AC95b8d49b30Cbb79e81f1ab0dba, gasFeeCap: 0 baseFee: 8: blockNum=19040357, txNum=108503978, %!s(<nil>)"

Subgraph logs:

Oct 08 12:43:33.344 INFO Scanning blocks [19038395, 19039421], range_size: 1027, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.344 DEBG Requesting logs for blocks [19038395, 19039421], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.345 DEBG Requesting logs for blocks [19038395, 19039421], contract 0x4bf18196e7689c0bcf60e1ee81ec5d8f29ad18bd, 4 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.345 DEBG Requesting logs for blocks [19038395, 19039421], contract 0xa280fed8d7cad9a76c8b50ca5c33c2534ffa5008, 1 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.396 DEBG Found 4 relevant block(s), sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.397 DEBG Requesting 5 block(s), sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.450 DEBG Processing 25 triggers, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.450 DEBG Start processing block, triggers: 10, block_hash: 0x151f0733fa934e0d19b9f488c447bb59604b87b2e940994e137ad59f7c9862b6, block_number: 19038476, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: SubgraphInstanceManager
Oct 08 12:43:33.450 DEBG Declared calls, calls_ms: 0, calls_count: 0, triggers: 10, block_hash: 0x151f0733fa934e0d19b9f488c447bb59604b87b2e940994e137ad59f7c9862b6, block_number: 19038476, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: SubgraphInstanceManager
Oct 08 12:43:33.450 DEBG Start processing block, triggers: 5, block_hash: 0x0cfb0817618b35ac8ab8b2f7192aeef9e87c92561c95b3aff95a0f701c0d436d, block_number: 19038497, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: SubgraphInstanceManager
Oct 08 12:43:33.450 DEBG Declared calls, calls_ms: 0, calls_count: 0, triggers: 5, block_hash: 0x0cfb0817618b35ac8ab8b2f7192aeef9e87c92561c95b3aff95a0f701c0d436d, block_number: 19038497, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: SubgraphInstanceManager
Oct 08 12:43:33.450 DEBG Start processing block, triggers: 5, block_hash: 0x13d1c030d3599ad43b4b22f3d23d5f1a72794a8ac63102debdf04acf535af620, block_number: 19038540, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: SubgraphInstanceManager
Oct 08 12:43:33.451 DEBG Declared calls, calls_ms: 0, calls_count: 0, triggers: 5, block_hash: 0x13d1c030d3599ad43b4b22f3d23d5f1a72794a8ac63102debdf04acf535af620, block_number: 19038540, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: SubgraphInstanceManager
Oct 08 12:43:33.451 DEBG Start processing block, triggers: 5, block_hash: 0x25cd6ccde01b86b379a421bafa7953059d24a7c91e35387660fd90eb74ba277f, block_number: 19039233, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: SubgraphInstanceManager
Oct 08 12:43:33.451 DEBG Declared calls, calls_ms: 0, calls_count: 0, triggers: 5, block_hash: 0x25cd6ccde01b86b379a421bafa7953059d24a7c91e35387660fd90eb74ba277f, block_number: 19039233, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: SubgraphInstanceManager
Oct 08 12:43:33.491 INFO Scanning blocks [19039422, 19041221], range_size: 1800, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.491 DEBG Requesting logs for blocks [19039422, 19041221], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.491 DEBG Requesting logs for blocks [19039422, 19041221], contract 0x4bf18196e7689c0bcf60e1ee81ec5d8f29ad18bd, 4 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.491 DEBG Requesting logs for blocks [19039422, 19041221], contract 0xa280fed8d7cad9a76c8b50ca5c33c2534ffa5008, 1 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.537 DEBG Reducing block range size to scan for events, new_size: 180, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.537 DEBG Requesting logs for blocks [19039422, 19039601], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.576 DEBG Requesting logs for blocks [19039602, 19039781], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.616 DEBG Requesting logs for blocks [19039782, 19039961], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.656 DEBG Requesting logs for blocks [19039962, 19040141], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.696 DEBG Requesting logs for blocks [19040142, 19040321], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.736 DEBG Requesting logs for blocks [19040322, 19040501], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.777 DEBG Reducing block range size to scan for events, new_size: 18, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.777 DEBG Requesting logs for blocks [19040322, 19040339], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.819 DEBG Requesting logs for blocks [19040340, 19040357], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.859 DEBG Reducing block range size to scan for events, new_size: 2, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.859 DEBG Requesting logs for blocks [19040340, 19040341], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.900 DEBG Requesting logs for blocks [19040342, 19040343], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.939 DEBG Requesting logs for blocks [19040344, 19040345], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:33.979 DEBG Requesting logs for blocks [19040346, 19040347], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.019 DEBG Requesting logs for blocks [19040348, 19040349], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.059 DEBG Requesting logs for blocks [19040350, 19040351], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.099 DEBG Requesting logs for blocks [19040352, 19040353], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.138 DEBG Requesting logs for blocks [19040354, 19040355], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.178 DEBG Requesting logs for blocks [19040356, 19040357], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.218 DEBG Reducing block range size to scan for events, new_size: 1, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.218 DEBG Requesting logs for blocks [19040356, 19040356], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.257 DEBG Requesting logs for blocks [19040357, 19040357], contract 0x75df5af045d91108662d8080fd1fefad6aa0bb59, 6 events, topic1: [None], topic2: [None], topic3: [None], sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.297 WARN Unexpected RPC error, error: Rpc(Error { code: ServerError(-32000), message: "fee cap less than block base fee: address 0x19aC7c69e5F1AC95b8d49b30Cbb79e81f1ab0dba, gasFeeCap: 0 baseFee: 8: blockNum=19040357, txNum=108503978, %!s(<nil>)", data: None }), sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: BlockStream
Oct 08 12:43:34.297 DEBG Block stream produced a non-fatal error, error: block stream error Failed to obtain triggers for block 19041221, sgd: 4, subgraph_id: QmXkEwZRMagTAtZt1mf6vPRu2kV4JUyjoKHriayJ6YbJfv, component: SubgraphInstanceManager

Steps to reproduce the behaviour

I have extracted the following requests to the RPC that the graph-node sends, which may help identify the error

2024-10-08 12:45:34,354 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x12284be", "toBlock": "0x12284be", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205146}'
2024-10-08 12:45:34,392 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x4bf18196e7689c0bcf60e1ee81ec5d8f29ad18bd", "fromBlock": "0x12284be", "toBlock": "0x12284be", "topics": [["0x0dd664a155dd89526bb019e22b00291bb7ca9d07ba3ec4a1a76b410da9797ceb", "0xb524fc8b0c9d6ccb2f744f3f87a16acf66dec5ac24ebf9084dbc226c29c80fdc", "0x87821ee1dd81cfc42a110ae2105d82691622db762d11dda32be7b51f5d73c065", "0x816598dcb0fa419978fe652d84fac0c9a1e3972014bfc5dd17737f5847bfcb02"]]}], "id": 205147}'
2024-10-08 12:45:34,446 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0xa280fed8d7cad9a76c8b50ca5c33c2534ffa5008", "fromBlock": "0x12284be", "toBlock": "0x12284be", "topics": ["0x10dbc913050d3180c3b99f7da91fd514af7cbc9c1bb59a0da5d2bc38f0cf395a"]}], "id": 205148}'
2024-10-08 12:45:34,447 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["0x12284be", false], "id": 205149}'
2024-10-08 12:45:34,481 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByHash", "params": ["0xb8a7eec1f7d280244afc9140aeafc9dcc25bb67540bce2c417abf46777e37f5d", true], "id": 205150}'
2024-10-08 12:45:34,484 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["latest", false], "id": 205151}'
2024-10-08 12:45:34,545 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["0x12284be", false], "id": 205152}'
2024-10-08 12:45:34,580 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0xa280fed8d7cad9a76c8b50ca5c33c2534ffa5008", "fromBlock": "0x12284bf", "toBlock": "0x12284c8", "topics": ["0x10dbc913050d3180c3b99f7da91fd514af7cbc9c1bb59a0da5d2bc38f0cf395a"]}], "id": 205155}'
2024-10-08 12:45:34,581 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["0x12284c8", false], "id": 205156}'
2024-10-08 12:45:34,583 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x12284bf", "toBlock": "0x12284c8", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205153}'
2024-10-08 12:45:34,583 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x4bf18196e7689c0bcf60e1ee81ec5d8f29ad18bd", "fromBlock": "0x12284bf", "toBlock": "0x12284c8", "topics": [["0x0dd664a155dd89526bb019e22b00291bb7ca9d07ba3ec4a1a76b410da9797ceb", "0xb524fc8b0c9d6ccb2f744f3f87a16acf66dec5ac24ebf9084dbc226c29c80fdc", "0x87821ee1dd81cfc42a110ae2105d82691622db762d11dda32be7b51f5d73c065", "0x816598dcb0fa419978fe652d84fac0c9a1e3972014bfc5dd17737f5847bfcb02"]]}], "id": 205154}'
2024-10-08 12:45:34,621 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByHash", "params": ["0x8796b052f4dda6dc68ec346ab55320abf9aca915de4b55388d91598673c2c3e4", true], "id": 205157}'
2024-10-08 12:45:34,662 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["0x12284c8", false], "id": 205158}'
2024-10-08 12:45:34,703 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x4bf18196e7689c0bcf60e1ee81ec5d8f29ad18bd", "fromBlock": "0x12284c9", "toBlock": "0x122852c", "topics": [["0x0dd664a155dd89526bb019e22b00291bb7ca9d07ba3ec4a1a76b410da9797ceb", "0xb524fc8b0c9d6ccb2f744f3f87a16acf66dec5ac24ebf9084dbc226c29c80fdc", "0x87821ee1dd81cfc42a110ae2105d82691622db762d11dda32be7b51f5d73c065", "0x816598dcb0fa419978fe652d84fac0c9a1e3972014bfc5dd17737f5847bfcb02"]]}], "id": 205160}'
2024-10-08 12:45:34,703 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["0x122852c", false], "id": 205162}'
2024-10-08 12:45:34,706 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0xa280fed8d7cad9a76c8b50ca5c33c2534ffa5008", "fromBlock": "0x12284c9", "toBlock": "0x122852c", "topics": ["0x10dbc913050d3180c3b99f7da91fd514af7cbc9c1bb59a0da5d2bc38f0cf395a"]}], "id": 205161}'
2024-10-08 12:45:34,706 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x12284c9", "toBlock": "0x122852c", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205159}'
2024-10-08 12:45:34,746 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByHash", "params": ["0x21a0d9a39bd6757bcc9b780bffb3e2b6b7c288c3de57fa698a7d668e77292754", true], "id": 205163}'
2024-10-08 12:45:34,788 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["0x122852c", false], "id": 205164}'
2024-10-08 12:45:34,829 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["0x1228914", false], "id": 205168}'
2024-10-08 12:45:34,830 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x4bf18196e7689c0bcf60e1ee81ec5d8f29ad18bd", "fromBlock": "0x122852d", "toBlock": "0x1228914", "topics": [["0x0dd664a155dd89526bb019e22b00291bb7ca9d07ba3ec4a1a76b410da9797ceb", "0xb524fc8b0c9d6ccb2f744f3f87a16acf66dec5ac24ebf9084dbc226c29c80fdc", "0x87821ee1dd81cfc42a110ae2105d82691622db762d11dda32be7b51f5d73c065", "0x816598dcb0fa419978fe652d84fac0c9a1e3972014bfc5dd17737f5847bfcb02"]]}], "id": 205166}'
2024-10-08 12:45:34,831 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x122852d", "toBlock": "0x1228914", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205165}'
2024-10-08 12:45:34,831 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0xa280fed8d7cad9a76c8b50ca5c33c2534ffa5008", "fromBlock": "0x122852d", "toBlock": "0x1228914", "topics": ["0x10dbc913050d3180c3b99f7da91fd514af7cbc9c1bb59a0da5d2bc38f0cf395a"]}], "id": 205167}'
2024-10-08 12:45:34,869 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x122852d", "toBlock": "0x1228590", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205169}'
2024-10-08 12:45:34,908 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228591", "toBlock": "0x12285f4", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205170}'
2024-10-08 12:45:34,946 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x12285f5", "toBlock": "0x1228658", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205171}'
2024-10-08 12:45:34,984 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228659", "toBlock": "0x12286bc", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205172}'
2024-10-08 12:45:35,018 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["latest", false], "id": 205173}'
2024-10-08 12:45:35,022 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x12286bd", "toBlock": "0x1228720", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205174}'
2024-10-08 12:45:35,060 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228721", "toBlock": "0x1228784", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205175}'
2024-10-08 12:45:35,098 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228785", "toBlock": "0x12287e8", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205176}'
2024-10-08 12:45:35,136 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x12287e9", "toBlock": "0x122884c", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205177}'
2024-10-08 12:45:35,177 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x122884d", "toBlock": "0x12288b0", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205178}'
2024-10-08 12:45:35,217 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x122884d", "toBlock": "0x1228856", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205179}'
2024-10-08 12:45:35,255 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228857", "toBlock": "0x1228860", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205180}'
2024-10-08 12:45:35,293 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228861", "toBlock": "0x122886a", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205181}'
2024-10-08 12:45:35,331 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228861", "toBlock": "0x1228861", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205182}'
2024-10-08 12:45:35,369 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228862", "toBlock": "0x1228862", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205183}'
2024-10-08 12:45:35,407 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228863", "toBlock": "0x1228863", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205184}'
2024-10-08 12:45:35,444 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228864", "toBlock": "0x1228864", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205185}'
2024-10-08 12:45:35,482 - Response: 200 -- curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228865", "toBlock": "0x1228865", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205186}'

The very last request is what produces the actual errors on Erigon's side:

curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228865", "toBlock": "0x1228865", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205186}'

Backtrace

[backtrace]
@trader-payne
Copy link
Author

trader-payne commented Oct 8, 2024

TL;DR:
just run these requests against your own Erigon3 Gnosis RPC and see the results fail:
eth_getLogs:

curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x75df5af045d91108662d8080fd1fefad6aa0bb59", "fromBlock": "0x1228865", "toBlock": "0x1228865", "topics": [["0x415557404d88a0c0b8e3b16967cafffc511213fd9c465c16832ee17ed57d7237", "0xbf06885f40778f5ccfb64497d3f92ce568ddaedb7e2fb4487f72690418cf8e4c", "0x520d2afde79cbd5db58755ac9480f81bc658e5c517fcae7365a3d832590b0183", "0x482515ce3d9494a37ce83f18b72b363449458435fafdd7a53ddea7460fe01b58", "0x27333edb8bdcd40a0ae944fb121b5e2d62ea782683946654a0f5e607a908d578", "0xe194ef610f9150a2db4110b3db5116fd623175dca3528d7ae7046a1042f84fe7"]]}], "id": 205186}'
{"jsonrpc":"2.0","id":205186,"error":{"code":-32000,"message":"fee cap less than block base fee: address 0x19aC7c69e5F1AC95b8d49b30Cbb79e81f1ab0dba, gasFeeCap: 0 baseFee: 8: blockNum=19040357, txNum=108503978, %!s(\u003cnil\u003e)"}}

eth_getTransactionReceipt:

curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getTransactionReceipt", "params": ["0xeed7dd4b7e64dd19a7a2c3f710a7babd3ce3c7888457f1edd677bf5c0e7635a6"], "id": 285}'
{"jsonrpc":"2.0","id":285,"error":{"code":-32000,"message":"getReceipts error: fee cap less than block base fee: address 0xC7b90a1b52d5E28EB3e6ea35E952975467bf9930, gasFeeCap: 0 baseFee: 10"}}
curl -X POST http://10.120.10.119:9656 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "eth_getTransactionReceipt", "params": ["0x4b50e89b65281735a845eb7455898f41b001de761357fa55940ef0768ec42103"], "id": 293}'
{"jsonrpc":"2.0","id":293,"error":{"code":-32000,"message":"getReceipts error: fee cap less than block base fee: address 0x67342Ec1440bFB760Ba9805a7735e0D12Bb9fEc7, gasFeeCap: 0 baseFee: 141015840"}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants