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]
fn clone(&self) -> ValidatorConfig
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> IntoRequest<T> for T
[src]
pub fn into_request(self) -> Request<T>
[src]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> Pointable for T
[src]
pub const ALIGN: usize
[src]
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
[src]
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
[src]
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
[src]
pub unsafe fn drop(ptr: usize)
[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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,