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
I am submitting batch transactions to the counter contract from the Secret Network docs. As the number of messages included in the transaction increases, there is an increasing chance of encountering the following LCDResponseError: Status 500 - timed out waiting for tx to be included in a block. I assumed this meant that the transaction was not successful, however after querying the contract, it seems that the value was in fact increased.
Script output: Error: Status 500 - timed out waiting for tx to be included in a block
count value after running the script: 100068350
The text was updated successfully, but these errors were encountered:
SpencerMiller23
changed the title
Batch transaction succeeding despite being returned timeout error
Batch transaction succeeding despite returning timeout error
Aug 3, 2022
Description
I am submitting batch transactions to the counter contract from the Secret Network docs. As the number of messages included in the transaction increases, there is an increasing chance of encountering the following LCDResponseError:
Status 500 - timed out waiting for tx to be included in a block
. I assumed this meant that the transaction was not successful, however after querying the contract, it seems that the value was in fact increased.What I Did
count value before running the script: :100068200
Script output: Error: Status 500 - timed out waiting for tx to be included in a block
count value after running the script: 100068350
The text was updated successfully, but these errors were encountered: