solana/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 Refactor: Remove program_id from process_instruction() (#20540) 2021-10-10 22:29:18 +02:00
src Refactor: Make program_id always last in program chain (#20598) 2021-10-13 08:58:20 +02:00
store-tool Bump version to 1.9.0 2021-10-06 17:57:41 -07:00
tests Remove support for dynamically loaded native programs (#20444) 2021-10-06 14:53:23 -07:00
.gitignore
Cargo.toml - move cost tracker into bank, so each bank has its own cost tracker; (#20527) 2021-10-12 08:51:33 -05:00
build.rs