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.
#30158 fixes some AccountLookupTable (ALT) use in the ledger-tool snapshot minimized option. However, it still may break if an ALT is updated in the slot range and a later transaction uses new accounts in the table.
Low-priority right now.
Proposed Solution
Investigate a solution.
The text was updated successfully, but these errors were encountered:
I think this is actually easier than I previously had thought.
Previous thought was we'd have to replay the slot range, not sure why I thought that.
We really just need to scan through the txs, as we already are.
Add existing ALTs to our account keep list
Don't add ALTs that are created by a tx in our range.
Problem
#30158 fixes some AccountLookupTable (ALT) use in the ledger-tool snapshot
minimized
option. However, it still may break if an ALT is updated in the slot range and a later transaction uses new accounts in the table.Low-priority right now.
Proposed Solution
Investigate a solution.
The text was updated successfully, but these errors were encountered: