-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated and optimized Solana TXM error parsing and storage #15369
Updated and optimized Solana TXM error parsing and storage #15369
Conversation
AER Report: CI Coreaer_workflow , commit , Scheduled Run Frequency , Detect Changes , Clean Go Tidy & Generate , Flakeguard Root Project / Get Tests To Run , lint , Core Tests (go_core_tests) , Flakeguard Deployment Project , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Flakeguard Root Project / Run Tests , Flakeguard Root Project / Report , Flakey Test Detection , SonarQube Scan 1. File not found error:Tests SummarySource of Error:/home/runner/work/_temp/1d6be71a-a60c-4215-aa4c-4f300c4f5fe2.sh: line 1: all_tests.md: No such file or directory Why: The script is attempting to access a file named Suggested fix: Ensure that AER Report: Operator UI CI ran successfully ✅ |
27f786e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really just a changeset now?
This PR was just to update the |
NONEVM-957
OnPrebroadcastError
method to the in-memory storage to directly put transactions into the errored state. Previously a transaction had to transition from another state to errored.FatallyErrored
status to classify specific Solana errors that should not be retried by plugin side code. Changes to parse and classify errors with this status will be introduced in a later update.Solana PR: smartcontractkit/chainlink-solana#936