Skip to content

Expose network note failures #1758

@Mirko-von-Leipzig

Description

@Mirko-von-Leipzig

Debugging network notes is painful because these aren't executed locally and therefore developers have very little feedback on what's going wrong.

We could make this easier by storing the note's latest execution error in the database and exposing this via gRPC.

There is a downside to this, which is that the ntx-builder now requires a gRPC server; though at least this also lets us add a status endpoint in the future...

Open questions:

  • Do we expose status in general, or only latest error? The latter is much simpler; I would prefer to start there.

cc @mmagician @partylikeits1983 for further inputs.

Metadata

Metadata

Labels

network transactionsRelates to the network transactions featurerpcRelated to the RPC component

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions