Jim McDonald

Results 166 comments of Jim McDonald

Wouldn't a VC that had `--enable-builder=false` request beacon blocks rather than blinded beacon blocks, so that wouldn't be an issue? I'd be fine with a flag, just not sure that...

Seeing the same thing with a sepolia nethermind/prysm combo: ``` {"blocksPerSecond":"158.6","level":"info","msg":"Processing block batch of size 58 starting from 0x27351b29... 228800/230259 - estimated time remaining 9s","peers":9,"prefix":"initial-sync","time":"2022-07-22T13:31:50Z"} {"error":"could not process block in...

I'm not in favor of this encoding. Rationale: - we already differentiate between `byte[n]` and `uint8[n]` in existing JSON data, as noted, and changing the API will be a very...

> There is no `uint8[n]` type currently unless I missed something. There is `ParticipationFlags`, which maps to a `uint8` and is, I think, a major driver for this PR. >...

> The PR itself is a reaction to the fact that there have been numerous incompatibilities between clients because of different field interpretations - having fewer ways to encode the...

If we are tweaking things, do we really need the `from_` and `to_` prefixes given that this should be obvious given the class name?

Like the simplicity of this. the downside is that full withdrawals won't necessarily be processed immediately the validator is withdrawable, but I don't see that being a major issue. I...

This may be a larger discussion, then, but in my opinion the rewards for any attestation should be totally aligned with their value to the chain. If that is not...

Looking to implement this feature in Go as it isn't supplied in blst itself, but the functions for field element creation and maths appear to be missing from the Go...

Yes that's an option, and one that I have played with (the size of state is broadly equivalent to the size of the validators response), but for the general-purpose consumer...