Migrated from bsv-blockchain/ts-sdk#105
Bug Description
"orphan should not be considered success. So we ought to go back and make sure the ARC client is making good decisions about whether or not a tx is considered successfully broadcast."
Steps to Reproduce
- Create a new transaction that consumes an already spent output.
- Broadcast the transaction to ARC.
- The status returned, last tested, says "success" instead of "error".
Expected Behavior
In order to correctly identify broadcast errors using the isBroadcastFailure function, the ARC broadcaster should correctly return errors with status of "error" for all common errors that need to be handled.
Bug Description
"orphan should not be considered success. So we ought to go back and make sure the ARC client is making good decisions about whether or not a tx is considered successfully broadcast."
Steps to Reproduce
Expected Behavior
In order to correctly identify broadcast errors using the
isBroadcastFailurefunction, the ARC broadcaster should correctly return errors with status of "error" for all common errors that need to be handled.