Sameh Abouel-saad
Sameh Abouel-saad
## Screenshots  .
## Describe the bug There's a critical section in handleRefundReady and handleWithdrawReady where the bridge submits a transaction to Stellar and then updates the TFChain state. A crash between these...
## Describe the bug The TFChain bridge is experiencing a critical operational issue where `BurnTransactionReady` events (internally handled as `WithdrawReadyEvents` by the bridge daemon) are processed with significant delays, often...
The current implementation is functional but inefficient when a transaction contains multiple "account_credited" effects for the bridge account. It leads to redundant API calls to fetch the same operations multiple...