|
1 | 1 | # Changelog |
2 | 2 | ## [Unreleased] |
3 | 3 | ### Added |
| 4 | +- feat: Stop at height full-node arguments |
| 5 | + **New hidden node args:**\ |
| 6 | + `--stop-at-l1-height`: Stop the full node L1 sync after reaching this L1 height |
| 7 | + `--stop-at-l2-height`: Stop the full node L2 sync after reaching this L2 height |
| 8 | +- fix(fullnode): avoid rewriting pending proofs on retry (reduces PendingProof retry-path rewrite amplification). ([#3176](https://github.com/chainwayxyz/citrea/pull/3176)) |
| 9 | +- fix: `eth_estimateGas` failing with not enough funds for L1 fee ([#3169](https://github.com/chainwayxyz/citrea/pull/3169)) |
| 10 | + |
| 11 | +## [v2.2.0](2026-03-02) |
| 12 | +### Added |
4 | 13 | - feat: Reactivate pruning. ([#3010](https://github.com/chainwayxyz/citrea/pull/3010)) |
5 | 14 | - feat: Support `eth_sendRawTransactionSync` on websocket disabled nodes. ([#3164](https://github.com/chainwayxyz/citrea/pull/3164)) |
| 15 | +- feat: Rocksdb diff script.([#3170](https://github.com/chainwayxyz/citrea/pull/3170)) |
6 | 16 |
|
7 | 17 | ### Changed |
8 | 18 | - refactor: Remove `dev_mode` field from local prover config to fix prover config confusion.(This change does not require no env var change because it was set with `RISC0_DEV_MODE` env var, right now dev mode is determined with `PROVING_MODE` in batch prover config) ([#3160](https://github.com/chainwayxyz/citrea/pull/3160)) |
|
11 | 21 | - perf: Skip re-execution of proof request in boundless([#3144](https://github.com/chainwayxyz/citrea/pull/3144)) |
12 | 22 | - perf: Mine DA transaction prefix using transaction locktime([#3111](https://github.com/chainwayxyz/citrea/pull/3111)) |
13 | 23 | - fix: Check for shutdown signal when processing blocks in L1/L2 syncers loops ([#3152](https://github.com/chainwayxyz/citrea/pull/3152)) |
14 | | -- fix: `eth_estimateGas` failing with not enough funds for L1 fee ([#3169](https://github.com/chainwayxyz/citrea/pull/3169)) |
| 24 | +- perf: Set rocksdb bloom filter policy ([#3180](https://github.com/chainwayxyz/citrea/pull/3180)) |
15 | 25 |
|
16 | 26 | ## [v2.1.0](2026-02-17) |
17 | 27 | ### Added |
@@ -219,7 +229,8 @@ For a detailed list of changes, see auto generated changelog at [v0.6.0 release |
219 | 229 | - Fix bug where full nodes try verifying sequencer commitments which they have not synced up to. ([#1220](https://github.com/chainwayxyz/citrea/pull/1220)) |
220 | 230 | - Set default priority fee to 0. ([#1226](https://github.com/chainwayxyz/citrea/pull/1226)) |
221 | 231 |
|
222 | | -[unreleased]: https://github.com/chainwayxyz/citrea/compare/v2.1.0...HEAD |
| 232 | +[unreleased]: https://github.com/chainwayxyz/citrea/compare/v2.2.0...HEAD |
| 233 | +[v2.2.0]: https://github.com/chainwayxyz/citrea/compare/v2.1.0...v2.2.0 |
223 | 234 | [v2.1.0]: https://github.com/chainwayxyz/citrea/compare/v2.0.0...v2.1.0 |
224 | 235 | [v2.0.0]: https://github.com/chainwayxyz/citrea/compare/v1.2.2...v2.0.0 |
225 | 236 | [v1.2.2]: https://github.com/chainwayxyz/citrea/compare/v1.2.1...v1.2.2 |
|
0 commit comments