Releases: maticnetwork/bor
v1.2.8-beta
This release includes the fix to issue reported in #1184
What's Changed
- v1.2.7 by @manav2401 in #1179
Full Changelog: v1.2.7...v1.2.8-beta
v1.2.7
This release includes Napoli Hardfork on Bor which is scheduled for March 20th, 2024 at around 10.30 AM UTC. The HF block number is 54876000. This hardfork enables PIP-33 and is a mandatory release for operators running on Polygon Mainnet.
What's Changed
- fix: root folder for docker integration tests (#1173) by @marcello33 in #1175
- fix: concurrent map writes by @pratikspatil024 in #1176
- eth, core: track block propagation by @manav2401 in #1078
- [Bug fix] Re-prioritize commit interrupts by @cffls in #1170
- Finalize mainnet cancun/napoli HF block number by @manav2401 in #1178
Full Changelog: v1.2.6-beta...v1.2.7
v1.2.7-beta4
NOTE: This release is only meant for internal debugging purpose. Please do not use it for deployment
What's Changed
- core, miner: add debug logs to track chain insertion by @manav2401 in #1166
- [Bug fix] Re-prioritize commit interrupts by @cffls in #1170
Full Changelog: v1.2.6-beta...v1.2.7-beta4
v1.2.7-beta3
NOTE: This release is only meant for internal debugging purpose. Please do not use it for deployment
What's Changed
Full Changelog: v1.2.7-beta...v1.2.7-beta3
v1.2.7-beta2
NOTE: This release is only meant for internal debugging purpose. Please do not use it for deployment
What's Changed
- eth/downloader: bypass peer validation if remote peer is far away by @manav2401 in #1167
Full Changelog: v1.2.7-beta...v1.2.7-beta2
v1.2.7-beta
NOTE: This release is only meant for internal debugging purpose. Please do not use it for deployment
What's Changed
- core, miner: add debug logs to track chain insertion by @manav2401 in #1166
Full Changelog: v1.2.6-beta...v1.2.7-beta
v1.2.6-beta
This release contains a fix (taken from upstream geth) related to usage of overflow field while unmarshalling fields of a blob transaction (ethereum/go-ethereum#27939). This fix affects usage of ethclient
package of bor over ethereum RPC endpoints on networks supporting blob transactions.
Full Changelog: v1.2.5-beta...v1.2.6-beta
v1.2.5-beta
This release contains a fix which fixes a go-routine leak affecting non-validating nodes.
What's Changed
- blockstm: hot fix: only enable go routine to update dependencies if worker is enabled by @pratikspatil024 in #1159
Full Changelog: v1.2.4-beta...v1.2.5-beta
v1.2.4-beta
This release includes Napoli HF on Bor which is scheduled for Feb 7th, 2024 around 8 AM UTC. The HF block number is 45648608. With this hardfork, we are enabling PIP-33 on Mumbai Testnet
What's Changed
- fix: bootnode by @anshalshukla in #1149
Full Changelog: v1.2.3...v1.2.4-beta
v1.2.3
Compared to the last stable release v1.1.0, this release contains the following changes mentioned below. Moreover, it also contains a hotfix for the previously released v1.2.2.
What's Changed
- Arpit/pos 1731 6 by @temaniarpit27 in #1046
- install go in CodeQL workflow by @marcello33 in #1052
- Change legacy rando geth fork choice to be deterministic by @paulgoleary in #871
- cmd/evm: fix typos by @vuittont60 in #1058
- fix : typo in (tx *DynamicFeeTx) gasPriceU256() by @0xsharma in #1064
- Merge V1.1.0 beta candidate to 'develop' by @0xsharma in #1068
- chore: improve
bor server --help
by @leovct in #1063 - Geth Merge v1.12.2 by @temaniarpit27 in #968
- build(deps): bump github.com/consensys/gnark-crypto from 0.12.0 to 0.12.1 by @dependabot in #1077
- Bump deps for sec updates by @marcello33 in #1082
- Added cache.blocklogs (FilterLogCacheSize) flag by @pratikspatil024 in #1083
- merge master into develop by @temaniarpit27 in #1093
- Fix ParallelSpeculativeProcesses flag by @pratikspatil024 in #1094
- Geth merge v1.12.2 by @temaniarpit27 in #1095
- consensus/bor: handle blockalloc balance changes by @anshalshukla in #1074
- allow unprotected txns by @temaniarpit27 in #1098
- Update matic-cli in CI by @marcello33 in #1103
- internal/ethapi: fix GetTransactionReceiptsByBlock method by @bbaktaeho in #1085
- Added a unit test to check the default values of all the flags in config file by @pratikspatil024 in #1105
- Pruning Bug Fix by @temaniarpit27 in #1110
- internal/ethapi: fix signer in GetTransactionReceiptsByBlock method by @bbaktaeho in #1107
- chg: bump some deps for sec vulsn by @marcello33 in #1114
- chg: bump some deps for sec vulsn by @marcello33 in #1113
- Removed the check for milestoneID in the GetVoteOnHash() by @VAIBHAVJINDAL3012 in #1109
- Geth Merge v1.12.2 Hotfixes by @temaniarpit27 in #1116
- EIP7212 / PIP27 by @anshalshukla in #1069
- Update client.go to allow the use of paths with the heimdall url by @PeaStew in #1126
- Consistent by @anshalshukla in #1124
- Revert "Consistent" by @temaniarpit27 in #1136
- Eip7212 by @anshalshukla in #1134
- internal/ethapi, graphql: fix call with state api by @manav2401 in #1133
- break out of loop when
delayFlag
becomesfalse
by @zhiqiangxu in #1121 - fix bug: should use Lock when mutating the flag by @zhiqiangxu in #1141
- Changed parallel universe HF to Cancun HF and some important fixes by @pratikspatil024 in #1132
- V1.2.3 by @temaniarpit27 in #1139
New Contributors
- @paulgoleary made their first contribution in #871
- @vuittont60 made their first contribution in #1058
- @leovct made their first contribution in #1063
- @bbaktaeho made their first contribution in #1085
- @PeaStew made their first contribution in #1126
- @zhiqiangxu made their first contribution in #1141
Full Changelog: v1.1.0...v1.2.3