iotaledger / tips

Tangle Improvement Proposals for the IOTA technology stack.
https://iotaledger.github.io/tips
Apache License 2.0
86 stars 53 forks source link

TIP-48: CORE-API #153

Open PhilippGackstatter opened 1 year ago

PhilippGackstatter commented 1 year ago

Swagger Previews:

Note that this TIP is in Draft mode and as such is still being updated.

thibault-martinez commented 1 year ago

Indexer swagger is missing /api/indexer/v2/outputs

alexsporn commented 1 year ago

Added new transaction failure reasons according to https://github.com/iotaledger/iota-core/issues/428

DaughterOfMars commented 1 year ago

The block metadata states don't seem to be up-to-date. Missing BlockState::Accepted/Unknown, TransactionState::Accepted.

jkrvivian commented 1 year ago

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.