Chain Releases

maticnetwork/bor - v2.0.1

Published: Mar 19, 2025

Release Summary

Announcing Bor v2.0.1


We're excited to announce the release of Bor v2.0.1. This version incorporates significant updates, primarily through an upstream merge.


The core of this release is the integration of changes from the upstream Geth client, specifically version 1.14.8. This merge helps keep Bor aligned with the latest developments in the core Ethereum protocol.


Beyond the upstream sync, v2.0.1 also includes other improvements. We've added new tests for miner commit interrupts in non-validator mode and updated docker scripts to use matic-cli.

Small fixes, including typo corrections, are also part of this update.


A warm welcome to @crStiv who made their first contribution in this release!


For full details, please refer to the complete changelog.

Release Notes

v2.0.1 is a new release that contains the upstream merge [v1.14.8](https://github.com/ethereum/go-ethereum/releases/tag/v1.14.8) from geth.

## What's Changed
* Port changes from develop to upstream_merge by @cffls in https://github.com/maticnetwork/bor/pull/1405
* miner: add commit interrupt tests for non-validator mode by @manav2401 in https://github.com/maticnetwork/bor/pull/1441
* Upstream merge v1.14.8 by @kamuikatsurgi in https://github.com/maticnetwork/bor/pull/1410
* Fix typos by @crStiv in https://github.com/maticnetwork/bor/pull/1442
* use matic-cli docker scripts by @marcello33 in https://github.com/maticnetwork/bor/pull/1454

## New Contributors
* @crStiv made their first contribution in https://github.com/maticnetwork/bor/pull/1442

**Full Changelog**: https://github.com/maticnetwork/bor/compare/v2.0.0...v2.0.1

Links

Back to maticnetwork/bor releases