Adrian Sutton
Adrian Sutton
We'll need to think carefully about this - currently Pantheon only logs to stdout and then when run in a server environment that is piped to a file. We need...
PAN-2021 doesn't include the auto-detect requirement and we need to land both at the same time - we can't break logging by filling it full of color codes. We could...
For the record, I believe we've added git to all our build containers now. The latest version of the release plugin required it. But we're planning to remove the release...
For the record, in Teku we resolve this by considering all blocks viable for head so long as the current justified and finalized epochs are the initial epoch from the...
Teku: not_started https://github.com/PegaSysEng/teku/issues/2797
> let's say we introduce an error code, and the peer responds that it won't answer your request - does that mean that the range has blocks or not? you...
Is there a particular reason the genesis checkpoint roots should be `Root()`? ie what's special about genesis vs some other state we use as the anchor? I'm not against having...
You're right, from Teku: ``` // Genesis finalized root is always ZERO because it's taken from the state and the // genesis block is calculated from the state so the...
Not sure if it's viable to fix the p2p spec to have the checkpoint come from the store instead of the state... It probably could be done in a two...
>I would argue that due to our attestation subnet search requirements that all nodes should have both a MAX_PEERS and TARGET_PEERS value that by-default are different (MAX_PEERS > TARGET_PEERS). This...