massalabs/docs

FAQ - When can a transaction be considered failed?

Open

#291 opened on Mar 11, 2024

 (2 comments) (0 reactions) (0 assignees)JavaScript (66 forks)auto 404
good first issue

Repository metrics

Stars
 (18 stars)
PR merge metrics
 (PR metrics pending)

Description

Add to the documentation an explanation of when a transaction can be definitively considered as failed. This includes the nominal case, where a transaction is included in a final block as failed, but also more exotic cases such as:

  • The transaction is not included in any block
  • The transaction is only included in a block that is stale
  • Other scenarios?

Contributor guide