This release of bor contains the updated implementation of PIP-35 which enforces the min gas values to 25 gwei. These values are applicable to all networks (i.e. mainnet and amoy). Irrespective of the values set by the cli flags, they will be enforced to 25 gwei. This version also contains changes from upstream (v1.13.6) geth.
What's Changed
- core, eth, internal, miner, params: enforce 30gwei for gas related configs in bor by @marcello33 in #1264
- cmd/utils: use defined filter api instance instead of a new one by @manav2401 in #1270
- PIP-35 for amoy: enforce gas related configs by @manav2401 in #1285
- miner: log last tx hash before commit interrupt by @manav2401 in #1289
- PIP-35: enforce gas related configs for mainnet by @manav2401 in #1290
Upstream Geth Merge
- Merge v1.13.6 from geth by @cffls in #1205
- Merge upstream_merge branch to develop by @pratikspatil024 in #1254
- p2p: cherry-pick commits from geth for peering issues by @pratikspatil024 in #1267
Misc
- Update bootnodes by @anshalshukla in #1255
- Back merge master to develop after v1.3.3 release by @pratikspatil024 in #1266
- internal/cli: check for delete permissions before starting to prune by @manav2401 in #1269
- eth, consensus: refactor whitelisting related logs and improve error handling by @manav2401 in #1268
Full Changelog: v1.3.3...v1.3.4