solana/programs/address-lookup-table/src
Alexander Meißner bf9ca9827e
Refactor: instruction account index (#25825)
* Adds methods based on instruction_account_index to InstructionContext.
Removes methods which are based on index_in_instruction.

* Adjusts program-runtime.

* Adjusts runtime.

* Adjusts bpf loader.

* Adjusts built-in programs.

* Adjusts program-test and bpf tests.
2022-06-16 18:46:17 +02:00
..
error.rs fix: replace rust cfg annotations that use bpf by target_os solana 2022-05-18 20:39:43 -07:00
instruction.rs Make solana-address-lookup-table-program crate bpf compatible (#23700) 2022-03-17 08:21:07 +08:00
lib.rs fix: replace rust cfg annotations that use bpf by target_os solana 2022-05-18 20:39:43 -07:00
processor.rs Refactor: instruction account index (#25825) 2022-06-16 18:46:17 +02:00
state.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00