0xPolygon/bor - v2.6.2 New

Published: Mar 4, 2026

Release Summary

Bor v2.6.2 is here, introducing a major new relay service, along with important observability and performance enhancements.

New Relay for Preconfirmations & Private Transactions
This release introduces a new relay architecture that acts as a middleware between users and block producers. This enables two powerful new transaction submission methods:

Node operators can enable this functionality with the following new flags:
For Relays: --relay.enable-preconfs, --relay.enable-private-tx, --relay-bp-rpc-endpoints, --disable-tx-propagation
For Block Producers: --accept-preconf-tx, --accept-private-tx

Enhanced Block Production Metrics
To help diagnose performance issues and latency, new metrics have been added to track the block creation and write pipeline. Previously, delays between block sealing and broadcasting were difficult to pinpoint. Now, operators have detailed timing metrics for key stages, including:

Go Version Upgrade
Bor has been updated to use Go version 1.26.0. This change leverages Go's new, more efficient garbage collector, which can lead to performance improvements and reduced resource consumption for the node.

Release Notes

Bor v2.6.2 is includes a new relay service for preconfirmations and private transactions along with some observability changes and go version bump to 1.26.0. 

## What's Changed
* core, eth, miner: add metrics to track block creation and write pipeline latency by @pratikspatil024 in https://github.com/0xPolygon/bor/pull/2090
* (feat): preconf + private tx relay by @manav2401 in https://github.com/0xPolygon/bor/pull/2004
* (chore): bump go version to 1.26 by @manav2401 in https://github.com/0xPolygon/bor/pull/2067
* (chore): correct go version to 1.26.0 by @manav2401 in https://github.com/0xPolygon/bor/pull/2074


**Full Changelog**: https://github.com/0xPolygon/bor/compare/v2.6.0...v2.6.2

Links

Back to 0xPolygon/bor releases