Skip to content

neonlabsorg/alt-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address Lookup Table Updater

Implements a Solana programm with the following behaviour:

  1. If no address lookup table (ALT) is found at the specified account, create one.
  2. Add the specified account addresses to the ALT table, either an existing one or the one created in step 1.

Solana program requirements

Solana program implements single instruction with the following expectations:

Account references involved in the transaction, indexed from zero

  • 0, address lookup table account
  • 1, payer account
  • 2, system program, 11111111111111111111111111111111
  • 3, address lookup table program, AddressLookupTab1e1111111111111111111111111
  • 4 and onwards, account references that should be added to the ALT table

Instruction data

  • 8 bytes, little endian, - recent slot

About

Address Lookup Table Updater program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •