This release of bor contains the updated implementation of PIP-35 (updated values mentioned here) which enforces the min gas values to 25 gwei. The previous enforcements which were applied to all the networks are removed and the enforcements are only applicable to Amoy network.
Note: If you've deployed previous beta releases (i.e. v1.3.4-beta or v1.3.4-beta2 which applied the values for all networks) on mainnet, the values will now fall back to default (unless explicitly overwritten).
Heads up: A new stable release with these enforcement for mainnet will follow soon in coming weeks with appropriate announcements.
Until then, kindly deploy this version only on amoy.
What's Changed
- PIP-35 for amoy: enforce gas related configs by @manav2401 in #1285
- miner: log last tx hash before commit interrupt by @manav2401 in #1289
Full Changelog: v1.3.4-beta2...1.3.4-beta3