mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
rename --reconstruct-historic-states to --archive (#8795)
Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com>
This commit is contained in:
@@ -448,7 +448,7 @@ impl<E: EthSpec> Tester<E> {
|
||||
.spec(spec.clone())
|
||||
.keypairs(vec![])
|
||||
.chain_config(ChainConfig {
|
||||
reconstruct_historic_states: true,
|
||||
archive: true,
|
||||
..ChainConfig::default()
|
||||
})
|
||||
.genesis_state_ephemeral_store(case.anchor_state.clone())
|
||||
|
||||
@@ -115,7 +115,7 @@ pub fn testing_client_config() -> ClientConfig {
|
||||
};
|
||||
|
||||
// Simulator tests expect historic states to be available for post-run checks.
|
||||
client_config.chain.reconstruct_historic_states = true;
|
||||
client_config.chain.archive = true;
|
||||
|
||||
// Specify a constant count of beacon processor workers. Having this number
|
||||
// too low can cause annoying HTTP timeouts, especially on Github runners
|
||||
|
||||
Reference in New Issue
Block a user