solana/docs/src/developing
Alexander Meißner bbb57be0a5
Refactor - Move interfaces of address-lookup-table into the program SDK (#33165)
* Adds a module `address_lookup_table` to the SDK.

* Adds a module `address_lookup_table::instruction` to the SDK.

* Adds a module `address_lookup_table::error` to the SDK.

* Adds a module `address_lookup_table::state` to the SDK.

* Moves AddressLookupTable into SDK as well.

* Moves AddressLookupTableAccount into address_lookup_table.

* Adds deprecation messages.

* Disentangles dependencies across cargo files.
2023-09-11 21:10:40 +02:00
..
clients Fix docs typos (#32364) 2023-07-03 07:52:31 -05:00
guides
intro
on-chain-programs docs: update discord links (#32935) 2023-08-22 17:17:58 +00:00
plugins Fix docs typos (#32364) 2023-07-03 07:52:31 -05:00
programming-model
runtime-facilities Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
backwards-compatibility.md
lookup-tables.md fix errors in lookup tables code example (#32055) 2023-06-20 13:56:56 +00:00
test-validator.md
transaction_confirmation.md
versioned-transactions.md