v1.3.2
Bug Fixes
Transaction.pending_execution_attempt
was not being set back toFalse
in several cases. If a Stellar account did not have a trustline to the asset prior topoll_pending_deposits
first polling the transaction's status, the transaction would not be submitted at all.
If either version 1.3.0
or 1.3.1
was deployed to production, you can ensure any affected transactions are processed normally by updating Transaction.pending_execution_attempt
to False
for transactions currently in the pending_trust
status.
If you run multiple check_trustlines
processes, you'll need to temporarily stop them and wait a moment before executing the query to ensure it does not cause transactions currently being submitted by one process to get submitted again by the other.