Summary
v1.1.4 simplifies beacond
operations in a few ways:
- it prevents
beacond
from exiting with an error when transient conditions of the execution layer happen (notably RPC timeouts and EL syncing). Instead of exiting,beacond
will wait for these transient conditions to solve themselves and then it will automatically resume normal operations. This is mostly meant to simplify operations for deployments where abeacond
err-ing frequently leads to its container being restarted over and over again. - it introduces warnings around configurations which we found may compromise the node stability, notably selecting an excessive number of peers or enabling historical state queries.
- it fixes a bug in the payloadID handling which may cause block building to fail for some configurations of the Reth client.
Update Priority
This table provides priorities for which classes of users should update particular components.
User Class | Priority |
---|---|
Payload Builders | Recommended |
Non-Payload Builders | Recommended |
All Changes
- chore(cli): newline after success message (#2631)
- chore(configs): Warn on configs (#2620)
- chore(licenses): fix licences part 2 (#2626)
- Fix some licensing copy. (#2619)
- chore(deps): upgrade cometBFT (#2608)
- test(pectra): Pectra Phase 1 Accepance Criteria Test (#2605)
- fix(comments): Fix naming in comments (#2603)
- Only login to Docker Hub for internal use (#2607)
- Make shutdown-timeout configurable (#2594)
- chore(e2e-test): Added tests for validators GET API (#2574)
- chore(types): Delete excessive types that are unused and define interfaces locally (#2590)
- chore(config): Remove RPC Retries (#2582)
- chore(engine): revert rpc-timeout to 2 secs (#2366)
- chore(node-api) : Updated endpoints as per the spec (#2559)
- test(simulated): Add Simulation Tests for Blobs (5/n) (#2563)
- feat(simulated): Add Simulation Client for EVM State Transitions (4/n) (#2554)
- chore(node-api): slot fix and correct slot usage in error (#2578)
- chore(e2e-test): Added tests for validator balances GET API (#2566)
- chore(abci): Pass the context parameter (#2576)
- feat(cli): DB check command to verify deposit store with beacon state (#2565)
- test(context): Tests for Context Management and Shutdown (#2572)
- fix(abci): ignore comet ctx and use app ctx (#2568)
- feat(engine api): [3/3] Engine API retry (#2490)
- chore(ci): remove GCP container registry info (#2571)
- chore(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 (#2301)
- test(simulated): Add Simulation Tests for Malicious Proposer, Crashed EL and Malicious Consensus Majority (3/n) (#2523)
- perf(blobs): don't process blobs outside of DA period (#2522)
- refactor(scripts): Scripts to start mainnet node (#2567)
- chore(node): Remove public FetchServiceRegistry (#2569)
- chore(config): Disable optimistic builds by default (#2546)
- fix(builder): Flush PayloadID cache (#2547)
- fix(coverage): Fixes to Ensure Test Coverage reflects actuality (2/n) (#2521)
- feat(simulated): Testing Framework with Simulated CometBFT (1/n) (#2411)
- fix(payload):
forceSyncUponProcess
even when block building is disabled (#2551) - chore(node-api): cleanup of DataResponse and refactor its usage (#2557)
- fix(state-transition): fixed ReadOnlyBeaconState interface - revive mockery (#2560)
- chore(state-processor): Add UTs for payload timestamp verification (#2516)
- chore(config): cleared example config (#2556)
- chore(networks):decommission bArtio and fix
make start
for Bepolia (#2555) - fix starlark error when geth is not set (#2544)
- chore(primitives): consolidated
ParseUint
usage intoU64FromString
(#2548) - chore(payload): clean fcu signature (#2550)
- chore(node-api): Validator balance endpoints and getStateValidator (#2483)
- chore(networks): add EL bootnodes (#2542)
- chore(debug): fixed launch.json (#2540)
Binaries
System | Architecture | Binary | PGP Signature |
---|---|---|---|
amd64 | beacond-v1.1.4-linux-amd64 | Signature | |
arm64 | beacond-v1.1.4-linux-arm64 | Signature | |
arm64 | beacond-v1.1.4-darwin-arm64 | Signature | |
System | Option | - | Resource |
Docker | berachain/beacon-kit |
Verifying signatures
Use gpg to verify the signature on these binary archives. This is important to make sure that the content you've downloaded is legitimate. gpg can be installed with most package managers. For example:
brew install gpg
on macapt install gpg
on Ubuntu/Debian
Once gpg is installed, import our public key into its database and verify:
- Download signing public key from here.
- Run
gpg --import berachain_release.asc
- Verify with
gpg --verify {signature}.sig {binary}.tar.gz
- This message is expected:
WARNING: This key is not certified with a trusted signature!
- To resolve the warning, trust the key by signing with your own keypair.
gpg --lsign-key <keyid>