You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Right now Transactions can fail internally and have no way to report this failure, as the transaction is considered executed.
eg:
solana/src/system_contract.rs
Line 59 in a6c1568
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.
The text was updated successfully, but these errors were encountered: