solana/program-runtime
Alexander Meißner 4e65487d2f
Refactor: process_instruction() (#20448)
* Adds first_instruction_account parameter to process_instruction().

* Removes InvokeContext::remove_first_keyed_account() from all BPF loaders.

* Removes InvokeContext::remove_first_keyed_account() from all builtin programs.

* Removes InvokeContext::remove_first_keyed_account() from all mock ups.

* Deprecates InvokeContext::remove_first_keyed_account().

* Documents index base of keyed_account_at_index().

* Adds dynamic offset to call sites of "keyed_account_at_index()".
2021-10-08 11:41:07 +02:00
..
benches Allow programs to realloc their accounts within limits (#19475) 2021-09-28 01:13:03 -07:00
src Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
Cargo.toml Bump version to 1.9.0 2021-10-06 17:57:41 -07:00
build.rs Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00