beacon-kit
beacon-kit copied to clipboard
A modular framework for building EVM consensus clients ⛵️✨
Beacon-Kit 1.1.3 sends an unauthenticated request to the execution client on startup (for chain-id; see packet capture below). This prompts an error from the execution client and causes considerable confusion....
The typical approach for log rotation with the `logrotate` package is to move the log to a new filename, send SIGHUP, then compress the old log. Currently beacon-kit quits when...
This PR replaces the use of a load balancer (blutgang by default but ngingx also suppported) when running a single instance of spamoor with a running multiple replicas of spamoor...
Hi all I am started local devnet cluster using kurtosis and steps described here - https://docs.berachain.com/nodes/guides/kurtosis However after starting local devnet using kurtosis, blockscout explorer almost immediately starts to producing...
As part of the change set, we will be able to spin up different networks on the basis of chain ID and the chain spec name combination each in its...
# Context Whenever testing `beacond version` it outputs the version number but also creates the `.beacond` directory. The good news is that it doesn't overwrite anything that was previously there,...
Add support to beacond for an environment variable to substitute for the --home option. This would likely be in cli/components/client_context.go: ``` func init() { if envHome := os.Getenv("BEACOND_HOME"); envHome !=...