This release of bor contains some major changes along with bug fixes.
Primarily, it contains 2 upstream merge from geth v1.14.10 and v1.14.11.
Following the ethereum spec changes, 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
- Port changes from develop to upstream_merge by @cffls in #1405
- miner: add commit interrupt tests for non-validator mode by @manav2401 in #1441
- Upstream merge v1.14.8 by @kamuikatsurgi in #1410
- Fix typos by @crStiv in #1442
- v2.0.0 backport by @manav2401 in #1449
- miner: wait for next block before running commit interrupt tests by @manav2401 in #1450
- use matic-cli docker scripts by @marcello33 in #1454
- Docker scripts in matic-cli by @marcello33 in #1453
- chore: fix some function names in comment by @kindknow in #1397
- As 20.04 is being EOL for github runner support, moving to 22.04 by @djpolygon in #1445
- use ubuntu 22.04 by @marcello33 in #1461
- Upstream merge v1.14.10 by @lucca30 in #1433
- RPC Tests on CI by @lucca30 in #1462
- Include Heimdall Timeout by @lucca30 in #1457
- Backport master to develop by @pratikspatil024 in #1465
- Bug fix: concurrent map writes by @lucca30 in #1466
- chore(ci): Fix GoVuln and formatting by @kamuikatsurgi in #1468
- feat:
bor_info
metric by @kamuikatsurgi in #1471 - chore: Remove usage of Mumbai from README by @kamuikatsurgi in #1474
- CI changes to accommodate Anvil by @AryaLanjewar3005 in #1469
- Revert "CI changes to accommodate Anvil" by @AryaLanjewar3005 in #1478
- CI changes to accommodate Anvil by @AryaLanjewar3005 in #1479
- update gfp12 MulScalar in crypto module. by @FlyingFog in #1464
- fix: use single source of truth for bootnodes by @MqllR in #1475
- param: transactions announced only by @jj1980a in #1467
- refactor: use t.TempDir() instead of os.MkdirTemp by @linchizhen in #1484
- ci fix by @marcello33 in #1488
- Revert "eth: dial nodes from discv5 (#30302)" by @cffls in #1489
- eth: dial nodes from discv5 by @kamuikatsurgi in #1492
- eth: dial nodes from discv5 by @kamuikatsurgi in #1494
- Upstream merge v1.14.11 by @manav2401 in #1452
- cli,p2p: enable discv5 by default by @kamuikatsurgi in #1495
- (chore): change file permissions to 755 for packaging and misc scripts by @manav2401 in #1502
New Contributors
- @crStiv made their first contribution in #1442
- @kindknow made their first contribution in #1397
- @AryaLanjewar3005 made their first contribution in #1469
- @FlyingFog made their first contribution in #1464
- @MqllR made their first contribution in #1475
- @linchizhen made their first contribution in #1484
Full Changelog: v2.0.0...v2.0.2-beta