solana/programs/sbf
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
..
benches Bump solana_rbpf to v0.7.0 (#33104) 2023-09-06 10:54:15 +02:00
c CPI: improve test coverage (#31986) 2023-09-05 14:27:26 +07:00
rust Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
tests CPI: improve test coverage (#31986) 2023-09-05 14:27:26 +07:00
.gitignore
Cargo.lock Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
Cargo.toml Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
build.rs feat(sbf): Add Poseidon syscall (#32680) 2023-08-30 09:43:31 -07:00