hwwhww on re_process_final_updates
Minor refactor (compare)
hwwhww on re_process_final_updates
Update lightclient patch and ph⦠Update and add tests (compare)
hwwhww on re_process_final_updates
Break down process_final_updates Update and add tests Update lightclient patch and ph⦠(compare)
<Sebastian> Hi! is there going to be an ETHLondon group? I looked at this document: https://notes.ethereum.org/@protolambda/eth2_start
and I'm wondering if there is anything left to hack on after EthDenver?
<sly> I can't find it in the spec, but I presume the intention is that clients keep a record of SignedBeaconBlock that they receive, so that they can respond to requests such as BeaconBlocksByRange.
The spec says clients must support the request, and respond if they have the requested signed blocks, but there is nothing in the spec that requires them to keep a record of signed blocks. (Fork Choice only requires a record of BeaconBlock, not the signed envelope.)
MUST
in the p2p spec as constraining clients to keep the signed block data
<djrtwo> Networking call in about 13.5 hours
ethereum/eth2.0-pm#131
Top priority -- iron out how to use fork_version in planned forks, across chains, and other usecases. I have a proposal to start us off and we can go from there
Then we can get the last couple of PRs cleaned and merged