Struct solana_core::validator::ValidatorConfig [−][src]
Fields
dev_halt_at_slot: Option<Slot>
expected_genesis_hash: Option<Hash>
expected_bank_hash: Option<Hash>
expected_shred_version: Option<u16>
voting_disabled: bool
account_paths: Vec<PathBuf>
account_shrink_paths: Option<Vec<PathBuf>>
rpc_config: JsonRpcConfig
rpc_addrs: Option<(SocketAddr, SocketAddr)>
pubsub_config: PubSubConfig
snapshot_config: Option<SnapshotConfig>
max_ledger_shreds: Option<u64>
broadcast_stage_type: BroadcastStageType
enable_partition: Option<Arc<AtomicBool>>
enforce_ulimit_nofile: bool
fixed_leader_schedule: Option<FixedSchedule>
wait_for_supermajority: Option<Slot>
new_hard_forks: Option<Vec<Slot>>
trusted_validators: Option<HashSet<Pubkey>>
repair_validators: Option<HashSet<Pubkey>>
gossip_validators: Option<HashSet<Pubkey>>
halt_on_trusted_validators_accounts_hash_mismatch: bool
accounts_hash_fault_injection_slots: u64
frozen_accounts: Vec<Pubkey>
no_rocksdb_compaction: bool
rocksdb_compaction_interval: Option<u64>
rocksdb_max_compaction_jitter: Option<u64>
accounts_hash_interval_slots: u64
max_genesis_archive_unpacked_size: u64
wal_recovery_mode: Option<BlockstoreRecoveryMode>
poh_verify: bool
cuda: bool
require_tower: bool
debug_keys: Option<Arc<HashSet<Pubkey>>>
contact_debug_interval: u64
contact_save_interval: u64
bpf_jit: bool
send_transaction_retry_ms: u64
send_transaction_leader_forward_count: u64
no_poh_speed_test: bool
poh_pinned_cpu_core: usize
poh_hashes_per_batch: u64
account_indexes: HashSet<AccountIndex>
accounts_db_caching_enabled: bool
warp_slot: Option<Slot>
accounts_db_test_hash_calculation: bool
accounts_db_use_index_hash_calculation: bool
tpu_coalesce_ms: u64
Trait Implementations
impl Clone for ValidatorConfig
[src][+]
impl Debug for ValidatorConfig
[src][+]
impl Default for ValidatorConfig
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ValidatorConfig
impl Send for ValidatorConfig
impl Sync for ValidatorConfig
impl Unpin for ValidatorConfig
impl UnwindSafe for ValidatorConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,