Summary
Add a summary, including:
- Critical bug fixes
- New features
- Any breaking changes (and what to expect)
Update Priority
This table provides priorities for which classes of users should update particular components.
User Class | Priority |
---|---|
Payload Builders | |
Non-Payload Builders |
All Changes
- fix(actions): docker signed release workflow (#36)
- chore(release): signed releases for binaries and docker (#35)
Binaries
System | Architecture | Binary | PGP Signature | Notes |
---|---|---|---|---|
amd64 | bera-geth-linux-amd64-v1.011602.0-rc1-unstable-c5e00a6e.tar.gz | Signature | Most Linux systems | |
arm64 | bera-geth-linux-arm64-v1.011602.0-rc1-unstable-c5e00a6e.tar.gz | Signature | 64-bit ARM systems | |
amd64 | bera-geth-alltools-linux-amd64-v1.011602.0-rc1-unstable-c5e00a6e.tar.gz | Signature | All tools bundle (amd64) | |
arm64 | bera-geth-alltools-linux-arm64-v1.011602.0-rc1-unstable-c5e00a6e.tar.gz | Signature | All tools bundle (arm64) | |
System | Option | - | Resource | |
Docker | ghcr.io/berachain/bera-geth |
Verifying Binary Signatures
All release binaries are signed with PGP. To verify:
- Download the public key
- Import the key:
gpg --import release.asc
- Verify the signature:
gpg --verify <filename>.asc <filename>
Docker Images
Docker images are available at ghcr.io/berachain/bera-geth
and are signed with Cosign.
To verify Docker images:
cosign verify ghcr.io/berachain/bera-geth:v1.011602.0-rc1
Installation
The archives contain the geth binary and license file. Extract and run:
tar -xzf bera-geth-linux-amd64-v1.011602.0-rc1-unstable-c5e00a6e.tar.gz
./geth
The alltools archives additionally contain:
abigen
- Source code generator for Ethereum contractsevm
- Developer utility for the Ethereum Virtual Machinerlpdump
- Developer utility for RLP dataclef
- Ethereum account management tool