protolambda

Results 158 comments of protolambda

Support this too. The user should be comfortable with a beacon node, and fully synced, before starting to deposit or validate. Before genesis this is less of a problem, but...

See https://github.com/ethereum/eth2.0-deposit/pull/172

Hey @kilic, can we productionize this improvement? I can polish the code and make the PR ready if you can give some initial feedback?

In favor of this. The protovis tool is awesome. It doesn't have to enshrine the protoarray however imho. Just a "forkchoice" endpoint that dumps all these weights and relations is...

Current forkchoice implementations often don't represent gap-slots as nodes, even though the protoarray and other methods can be adapted for that. Should this endpoint output nodes for gap slots? Technically...

This PR is ready for final review, the `BlobTransaction` type matches that of the EIP PR that this previously depended on.

@tynes > in the system config contract? There's no current dependency on such L1 events afaik, so I wouldn't add it there. And we do have the generic events, which...

@tynes can you help update the gas-snapshot? (Locally it fails when running diff fuzz tests with some typescript module errors, not sure what's wrong). PR is ready for review after...

Rebased + updated gas snapshot and bindings during merge conflicts where necessary

Hmm, the fuzz-op-node one fails because the fuzzing test updates are in the next PR of the stack. Might pull those updates into this PR, will see how isolated those...