lighthouse/beacon_node
GeemoCandama c5cd0d9b3f add execution-timeout-multiplier flag to optionally increase timeouts (#3631)
## Issue Addressed
Add flag to lengthen execution layer timeouts

Which issue # does this PR address?

#3607 

## Proposed Changes

Added execution-timeout-multiplier flag and a cli test to ensure the execution layer config has the multiplier set correctly.

Please list or describe the changes introduced by this PR.
Add execution_timeout_multiplier to the execution layer config as Option<u32> and pass the u32 to HttpJsonRpc.

## Additional Info
Not certain that this is the best way to implement it so I'd appreciate any feedback.

Please provide any additional information. For example, future considerations
or information useful for reviewers.
2022-10-18 04:02:07 +00:00
..
beacon_chain Fix attestation shuffling filter (#3629) 2022-10-18 04:02:06 +00:00
builder_client Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00
client CLI tests for logging flags (#3609) 2022-10-04 08:33:40 +00:00
eth1 add execution-timeout-multiplier flag to optionally increase timeouts (#3631) 2022-10-18 04:02:07 +00:00
execution_layer add execution-timeout-multiplier flag to optionally increase timeouts (#3631) 2022-10-18 04:02:07 +00:00
genesis Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00
http_api Optimise HTTP validator lookups (#3559) 2022-10-15 22:25:51 +00:00
http_metrics Support IPv6 in BN and VC HTTP APIs (#3104) 2022-03-24 00:04:49 +00:00
lighthouse_network Handle Lodestar's new agent string (#3620) 2022-09-29 01:50:13 +00:00
network [DEV FEATURE] Deterministic long lived subnets (#3453) 2022-10-04 10:37:48 +00:00
operation_pool Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
src add execution-timeout-multiplier flag to optionally increase timeouts (#3631) 2022-10-18 04:02:07 +00:00
store Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
Cargo.toml v3.1.2 (#3603) 2022-09-26 01:17:36 +00:00