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
Describe the bug
The default timeoutInSeconds is (supposed to be) 10. This is either not getting set correctly, or it needs to be longer. Copying from the comment that @shan-57blocks left at stellar/stellar-cli#1258 (comment):
After upgraded to the latest version of ts-bindings generated by soroban-cli 20.3.4, the signAndSend function always returns txTooLate error. The previous ts-bindings version works fine. (I'm interacting with the example increment contract deployed to testnet). @chadoh Could you please take a look? Thanks.
I have seen reports that this is happening with other contracts and methods, too. Running against a local network and contract might help with debugging, if it can be reproduced in that context.
Expected behavior
The default timeoutInSeconds should work most of the time.
The text was updated successfully, but these errors were encountered:
Describe the bug
The default
timeoutInSeconds
is (supposed to be) 10. This is either not getting set correctly, or it needs to be longer. Copying from the comment that @shan-57blocks left at stellar/stellar-cli#1258 (comment):What version are you on?
11.3.0
To Reproduce
Steps to reproduce the behavior:
incrementClient.increment
I have seen reports that this is happening with other contracts and methods, too. Running against a local network and contract might help with debugging, if it can be reproduced in that context.
Expected behavior
The default
timeoutInSeconds
should work most of the time.The text was updated successfully, but these errors were encountered: