Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Enhance getConfirmation RPC API to include the transaction error code #1285

Closed
mvines opened this issue Sep 20, 2018 · 1 comment
Closed
Assignees
Milestone

Comments

@mvines
Copy link
Contributor

mvines commented Sep 20, 2018

Right now Transactions can fail internally and have no way to report this failure, as the transaction is considered executed.

eg:

We can have transactions report an error code that gets stored in the bank alongside the transaction signature, fetch-able by the getConfirmation API. Transactions can then be either not confirmed, or confirmed with a given error code.

@mvines mvines added this to the v0.9 Swamis milestone Sep 20, 2018
@mvines
Copy link
Contributor Author

mvines commented Sep 21, 2018

Depends-on: #1298

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant