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
Introduces a lock timeout for the startTransaction operation.
This prevents indefinite locking when starting a transaction.
Also defines a new error code for "another transaction in progress".
Adds the ability to check the state of a transaction.
This change introduces a new `checkTransaction` method that allows users to query the status of a specific transaction by its ID. It also updates the internal logic to handle `check_transaction` operations, including response parsing and callback execution.