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
Impact:
This discrepancy breaks the fundamental assumption that a transaction's index should be immutable and consistent across all block-related queries. This may cause errors in:
Block explorers
DApps relying on transaction ordering
Indexing services
Expected Behavior:
Both methods should return identical transactionIndex values for the same transaction hash.
Additional Context:
Observed in block: 136337023
Potential root cause: Suspect block processing logic inconsistency between transaction execution context and post-block indexing.
Seid version
Chain ID
chain_id : 1329
Describe the bug
Request data through an rpc interface
To Reproduce
Expected behavior
Get the transaction information correctly
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: