-
Notifications
You must be signed in to change notification settings - Fork 818
Drop the Address Lookup Table builtin #5647
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
Conversation
|
The Firedancer team maintains a line-for-line reimplementation of the |
|
If this PR represents a change to the public RPC API:
Thank you for keeping the RPC clients in sync with the server API @buffalojoec. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5647 +/- ##
=========================================
- Coverage 83.3% 82.9% -0.4%
=========================================
Files 824 824
Lines 373859 375403 +1544
=========================================
- Hits 311558 311503 -55
- Misses 62301 63900 +1599 🚀 New features to boost your workflow:
|
apfitzge
left a comment
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.
Love to see it. LGTM
joncinque
left a comment
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.
Love to see all the red lines!
Problem
The Address Lookup Table program has been migrated to an on-chain BPF program. It's time to remove it from the monorepo. This follows the same pattern as #5331.
Summary of Changes
It turns out the program isn't really used around the monorepo, so after #5645, we can just drop it!