Moves NonceKeyedAccount from the SDK to the Runtime. (#20954)
This commit is contained in:
committed by
GitHub
parent
8efba88dde
commit
cf0fd5b2ca
@ -38,6 +38,7 @@ pub mod log_collector;
|
||||
pub mod message_processor;
|
||||
pub mod neon_evm_program;
|
||||
pub mod non_circulating_supply;
|
||||
mod nonce_keyed_account;
|
||||
mod pubkey_bins;
|
||||
mod read_only_accounts_cache;
|
||||
pub mod rent_collector;
|
||||
|
1062
runtime/src/nonce_keyed_account.rs
Normal file
1062
runtime/src/nonce_keyed_account.rs
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@
|
||||
use crate::nonce_keyed_account::NonceKeyedAccount;
|
||||
use log::*;
|
||||
use solana_sdk::{
|
||||
account::{AccountSharedData, ReadableAccount, WritableAccount},
|
||||
@ -6,7 +7,6 @@ use solana_sdk::{
|
||||
instruction::InstructionError,
|
||||
keyed_account::{from_keyed_account, get_signers, keyed_account_at_index, KeyedAccount},
|
||||
nonce,
|
||||
nonce_keyed_account::NonceKeyedAccount,
|
||||
process_instruction::InvokeContext,
|
||||
program_utils::limited_deserialize,
|
||||
pubkey::Pubkey,
|
||||
|
Reference in New Issue
Block a user