You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jesse, sorry to bother you again, we encountered a strange issue that crashed out telos mainnet subgraph
graph-node-telos-mainnet_1 | Aug 03 13:06:30.393 ERRO Subgraph failed with non-deterministic error: failed to process trigger: block #287593290 (0x3181…303d), transaction 75173b5d94af2810f9e275a0c021b541c4178ed3ef0d29ebfb1af98e6dcd0d7b: Found no transaction for event, retry_delay_s: 1800, attempt: 5, sgd: 29, subgraph_id: QmW7C3oSwhGYGGoi33NpkexaqAYxGm5JmYUegHAMUQ18Sq, component: SubgraphInstanceManager
We checked the transaction, adding "0x" in front of it:
75173b5d94af2810f9e275a0c021b541c4178ed3ef0d29ebfb1af98e6dcd0d7b should have been 0x75173b5d94af2810f9e275a0c021b541c4178ed3ef0d29ebfb1af98e6dcd0d7b
Question is how the heck subgraph read a transaction without 0x in front of it. I wonder if this may be an issue on telos RPC? Maybe it isn't, but I share with you just in case, hoping it's not a big deal to have a look at this transaction.
Write a test and fix
The text was updated successfully, but these errors were encountered: