* rpc: use minimal mode by default
(cherry picked from commit eac4a6df68
)
# Conflicts:
# core/src/validator.rs
# local-cluster/tests/common.rs
# local-cluster/tests/local_cluster.rs
# replica-node/tests/local_replica.rs
# rpc/src/rpc_service.rs
# transaction-dos/src/main.rs
* test-validator-bin: reinstate full rpc method set
Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@@ -716,7 +716,7 @@ pub mod test {
|
||||
#[test]
|
||||
fn test_accounts_cluster_bench() {
|
||||
solana_logger::setup();
|
||||
let validator_config = ValidatorConfig::default();
|
||||
let validator_config = ValidatorConfig::default_for_test();
|
||||
let num_nodes = 1;
|
||||
let mut config = ClusterConfig {
|
||||
cluster_lamports: 10_000_000,
|
||||
|
Reference in New Issue
Block a user