solana/runtime
Alexander Meißner cc947cad03
Refactor: CPI Instruction Recording (#22111)
* Unifies all InstructionRecorders of a transaction into one.

* Stops explicitly compiling CPI instructions for recording,
uses the indices gathered from instruction_accounts instead.
2021-12-25 13:35:43 +01:00
..
benches move AccountInfo to its own file (#21784) 2021-12-11 11:47:05 -06:00
src Refactor: CPI Instruction Recording (#22111) 2021-12-25 13:35:43 +01:00
store-tool Bump version to v1.10.0 2021-12-04 20:17:54 +00:00
tests Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
.gitignore
Cargo.toml removes unused Cargo dependencies (#22022) 2021-12-22 17:01:33 +00:00
build.rs