-
Notifications
You must be signed in to change notification settings - Fork 69
Instruction errors now carry the address and inner index of the program responsible for the error #512
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 9fe7733 The changes in this PR will be included in the next version bump. This PR includes changesets to release 40 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
BundleMonFiles updated (4)
Unchanged files (123)
Total files change +474B +0.13% Final result: ✅ View report in BundleMon website ➡️ |
Documentation Preview: https://kit-docs-hfcd9qekc-anza-tech.vercel.app |
ab226d4
to
63a1461
Compare
…am responsible for the error
63a1461
to
9fe7733
Compare
Problem
The validator now supplies the actual responsible program address and its inner instruction index (if applicable) in error responses (see anza-xyz/agave#6083).
Summary of Changes
Added these properties to the response type.
Depends on anza-xyz/agave#6083
Addresses #149.