spacemeshos / explorer-backend

Spacemesh explorer backend designed to provide data for explorer-frontends
GNU General Public License v3.0
6 stars 2 forks source link

Unconfirmed tx displayed in explorer #99

Closed arc0035 closed 7 months ago

arc0035 commented 9 months ago

Hi Team!

I've found a tx with state 4 displayed in blockchain explorer.

Link:

https://mainnet-explorer-api.spacemesh.network/layers/44461/txs

image

Have two questions :

kacpersaw commented 9 months ago

Why a tx submitted but not confirmed is displayed in explorer? Is it expected behaviour?

yes, it's expected behaviour.

Is it possilbe that some time later the state of this transaction becomes to 6 from state 4? How long will it take?

@lrettig

lrettig commented 9 months ago

I shared more info here: https://github.com/spacemeshos/go-spacemesh/issues/5317#issuecomment-1854662404.

We'll try to make this clearer in API v2!