Bumps solana_rbpf to v0.2.16 (#21492)
This commit is contained in:
committed by
Michael Vines
parent
b00087e1ca
commit
558a52d5cb
@@ -40,7 +40,7 @@ solana-config-program = { path = "../programs/config", version = "=1.8.11" }
|
||||
solana-faucet = { path = "../faucet", version = "=1.8.11" }
|
||||
solana-logger = { path = "../logger", version = "=1.8.11" }
|
||||
solana-net-utils = { path = "../net-utils", version = "=1.8.11" }
|
||||
solana_rbpf = "=0.2.15"
|
||||
solana_rbpf = "=0.2.16"
|
||||
solana-remote-wallet = { path = "../remote-wallet", version = "=1.8.11" }
|
||||
solana-sdk = { path = "../sdk", version = "=1.8.11" }
|
||||
solana-transaction-status = { path = "../transaction-status", version = "=1.8.11" }
|
||||
|
@@ -24,10 +24,7 @@ use solana_client::{
|
||||
rpc_filter::{Memcmp, MemcmpEncodedBytes, RpcFilterType},
|
||||
tpu_client::{TpuClient, TpuClientConfig},
|
||||
};
|
||||
use solana_rbpf::{
|
||||
verifier,
|
||||
vm::{Config, Executable},
|
||||
};
|
||||
use solana_rbpf::{elf::Executable, verifier, vm::Config};
|
||||
use solana_remote_wallet::remote_wallet::RemoteWalletManager;
|
||||
use solana_sdk::{
|
||||
account::Account,
|
||||
@@ -1990,7 +1987,7 @@ fn read_and_verify_elf(program_location: &str) -> Result<Vec<u8>, Box<dyn std::e
|
||||
let mut invoke_context = MockInvokeContext::new(vec![]);
|
||||
|
||||
// Verify the program
|
||||
<dyn Executable<BpfError, ThisInstructionMeter>>::from_elf(
|
||||
Executable::<BpfError, ThisInstructionMeter>::from_elf(
|
||||
&program_data,
|
||||
Some(verifier::check),
|
||||
Config {
|
||||
|
Reference in New Issue
Block a user