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

Blockhandler making multiple eth_calls when it should just be one #5388

Open
1 of 3 tasks
itsjerryokolo opened this issue May 4, 2024 · 0 comments
Open
1 of 3 tasks
Labels
bug Something isn't working

Comments

@itsjerryokolo
Copy link
Contributor

Bug report

This subgraph QmdYQ7rUm73b3PtUXrXHAhudZ7AW9swH5FBfPgoBs3xQ79 logs show muliple calls at the same block when it should just be one.
Repo: https://github.com/itsjerryokolo/launchpad-subgraph/blob/815e959a24ff58389469d87affdb7b9223bd7fb4/src/gauge.ts#L239

Screenshot 2024-05-03 at 5 21 31 PM

Relevant log output

debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 52
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 53
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 49
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 36
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 48
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 55
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 60
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 64
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 60
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 51
debug
2024-05-03 10:24:15 a.m.
Contract call finished, source: memory, block_number: 13980251, block_hash: 9ac0e352c14980918483e1d758ecee54e42ee595d495d874b0817cb0127e9131, result: (472ce5f6f7), time_ms: 0ms, args: [], signature: latestAnswer():(int256), contract: ChainlinkAggregator, address: 0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
info
2024-05-03 10:24:15 a.m.
Done processing trigger, gas_used: 7272264172, data_source: Gauge, handler: handleBlock, total_ms: 34

IPFS hash

QmdYQ7rUm73b3PtUXrXHAhudZ7AW9swH5FBfPgoBs3xQ79

Subgraph name or link to explorer

No response

Some information to help us out

  • Tick this box if this bug is caused by a regression found in the latest release.
  • Tick this box if this bug is specific to the hosted service.
  • I have searched the issue tracker to make sure this issue is not a duplicate.

OS information

None

@itsjerryokolo itsjerryokolo added the bug Something isn't working label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant