Hello All,
We are releasing a new version of Bor - v0.5.0-beta-5
for Mumbai. This version consists of several fixes, development and upstream merge from go-ethereum/v1.11.6 .
Instructions to Upgrade
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (mainnet or mumbai), and node type (sentry, validator, or archive).
# Replace the node type curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v0.5.0-beta-5 mumbai <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v0.5.0-beta-5
-
Restart bor service
sudo service bor start
Change log
Compared to last stable version v0.4.0
, the following features and improvements have been implemented. (Checkout the v0.5.0-beta-5 tag on GitHub for more information)
What’s Changed
- Use
big.Int#Set
instead ofbig.Int#SetBytes
when possible by @maoueh in #896 - Fixed MVHashMap being enabled even when paralellUniverse is set to 0 by @pratikspatil024 in #900
- dev: chg: pos-1465: remove snyk and sonarqube by @marcello33 in #908
- Master to develop (after v0.4.0) by @pratikspatil024 in #921
- core,eth,miner: fix initial test cases by @Raneet10 in #922
- core,eth: fix TestDeduplication, TestSyncAccountPerformance, TestTrac… by @Raneet10 in #924
- Fix worker
nil
pointer exception because ofbaseFee == nil
by @maoueh in #899 - Move NumSpeculativeProcs from module variable to function parameter by @cffls in #931
- Calculate tx dependency only when mining is enabled by @cffls in #935
- mardizzone/POS-1605: go and deps upgrade by @marcello33 in #929
- rpc: add execution pool metrics by @manav2401 in #919
- Moved TxDependency Metadata to ExtraData in Block Header by @pratikspatil024 in #930
- fix : runtime testcases by @0xsharma in #910
- fix typos by @criadoperez in #927
- Update discord link in README.md by @anshalshukla in #938
- Upstream merge from go-ethereum/v1.11.6 by @marcello33 in #901
- Revert “Upstream merge from go-ethereum/v1.11.6” by @0xsharma in #948
- Upstream merge from go-ethereum/v1.11.6 by @0xsharma in #949
Docker Images
You can find the latest docker images here:
Bor: Docker
Thanks,
Polygon Team