-
Notifications
You must be signed in to change notification settings - Fork 103
Labels
network transactionsRelates to the network transactions featureRelates to the network transactions featurerpcRelated to the RPC componentRelated to the RPC component
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
network transactionsRelates to the network transactions featureRelates to the network transactions featurerpcRelated to the RPC componentRelated to the RPC component