stellar-deprecated/transfer-server-validator

Check ledger state when Horizon doesn't return a response when submitting a transaction

Closed this issue · 1 comments

Recently, the SDF's Horizon instance had some issues and a response was not returned when this application tried to submit a transaction for creating accounts on mainnet. The transaction was included in a ledger, but the application considered it a failure. The result was that we temporarily lost XLM because the application never attempted to merge these accounts back to the funding account.

After discussing internally, the SDF will be creating better documentation for handling various error/failure states when submitting transactions, and this application will be updated with the best practices included in that documentation.

We're going to address this in the new stellar-anchor-tests project, which will replace this one. stellar/stellar-anchor-tests#2