Age Manning

Results 208 comments of Age Manning

For reference. I'm suggesting the following discv5 change: https://github.com/sigp/discv5/pull/265 This will resolve this issue once we make a discv5 release and put it into lighthouse. This should resolve a bunch...

It is worth having a read of this blog post which might help with NAT configurations (which is usually a primary cause for low peer count): https://blog.sigmaprime.io/lighthouse-nat.html

After I made a deposit, I ran into the same error, where the VC rejected the upload. But I couldn't see the logs when I went to Siren's log window,...

I ended up doing multiple deposits at once after this and they all worked perfectly. Maybe this is a once off, but we probably need to handle this state

I've reproduced this. I suspect this is a timing issue. For reference (I don't think its important tho, I'm using firefox with frame (set to metamask immitation) and using a...

In this case, Siren doesn't upload the validator keys. I think we need a timeout and the option for the user to upload the keys to the VC so they...

Oh yeah. I wrote that todo as I was implementing this change and had considered a bitvector for initial implementation but later decided it wasn't worth the effort (as I'd...

Looks like you need to solve clippy lints and run `cargo fmt`. To solve clippy lints, run `make lint` from the lighthouse directory and correct the errors.

If we don't want to add the complexity (others vote to avoid it), then I think this PR is still useful for fixing the waker and maybe removing the original...