Chain Releases

maticnetwork/bor - v2.0.2

Published: May 9, 2025

Release Summary

A new release of bor is now available, bringing several important updates and improvements.

This release primarily incorporates merges from upstream go-ethereum (geth) versions v1.14.10 and

This release of bor contains some major changes along with bug fixes. 

Primarily, it contains 2 upstream merge from geth [v1.14.10](https://github.com/ethereum/go-ethereum/releases/tag/v1.14.10) and [v1.14.11](https://github.com/ethereum/go-ethereum/releases/tag/v1.14.11). 

Following the [ethereum spec changes](https://github.com/ethereum/execution-apis/pull/570), the `totalDifficulty` field has been removed from the block schema. This means that the RPC response won't include this field anymore. Note that it will be still used and saved in database for internal operations like fork choice in case of PoS consensus. 

## What's Changed
* v2.0.0 backport by @manav2401 in https://github.com/maticnetwork/bor/pull/1449
* miner: wait for next block before running commit interrupt tests by @manav2401 in https://github.com/maticnetwork/bor/pull/1450
* Docker scripts in matic-cli by @marcello33 in https://github.com/maticnetwork/bor/pull/1453
* chore: fix some function names in comment by @kindknow in https://github.com/maticnetwork/bor/pull/1397
* As 20.04 is being EOL for github runner support, moving to 22.04 by @djpolygon in https://github.com/maticnetwork/bor/pull/1445
* use ubuntu 22.04 by @marcello33 in https://github.com/maticnetwork/bor/pull/1461
* Upstream merge v1.14.10 by @lucca30 in https://github.com/maticnetwork/bor/pull/1433
* RPC Tests on CI by @lucca30 in https://github.com/maticnetwork/bor/pull/1462
* Include Heimdall Timeout by @lucca30 in https://github.com/maticnetwork/bor/pull/1457
* Backport master to develop by @pratikspatil024 in https://github.com/maticnetwork/bor/pull/1465
* Bug fix: concurrent map writes by @lucca30 in https://github.com/maticnetwork/bor/pull/1466
* chore(ci): Fix GoVuln and formatting by @kamuikatsurgi in https://github.com/maticnetwork/bor/pull/1468
* feat: `bor_info` metric by @kamuikatsurgi in https://github.com/maticnetwork/bor/pull/1471
* chore: Remove usage of Mumbai from README by @kamuikatsurgi in https://github.com/maticnetwork/bor/pull/1474
* CI changes to accommodate Anvil by @AryaLanjewar3005 in https://github.com/maticnetwork/bor/pull/1469
* Revert "CI changes to accommodate Anvil" by @AryaLanjewar3005 in https://github.com/maticnetwork/bor/pull/1478
* CI changes to accommodate Anvil by @AryaLanjewar3005 in https://github.com/maticnetwork/bor/pull/1479
* update gfp12 MulScalar in crypto module. by @FlyingFog in https://github.com/maticnetwork/bor/pull/1464
* fix: use single source of truth for bootnodes by @MqllR in https://github.com/maticnetwork/bor/pull/1475
* param: transactions announced only by @jj1980a in https://github.com/maticnetwork/bor/pull/1467
* refactor: use t.TempDir() instead of os.MkdirTemp by @linchizhen in https://github.com/maticnetwork/bor/pull/1484
* ci fix by @marcello33 in https://github.com/maticnetwork/bor/pull/1488
* Revert "eth: dial nodes from discv5 (#30302)" by @cffls in https://github.com/maticnetwork/bor/pull/1489
* eth: dial nodes from discv5 by @kamuikatsurgi in https://github.com/maticnetwork/bor/pull/1492
* eth: dial nodes from discv5  by @kamuikatsurgi in https://github.com/maticnetwork/bor/pull/1494
* Upstream merge v1.14.11 by @manav2401 in https://github.com/maticnetwork/bor/pull/1452
* cli,p2p: enable discv5 by default by @kamuikatsurgi in https://github.com/maticnetwork/bor/pull/1495
* build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in https://github.com/maticnetwork/bor/pull/1497
* Release v2.0.1 by @kamuikatsurgi in https://github.com/maticnetwork/bor/pull/1490
* (chore): change file permissions to 755 for packaging and misc scripts by @manav2401 in https://github.com/maticnetwork/bor/pull/1502
* v2.0.2 release by @manav2401 in https://github.com/maticnetwork/bor/pull/1534

## New Contributors
* @kindknow made their first contribution in https://github.com/maticnetwork/bor/pull/1397
* @AryaLanjewar3005 made their first contribution in https://github.com/maticnetwork/bor/pull/1469
* @FlyingFog made their first contribution in https://github.com/maticnetwork/bor/pull/1464
* @MqllR made their first contribution in https://github.com/maticnetwork/bor/pull/1475
* @linchizhen made their first contribution in https://github.com/maticnetwork/bor/pull/1484

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

Links

Back to maticnetwork/bor releases