explorer-backend
explorer-backend copied to clipboard
Ergo Blockchain Explorer
I141
Unconfirmed balance wrong when a payment is made Resolves issues #177 #141
- Add/Remove Genuine Tokens - Add/Remove Blocked Tokens
The explorer does not return sigma type: box, on any API call. It would be nice to at least return the serialized box value if the rendered value is difficult...
This tx mints a token into two output boxes: https://explorer.ergoplatform.com/en/transactions/79451d8c64afa7215546e8380c56bf0931e278ce08173bfe7cecd10e263fb134 Reported token amount (https://explorer.ergoplatform.com/en/issued-tokens?searchQuery=4a9d3ee47125781e5a2976e0c37862ae53e8f9ee39a26269a9c8c5d50bb05b9a) shows amount of tokens minted in first box, ignoring amount of tokens in second box.
When a transaction is made, unconfirmed balance returned by `v0/addresses/{id}` of the sender is the sum of current balance and expected new balance, therefore to high. The unconfirmed balance of...
currently only unconfirmed nanoErgs are being included