nimbus-eth2/beacon_chain/eth1
Etan Kissling e6b8bc6527
harden `exchangeTransitionConfiguration` retries (#4095)
`p.dataProvider` may become `nil` between individual attempts to
exchange transition configuration with the EL. Harden by capturing
the data provider on function start.

Note that other functions are already hardened, or are unaffected.
Only `close` transitions `p.dataProvider` to `nil`, and `close` is
only called by the main deposits import sequence. During the deposits
import, `close` is not called, so extra checks are not needed.
2022-09-08 09:36:53 +02:00
..
deposit_contract.nim
deposit_contract.nim.cfg use `nim-websock` instead of `news` (#4061) 2022-09-06 23:41:33 +02:00
deposit_contract_code.txt
eth1_monitor.nim harden `exchangeTransitionConfiguration` retries (#4095) 2022-09-08 09:36:53 +02:00
merkle_minimal.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00