-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add runtime support for address table lookups #22223
Conversation
5f1096a
to
d139400
Compare
d139400
to
ff20b52
Compare
ff20b52
to
e3a3e31
Compare
Codecov Report
@@ Coverage Diff @@
## master #22223 +/- ##
=========================================
- Coverage 81.1% 81.0% -0.1%
=========================================
Files 551 551
Lines 149828 150085 +257
=========================================
+ Hits 121522 121695 +173
- Misses 28306 28390 +84 |
e3a3e31
to
8b3f258
Compare
8b3f258
to
6eb62bf
Compare
67104ef
to
36e5929
Compare
a09d84c
to
4c6f9f2
Compare
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.
Looks great! Mainly a few questions, nothing that should stop this going forward though
91cf5bb
to
7ac2e3c
Compare
Pull request has been modified.
7ac2e3c
to
dce2c73
Compare
Pull request has been modified.
* Add support for address table lookups in runtime * feedback * feedback (cherry picked from commit 52d12cc) # Conflicts: # accountsdb-plugin-postgres/scripts/create_schema.sql # runtime/src/accounts.rs # runtime/src/bank.rs # runtime/src/message_processor.rs
@jackcmay it'd still be nice to get your eyes on this if you can find the time, I merged to get a dependent change up for review |
I started working it and got multiple interrupts, will return |
Summary of Changes
This is an incremental change to supporting dynamic address loading for transactions that make use of address table lookups. This change stops short of allowing processed versioned transactions from being persisted to blockstore. That change will come in a follow up PR.
AddressLookupTable
state accounts