-
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
Versioned Transaction and Address Lookup Table feature activation #26391
Comments
Wen mainnet-beta? got here via https://github.com/staccDOTsol/address-lookup-table-multi-swap kidding lol wp |
Any update on this being merged ? |
The changes are merged but guides are still in progress. We are targeting a launch at the end of September assuming that all parties have enough time to prepare. |
This might help a little |
@jstarry Just checking in. Is this on mainnet? Thanks! |
Targeting Oct 7th for activation |
Note, activation tomorrow but latest cli does not have #27123 in |
still on for a 7th october activation? have heard some rumors of the update being paused for now |
Pushing back one more epoch to avoid activating on the weekend in case any service get disrupted due to the new transaction version. So the new date is Monday, Oct 10th. |
thanks for the update! |
one more epoch |
|
Did this ever get activated? |
Yes, it did. A few weeks ago... |
Hi @jstarry, Just wondering if I'm understanding this correctly, but if an ALT is deactivated and closed, it seems to mean that a message which references that ALT can no longer load any addresses belonging to that ALT? |
Yeah, that's correct. |
If an account referenced in the ALT is no longer accessible, that would cause history to be lost from running What is the reason for allowing closing of an ALT? |
No, there shouldn't be any history lost. The data supporting |
Hey @CriesofCarrots , does this mean |
Yes, that's correct. |
Awesome! Thanks for your quick response! |
👍 .
EDIT: Disregard. Outdated as I wrote it and submitted without seeing the other comments.. |
https://blog.a26nine.dev/address-lookup-tables-and-versioned-transactions-on-solana |
Problem
Support for versioned transactions and the new address lookup table feature hasn't been enabled on the mainnet-beta cluster yet. Enabling this feature is critical for allowing users to read / write more accounts in a single atomic transaction.
Rollout Plan
versioned_tx_message_enabled
feature is activated)versioned_tx_message_enabled
feature is activated)sendTransaction
,simulateTransaction
,getTransaction
, andgetBlock
: Add RPC support for versioned transactions #22530 (v1.10)parsedJson
requests: RPC: include resolved keys from table lookups in parsed message response #27552 (v1.10)getFeeForMessage
: RPC: Support versioned txs in getFeeForMessage API #28217 (pending v1.10 release)Connection
to support versioned transactions #27068TransactionMessage
class #27526max_tx_account_locks
featurerequire_static_program_ids_in_transaction
: Feature Gate: Require static program ids in transactions #25034versioned_tx_message_enabled
: Feature Gate: Versioned Transactions and Address Lookup Tables #24047increase_tx_account_lock_limit
: Feature Gate: Increase transaction account lock limit #27241loosen_cpi_size_restriction
: Feature Gate: Loosen CPI size limit restriction #26641The text was updated successfully, but these errors were encountered: