solana/program-test
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
..
src Feature: TransactionContext, InstructionContext and BorrowedAccount (#21706) 2021-12-27 18:49:32 +01:00
tests Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
Cargo.toml removes unused Cargo dependencies (#22022) 2021-12-22 17:01:33 +00:00