solana/programs/address-lookup-table-tests/tests
Justin Starry b79abb4fab
Relax authority signer check for lookup table creation (#27248)
* Relax authority signer check for lookup table creation

* cli: support creating lookup tables without authority signer

* add another create lookup table ix function

* improve help message
2022-08-22 23:38:56 +01:00
..
close_lookup_table_ix.rs Prevent lookup tables from being closed during deactivation slot (#22221) 2022-01-04 04:42:29 +08:00
common.rs Add RPC support for versioned transactions (#22530) 2022-03-08 15:20:34 +08:00
create_lookup_table_ix.rs Relax authority signer check for lookup table creation (#27248) 2022-08-22 23:38:56 +01:00
deactivate_lookup_table_ix.rs
extend_lookup_table_ix.rs Make payer and system program optional when extending lookup tables (#23678) 2022-03-16 21:40:16 +08:00
freeze_lookup_table_ix.rs