solana/program-runtime
Alexander Meißner a06646631c
Feature: TransactionContext, InstructionContext and BorrowedAccount (#21706)
* Adds TransactionContext, InstructionContext and BorrowedAccount.

* Redirects the usage of accounts in InvokeContext through TransactionContext.
Also use the types declared in transaction_context.rs everywhere.

* Adjusts all affected tests.
2021-12-27 18:49:32 +01:00
..
benches Refactor: Remove Rc from PreAccount and InvokeContext::get_account() (#21882) 2021-12-14 15:44:31 +01:00
src Feature: TransactionContext, InstructionContext and BorrowedAccount (#21706) 2021-12-27 18:49:32 +01:00
Cargo.toml removes unused Cargo dependencies (#22022) 2021-12-22 17:01:33 +00:00
build.rs Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00