ergoplatform / explorer-backend

Ergo Blockchain Explorer
22 stars 31 forks source link

Create method getApiV1BoxesUnspentByAddress with no-confirmed state #245

Open deadit opened 1 year ago

deadit commented 1 year ago

Current explorer doesn't have method to prevent double spent attempt.

Use case from spectrum user: "I had to wait until the transactions were confirmed before I could make the next swap. before that, the next swap was using the same boxes from my wallet that were already spent in mempool. hence "double spent attempt" error when trying to submit."