Skip to main content

BuilderNet v1.5

· 3 min read

BuilderNet v1.5 introduces EVM caching, an (even) faster root hash, and trusted TLS certificates to improve the security and experience of submitting orderflow.

Changelog

Versions

The build toolchain for BuilderNet v1.5 is based on [email protected] (commit d056865f34e0c52ceb9e0f524ea555db40a2762f):

Updated services

ProjectNew VersionCommitPrevious Version
Rethv1.4.8127595ev1.3.12
rbuilder-operatorv1.2.6964aecfv1.1.0
orderflow-proxyv0.5.4e179462v0.3.5
acme.sh3.1.1-25-g42bbd1b442bbd1b-

Not updated services

ProjectVersionCommit
Lighthousev7.0.1e42406d
CVM Proxyv0.1.68e5c9a1
Operator APIv0.7.0a8296e4
HAProxyv3.0.6

Changes & Pull Requests

ProjectChanges
rethv1.3.12...v1.4.8 (513 PRs)
rbuilder / rbuilder-operatorv1.1.0...v1.2.6 (36 PRs)
orderflow-proxyv0.3.5...v0.5.4 (11 PRs)

Services Configuration

ServiceConfiguration
Operator APImeta-confidential-compute@d8bcb39
HAProxymeta-evm@a0be2d7
Lighthousemeta-evm@a0be2d7
Orderflow Proxymeta-evm@a0be2d7
Rbuildermeta-evm@a0be2d7
Rethmeta-evm@a0be2d7

Artifacts

Signed artifacts are stored at https://downloads.buildernet.org/buildernet-images/.

The specific TDX VM image for the BuilderNet v1.5 release is buildernet-v1.5.0-azure-tdx.wic.vhd

Measurements

These are the new live measurements for BuilderNet v1.5:

{
"measurement_id": "buildernet-v1.5.0-azure-tdx.wic.vhd",
"attestation_type": "azure-tdx",
"measurements": {
"4": {
"expected": "cd9ade37fcd214d091c632ac558e58127adcf387e6b2ef7b093d87f3fbbd2182"
},
"9": {
"expected": "5fa70d4bc380f0dbcb5b475b14cf1a06a6042db0fe915317537ca22533ac9cff"
},
"11": {
"expected": "3408ca2a82fba046cdc00055a1f53475a7ebc5650cbb4b5e0fdb7c7e0d8e3818"
}
}
}

Reproducible Builds

BuilderNet v1.5 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 d056865f34e0c52ceb9e0f524ea555db40a2762f).

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.5.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!