solana/program-runtime
Alexander Meißner 1d813ea078
Refactor: Make program_id always last in program chain (#20598)
* Replaces program_id field in InvokeContextStackFrame by index.

* Swaps order of program account and programdata account.

* Removes program_id parameter from InvokeContext::push().
2021-10-13 08:58:20 +02:00
..
benches Allow programs to realloc their accounts within limits (#19475) 2021-09-28 01:13:03 -07:00
src Refactor: Make program_id always last in program chain (#20598) 2021-10-13 08:58:20 +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