Parithosh Jayanthi
Parithosh Jayanthi
> Sepolia could have a representative sample of the node operators proportional to their stake in mainnet. And then we could coordinate all the known big node operators for this...
> my only hesitation with local building in parallel is if the resource cost hinders those who would otherwise run nodes, e.g. at-home stakers Would that really be the case?...
@timbeiko Could we reach out to Infura to add support for Sepolia? At this point it feels like we've reached a decent mass of tooling for Sepolia, infura being the...
One fear was that individuals at hackathons are adversely affected by this. I'd say we can just add a support email beneath + a twitter handle - the hackathon co-ordinators...
Now that Goerli has been merged, there's no reason to run the clique signers anymore. They can be shutdown.
@Anna-Pinewood I had the same issue and fixed it by running `sudo apt-get install python3.11-dev`, which in your case might be `sudo apt-get install python-dev`. Seems like that's a missing...
Also thanks to @roblinkriver for raising the issue initially :)
This one might need a bit more work. The nodes also log the enodes of peers in the list and grabbing from logs might get very messy. I'd switch to...
Our manner of secret handling involves keybase. I'm open to ansible vault secrets as an alternative, but that might need to be a deeper discussion including some others on the...
The issue with a generic `secrets.yaml` file is that every role needs to have access to all the secrets. It isn't an issue per-se, but it isn't really best practice....