Open PhilippGackstatter opened 1 year ago
Indexer swagger is missing /api/indexer/v2/outputs
Added new transaction failure reasons according to https://github.com/iotaledger/iota-core/issues/428
The block metadata states don't seem to be up-to-date. Missing BlockState::Accepted/Unknown
, TransactionState::Accepted
.
The block metadata states don't seem to be up-to-date. Missing
BlockState::Accepted/Unknown
,TransactionState::Accepted
.
We don't expose unknown
to the API and return InternalServiceError
instead, accepted
is also not exposed, pending
is returned instead.
Swagger Previews:
Note that this TIP is in Draft mode and as such is still being updated.