Skip to content

Instantly share code, notes, and snippets.

@mindstyle85
Created December 20, 2022 09:50
Show Gist options
  • Select an option

  • Save mindstyle85/fd2bc1eaa727c1e79384cf602bae26d6 to your computer and use it in GitHub Desktop.

Select an option

Save mindstyle85/fd2bc1eaa727c1e79384cf602bae26d6 to your computer and use it in GitHub Desktop.
[10:21:53.495] INFO (IndexerAgent/273957): Transaction pending
component: "AllocationManager"
actions: "[7801]"
function: "staking.multicall"
tx: {
"type": 2,
"chainId": 5,
"nonce": 54,
"maxPriorityFeePerGas": {
"type": "BigNumber",
"hex": "0x59682f00"
},
"maxFeePerGas": {
"type": "BigNumber",
"hex": "0x5968310a"
},
"gasPrice": null,
"gasLimit": {
"type": "BigNumber",
"hex": "0x0420bf"
},
"to": "0x35e3Cb6B317690d662160d5d02A5b364578F62c9",
"value": {
"type": "BigNumber",
"hex": "0x00"
},
"data": "0xac9650d8000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000014423477e48000000000000000000000000728ebd4490fb281dda77e7ce72909021546e667bf6912acc7db599ef7e58c888427026892d525850230108b6fc46101ea260a348000000000000000000000000000000000000000000000878678326eac900000000000000000000000000000065433185a1197164d13687ca2d448050fa75433b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000041cd4c68fffadfc322d84bcd8e628771686ca318eea2a02489251fae3bda5dda4273d94e3cbeaf7cb44fc073cdf6826ba5ba3c371e99bbca1602e1a58e2c2ee30c1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"accessList": [],
"hash": "0x3ffb0580f6bd1e51951cd6c451985c97146c2d9f484e1a9bfcc818a984a34d8a",
"v": 0,
"r": "0x41db47207e2850f29b15b5d5903aa95f9e3aacfc58462b00793d133749c19c7b",
"s": "0x68d1c659923f56d541fb4d049808c87ba4cbd4fa36503e5e14ee86a9cb3adf53",
"from": "0x5eFBEc87129f9fd065438804E78deec22849D1f2",
"confirmations": 0
}
[10:21:59.202] DEBUG (IndexerAgent/273957): Finished fetching subgraph deployments published to network
component: "NetworkMonitor"
publishedSubgraphs: 451
[10:21:59.228] INFO (IndexerAgent/273957): Reconcile with the network
component: "Agent"
networkLatestEpoch: {
"networkID": "eip155:5",
"epochNumber": 1703,
"startBlockNumber": 8167786,
"startBlockHash": "0x4abd7028151d560fef138a7ef1805f0bc14d340002c5827f8cec1aa9f0b29d8a"
}
[10:21:59.229] DEBUG (IndexerAgent/273957): Execute 'actions' query
component: "IndexerManagementClient"
filter: {
"status": "approved"
}
[10:21:59.232] INFO (IndexerAgent/273957): There are 1 approved actions awaiting execution, will reconcile with the network once they are executed
component: "Agent"
[10:22:11.774] INFO (IndexerAgent/273957): Query voucher batch value too low for redemption
component: "AllocationReceiptCollector"
batchSize: 61
voucherRedemptionMaxBatchSize: 100
voucherRedemptionBatchThreshold: "200.0"
batchValueGRT: "39.031204855133495388"
[10:22:34.797] WARN (IndexerAgent/273957): Failed to send transaction, evaluating retry possibilities
component: "AllocationManager"
actions: "[7801]"
function: "staking.multicall"
error: "Cannot read properties of undefined (reading 'includes')"
[10:22:34.797] INFO (IndexerAgent/273957): Resubmitting transaction
component: "AllocationManager"
actions: "[7801]"
function: "staking.multicall"
txConfig: {
"attempt": 2,
"type": 1,
"gasBump": {
"type": "BigNumber",
"hex": "0x04b0"
},
"nonce": 54,
"maxFeePerGas": {
"type": "BigNumber",
"hex": "0x5968310a"
},
"maxPriorityFeePerGas": {
"type": "BigNumber",
"hex": "0x59682f00"
},
"gasPrice": null,
"gasLimit": {
"type": "BigNumber",
"hex": "0x0420bf"
}
}
[10:22:34.811] WARN (IndexerAgent/273957): Unhandled promise rejection
err: {
"type": "IndexerError",
"message": "Unhandled promise rejection",
"stack":
IndexerError: Unhandled promise rejection
at indexerError (/home/pops/indexer/packages/indexer-common/dist/errors.js:167:12)
at process.<anonymous> (/home/pops/indexer/packages/indexer-agent/dist/commands/start.js:427:56)
at process.emit (node:events:513:28)
at process.emit (node:domain:489:12)
at emit (node:internal/process/promises:140:20)
at processPromiseRejections (node:internal/process/promises:274:27)
at processTicksAndRejections (node:internal/process/task_queues:97:32)
"code": "IE035",
"explanation": "https://github.com/graphprotocol/indexer/blob/main/docs/errors.md#ie035",
"cause": {
"type": "TypeError",
"message": "Cannot read properties of undefined (reading 'from')",
"stack":
TypeError: Cannot read properties of undefined (reading 'from')
at /home/pops/indexer/node_modules/@ethersproject/providers/lib/base-provider.js:1734:39
at Array.forEach (<anonymous>)
at StaticJsonRpcProvider.<anonymous> (/home/pops/indexer/node_modules/@ethersproject/providers/lib/base-provider.js:1733:40)
at step (/home/pops/indexer/node_modules/@ethersproject/providers/lib/base-provider.js:48:23)
at Object.next (/home/pops/indexer/node_modules/@ethersproject/providers/lib/base-provider.js:29:53)
at fulfilled (/home/pops/indexer/node_modules/@ethersproject/providers/lib/base-provider.js:20:58)
}
}
[10:22:35.381] WARN (IndexerAgent/273957): Failed to send transaction, evaluating retry possibilities
component: "AllocationManager"
actions: "[7801]"
function: "staking.multicall"
error: "processing response error (body=\"{\\\"jsonrpc\\\":\\\"2.0\\\",\\\"id\\\":182,\\\"error\\\":{\\\"code\\\":-32000,\\\"message\\\":\\\"ALREADY_EXISTS: already known\\\"}}\", error={\"code\":-32000}, requestBody=\"{\\\"method\\\":\\\"eth_sendRawTransaction\\\",\\\"params\\\":[\\\"0x02f9025105368459682f00845968310a830420bf9435e3cb6b317690d662160d5d02a5b364578f62c980b901e4ac9650d8000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000014423477e48000000000000000000000000728ebd4490fb281dda77e7ce72909021546e667bf6912acc7db599ef7e58c888427026892d525850230108b6fc46101ea260a348000000000000000000000000000000000000000000000878678326eac900000000000000000000000000000065433185a1197164d13687ca2d448050fa75433b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000041cd4c68fffadfc322d84bcd8e628771686ca318eea2a02489251fae3bda5dda4273d94e3cbeaf7cb44fc073cdf6826ba5ba3c371e99bbca1602e1a58e2c2ee30c1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a041db47207e2850f29b15b5d5903aa95f9e3aacfc58462b00793d133749c19c7ba068d1c659923f56d541fb4d049808c87ba4cbd4fa36503e5e14ee86a9cb3adf53\\\"],\\\"id\\\":182,\\\"jsonrpc\\\":\\\"2.0\\\"}\", requestMethod=\"POST\", url=\"https://rpc.ankr.com/eth_goerli\", code=SERVER_ERROR, version=web/5.6.0)"
[10:22:35.381] INFO (IndexerAgent/273957): Resubmitting transaction
component: "AllocationManager"
actions: "[7801]"
function: "staking.multicall"
txConfig: {
"attempt": 3,
"type": 1,
"gasBump": {
"type": "BigNumber",
"hex": "0x04b0"
},
"nonce": 54,
"maxFeePerGas": {
"type": "BigNumber",
"hex": "0x5968310a"
},
"maxPriorityFeePerGas": {
"type": "BigNumber",
"hex": "0x59682f00"
},
"gasPrice": null,
"gasLimit": {
"type": "BigNumber",
"hex": "0x0420bf"
}
}
[10:22:36.823] WARN (IndexerAgent/273957): Failed to send transaction, evaluating retry possibilities
component: "AllocationManager"
actions: "[7801]"
function: "staking.multicall"
error: "processing response error (body=\"{\\\"jsonrpc\\\":\\\"2.0\\\",\\\"id\\\":185,\\\"error\\\":{\\\"code\\\":-32000,\\\"message\\\":\\\"ALREADY_EXISTS: already known\\\"}}\", error={\"code\":-32000}, requestBody=\"{\\\"method\\\":\\\"eth_sendRawTransaction\\\",\\\"params\\\":[\\\"0x02f9025105368459682f00845968310a830420bf9435e3cb6b317690d662160d5d02a5b364578f62c980b901e4ac9650d8000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000014423477e48000000000000000000000000728ebd4490fb281dda77e7ce72909021546e667bf6912acc7db599ef7e58c888427026892d525850230108b6fc46101ea260a348000000000000000000000000000000000000000000000878678326eac900000000000000000000000000000065433185a1197164d13687ca2d448050fa75433b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000041cd4c68fffadfc322d84bcd8e628771686ca318eea2a02489251fae3bda5dda4273d94e3cbeaf7cb44fc073cdf6826ba5ba3c371e99bbca1602e1a58e2c2ee30c1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a041db47207e2850f29b15b5d5903aa95f9e3aacfc58462b00793d133749c19c7ba068d1c659923f56d541fb4d049808c87ba4cbd4fa36503e5e14ee86a9cb3adf53\\\"],\\\"id\\\":185,\\\"jsonrpc\\\":\\\"2.0\\\"}\", requestMethod=\"POST\", url=\"https://rpc.ankr.com/eth_goerli\", code=SERVER_ERROR, version=web/5.6.0)"
[10:22:36.824] INFO (IndexerAgent/273957): Resubmitting transaction
component: "AllocationManager"
actions: "[7801]"
function: "staking.multicall"
txConfig: {
"attempt": 4,
"type": 1,
"gasBump": {
"type": "BigNumber",
"hex": "0x04b0"
},
"nonce": 54,
"maxFeePerGas": {
"type": "BigNumber",
"hex": "0x5968310a"
},
"maxPriorityFeePerGas": {
"type": "BigNumber",
"hex": "0x59682f00"
},
"gasPrice": null,
"gasLimit": {
"type": "BigNumber",
"hex": "0x0420bf"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment