Eric Tu
Eric Tu
Another option for this is to use Drand over libp2p and have the HTTP endpoints as a fallback
Yup, I'm pretty sure they have it in the Lotus code. You get new Drand blocks over gossipsub over the `/drand/pubsub/v0.0.0/` topic.
@q9f its for unlocking the keystore (RPC JWT token and wallet keys). I don't really like the idea of enabling it by default and I think we initially implemented it...
@lemmih you *might* still want to have the RPC secured by a JWT token for sake of compatibility with lotus software.
Gotcha. Will close
Hey friends! Very excited for this PR to land. Currently we need to maintain our own structs and would like to instead use Lighthouse's fork/version aware stuff. https://github.com/ralexstokes/ethereum-consensus/ also similarly...
Thanks for the update @jimmygchen !!
I think you have some "off by 1" issue somewhere. During "ideal conditions" i.e. no reorgs, 900 state roots "should" be enough. I tried with `forest-cli snapshot export -d=901` and...
Is this still being worked on? @LarryRuane
I've removed the patch to halo2curves in the PR as well :D