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
a way to fetch the transaction nonce (low priority I think)
A definition of "tx index" in a block. The natural definition for this is to sort by the database ID for values that have the same block, but this is tricky because there are 2 tables (historical_game_inputs and scheduled_data). The order of these IDs is also funnel-dependent which makes breaking changes frequent because of the way funnel fetch ordering works, but I don't think we can get around that. Right now we process the scheduled data in the STF before the historical data, so we can keep the same order
Right now we delete scheduled data after it gets processed, but this breaks these historical queries
The text was updated successfully, but these errors were encountered:
scheduled_data_tx_hash
)historical_game_inputs
andscheduled_data
). The order of these IDs is also funnel-dependent which makes breaking changes frequent because of the way funnel fetch ordering works, but I don't think we can get around that. Right now we process the scheduled data in the STF before the historical data, so we can keep the same orderThe text was updated successfully, but these errors were encountered: