|
| 1 | +2025-10-31 v25.10.0 |
| 2 | +=================== |
| 3 | + |
| 4 | +Nimbus `v25.10.0` is a low-urgency release which increases the default gas limit to 60M, improves beacon API support, and adds runtime configuration flexibility. |
| 5 | + |
| 6 | +### Improvements |
| 7 | + |
| 8 | +- Increase default builder API gas limit to 60M: |
| 9 | + https://github.com/status-im/nimbus-eth2/pull/7555 |
| 10 | + |
| 11 | +- Support `--peerdas-supernode` to require beacon node to operate as a supernode: |
| 12 | + https://github.com/status-im/nimbus-eth2/pull/7629 |
| 13 | + |
| 14 | +- Support runtime configuration of `SECONDS_PER_SLOT`: |
| 15 | + https://github.com/status-im/nimbus-eth2/pull/7639 |
| 16 | + https://github.com/status-im/nimbus-eth2/pull/7643 |
| 17 | + https://github.com/status-im/nimbus-eth2/pull/7644 |
| 18 | + https://github.com/status-im/nimbus-eth2/pull/7645 |
| 19 | + https://github.com/status-im/nimbus-eth2/pull/7647 |
| 20 | + https://github.com/status-im/nimbus-eth2/pull/7652 |
| 21 | + https://github.com/status-im/nimbus-eth2/pull/7653 |
| 22 | + https://github.com/status-im/nimbus-eth2/pull/7654 |
| 23 | + https://github.com/status-im/nimbus-eth2/pull/7658 |
| 24 | + https://github.com/status-im/nimbus-eth2/pull/7661 |
| 25 | + |
| 26 | +- Implement getBlobs beacon API endpoint: |
| 27 | + https://github.com/status-im/nimbus-eth2/pull/7670 |
| 28 | + |
| 29 | +- Ensure validator client uses non-deprecated beacon API attestation endpoints: |
| 30 | + https://github.com/status-im/nimbus-eth2/pull/7642 |
| 31 | + |
| 32 | +- Double trusted node sync state download timeout to 6 minutes: |
| 33 | + https://github.com/status-im/nimbus-eth2/pull/7677 |
| 34 | + |
| 35 | +- Make `REORG_HEAD_WEIGHT_THRESHOLD` and `REORG_MAX_EPOCHS_SINCE_FINALIZATION` runtime-configurable: |
| 36 | + https://github.com/status-im/nimbus-eth2/pull/7620 |
| 37 | + |
| 38 | +### Fixes |
| 39 | + |
| 40 | +- Fix consensus fork when validator client publishes attestations: |
| 41 | + https://github.com/status-im/nimbus-eth2/pull/7689 |
| 42 | + |
| 43 | +- Fix Nix builds: |
| 44 | + https://github.com/status-im/nimbus-eth2/pull/7585 |
| 45 | + |
| 46 | +- Ensure validator client always targets the correct slot: |
| 47 | + https://github.com/status-im/nimbus-eth2/pull/7571 |
| 48 | + |
| 49 | +- Stop using obsolete `TTFB_TIMEOUT` and `RESP_TIMEOUT` configuration: |
| 50 | + https://github.com/status-im/nimbus-eth2/pull/7619 |
| 51 | + |
1 | 52 | 2025-09-26 v25.9.2 |
2 | 53 | ================== |
3 | 54 |
|
|
0 commit comments