djrtwo on dev
deprecate `BeaconBlocksByRange.… (compare)
djrtwo on dev
Update PROPOSER_SCORE_BOOST to … (compare)
hello
message ? i know it isn't part of the chain info but two nodes pointing to different deposit contract addresses should not be communicating with each other
yeah. it's very practical, we should have that for the real network as well, will allow you to prove your withdrawal credentials from anywhere in the world, no extra hardware or annoying things to remember, the blockchain will store them in the cloud.
😭🤣
int_to_bytes46(i + 1)
Hey @djrtwo, I was playing with your state tests and I can't natively deser this state because the public keys are invalid. As you know, we store pubkeys decompressed so part of our deser involves decompressing them.
I propose we use real pubkeys, generated from deterministic keypairs.
E.g.,
secret_key = int_to_bytes48(validator_index + 1)
(We add 1
because generating all all-zero pubkey seems to produce an invalid pubkey)
This also permits actual signature verification.