Skip to content

v1.3.2

Compare
Choose a tag to compare
@JakeUrban JakeUrban released this 22 Mar 21:25
· 205 commits to master since this release

Bug Fixes

  • Transaction.pending_execution_attempt was not being set back to False in several cases. If a Stellar account did not have a trustline to the asset prior to poll_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.