BuilderNet v1.4
BuilderNet v1.4 is the Pectra-ready version of BuilderNet. This release includes newer versions of Reth and Lighthouse, as well as a few minor bug fixes and improvements.
One notable improvement is that TLS certificates for BuilderNet nodes are now persistent, where previously they were rotated on each service restart. This change is part of the ongoing effort to improve the user experience and security of the network.
Versions
The build toolchain for BuilderNet v1.4 is based on [email protected] (commit 170d166
):
Updated services
Project | New Version | Commit | Previous Version |
---|---|---|---|
Reth | v1.3.12 | 6f8e725 | v1.0.8 |
Lighthouse | v7.0.1 | e42406d | v5.3.0 |
rbuilder-operator | v1.1.0 | 4f4d1f2 | v1.0.1 |
orderflow-proxy | v0.3.5 | 6fd93f8 | v0.3.3 |
Not updated services
Project | Version | Commit |
---|---|---|
CVM Proxy | v0.1.6 | 8e5c9a1 |
Operator API | v0.7.0 | a8296e4 |
HAProxy | v3.0.6 |
Changes & Pull Requests
Project | Changes |
---|---|
reth | v1.0.8...v1.3.12 (2711 PRs) |
lighthouse | v5.3.0...v7.0.1 (339 PRs) |
rbuilder / rbuilder-operator | v1.0.1...v1.1.0 (42 PRs) |
orderflow-proxy | v0.3.3...v0.3.5 (5 PRs) |
Services Configuration
Service | Configuration |
---|---|
Operator API | meta-confidential-compute@d8bcb39 |
HAProxy | meta-evm@bd51f7e |
Lighthouse | meta-evm@bd51f7e |
Orderflow Proxy | meta-evm@bd51f7e |
Rbuilder | meta-evm@bd51f7e |
Reth | meta-evm@bd51f7e |
Artifacts
Signed artifacts are stored at https://builder-artifacts.flashbots.net/buildernet-images/.
The specific TDX VM image for the BuilderNet v1.4 release is buildernet-v1.4.0-azure-tdx-5344f8aff0ed6753015d8ac6d157a7f8485aa22de4201cb233805ab9af3f37c7
Measurements
These are the new live measurements for BuilderNet v1.3.0:
{
"measurement_id": "buildernet-v1.4.0-azure-tdx-5344f8aff0ed6753015d8ac6d157a7f8485aa22de4201cb233805ab9af3f37c7.wic.vhd",
"attestation_type": "azure-tdx",
"measurements": {
"4": {
"expected": "4b73de8d71d6342ae3cfb5ce4e5601ec7e9dc49127a76916c8f0b4a8463b5d14"
},
"9": {
"expected": "aeb9899553dba20e05cb5673930d609c2ce6e0ceb920e1a01baf21a155a2df04"
},
"11": {
"expected": "7585ce8ec39ed48f7db95ee435870010ec8151b2ab3716cb9876e976a75cb31a"
}
}
}
Reproducible Builds
BuilderNet v1.4 supports fully reproducible TDX image builds. The image you build will produce the exact same TDX measurements as our reference builds.
The main entry point for the image builds is the flashbots/yocto-manifests repository, and for this release specifically the [email protected] (commit 170d166
).
To reproducibly build it, clone the repository, check out the tag and build it with Docker/Podman:
git clone https://github.com/flashbots/yocto-manifests.git
cd yocto-manifests
git checkout v1.4.0
make image-buildernet
You can confirm that the hash of your build matches the expected one:
make measurements-buildernet
Build host specs:
- Ubuntu 22.04 x64 (Linux kernel 6.8.0-49-generic), fully updated system
- Intel Xeon Gold 6312U, 48vCPUs, 512GB memory
Join the conversation on the BuilderNet forum and the BuilderNet Telegram group!