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
We currently query the entire block summary even when we need only the summary of a single transactions (i.e. .get_block_summary(&hash)). There's a specialized endpoint .get_transaction_status_in_block(...) which returns just the relevant information, only much faster.
We currently query the entire block summary even when we need only the summary of a single transactions (i.e.
.get_block_summary(&hash)
). There's a specialized endpoint.get_transaction_status_in_block(...)
which returns just the relevant information, only much faster.See this comment.
The text was updated successfully, but these errors were encountered: