explorer-backend icon indicating copy to clipboard operation
explorer-backend copied to clipboard

Ergo Blockchain Explorer

Results 44 explorer-backend issues
Sort by recently updated
recently updated
newest added

Unconfirmed balance wrong when a payment is made Resolves issues #177 #141

S-ready-for-review
S-wip

A-REST-API
C-feature
P1-high
API v1

Entries can be invalidated when a new block is applied.

A-backend
C-feature
P1-high

- 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.

A-backend
C-feature
P3-low

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