test-validator-bin: reinstate full rpc method set
This commit is contained in:
committed by
mergify[bot]
parent
ab02dba96f
commit
c62f9839a2
@ -154,6 +154,15 @@ pub struct JsonRpcConfig {
|
||||
pub rpc_scan_and_fix_roots: bool,
|
||||
}
|
||||
|
||||
impl JsonRpcConfig {
|
||||
pub fn default_for_test() -> Self {
|
||||
Self {
|
||||
full_api: true,
|
||||
..Self::default()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct JsonRpcRequestProcessor {
|
||||
bank_forks: Arc<RwLock<BankForks>>,
|
||||
|
Reference in New Issue
Block a user