This reverts commit ed86d8d1fc
.
This commit is contained in:
@ -40,8 +40,7 @@ rayon = "1.3.0"
|
||||
regex = "1.3.6"
|
||||
serde = "1.0.106"
|
||||
serde_derive = "1.0.103"
|
||||
serde_json = "1.0.51"
|
||||
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.0" }
|
||||
serde_json = "1.0.49"
|
||||
solana-budget-program = { path = "../programs/budget", version = "1.2.0" }
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.2.0" }
|
||||
solana-client = { path = "../client", version = "1.2.0" }
|
||||
|
@ -58,9 +58,6 @@ pub mod verified_vote_packets;
|
||||
pub mod weighted_shuffle;
|
||||
pub mod window_service;
|
||||
|
||||
#[macro_use]
|
||||
extern crate solana_bpf_loader_program;
|
||||
|
||||
#[macro_use]
|
||||
extern crate solana_budget_program;
|
||||
|
||||
|
@ -717,9 +717,6 @@ impl TestValidator {
|
||||
genesis_config
|
||||
.native_instruction_processors
|
||||
.push(solana_budget_program!());
|
||||
genesis_config
|
||||
.native_instruction_processors
|
||||
.push(solana_bpf_loader_program!());
|
||||
|
||||
genesis_config.rent.lamports_per_byte_year = 1;
|
||||
genesis_config.rent.exemption_threshold = 1.0;
|
||||
|
Reference in New Issue
Block a user