Store address table lookups in blockstore and bigtable (#22402)

This commit is contained in:
Justin Starry
2022-01-14 15:24:41 +08:00
committed by GitHub
parent 4c577d7f8c
commit f804ccdece
28 changed files with 836 additions and 199 deletions

View File

@ -45,7 +45,7 @@ use solana_sdk::{
entrypoint::{MAX_PERMITTED_DATA_INCREASE, SUCCESS},
instruction::{AccountMeta, CompiledInstruction, Instruction, InstructionError},
loader_instruction,
message::{Message, SanitizedMessage},
message::{v0::LoadedAddresses, Message, SanitizedMessage},
pubkey::Pubkey,
signature::{keypair_from_seed, Keypair, Signer},
system_instruction::{self, MAX_PERMITTED_DATA_LENGTH},
@ -421,6 +421,7 @@ fn execute_transactions(
inner_instructions,
log_messages,
rewards: None,
loaded_addresses: LoadedAddresses::default(),
};
Ok(ConfirmedTransactionWithStatusMeta {