Skip to content

Commit a0ce592

Browse files
committed
reduce changelog
1 parent 0f11e77 commit a0ce592

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Hardened signer CLI and block pipeline per security audit: passphrases must be provided via `--evnode.signer.passphrase_file`, data/header validation enforces metadata and timestamp checks, and the reaper backs off on failures (BREAKING) ([#2764](https://github.com/evstack/ev-node/pull/2764))
2828
- Added retries around executor `ExecuteTxs` calls to better tolerate transient execution errors ([#2784](https://github.com/evstack/ev-node/pull/2784))
2929
- Increased default `ReadinessMaxBlocksBehind` from 3 to 30 blocks so `/health/ready` stays true during normal batch sync ([#2779](https://github.com/evstack/ev-node/pull/2779))
30-
- Replaced uses of `interface{}` with `any` across tooling to align with modern Go style ([#2781](https://github.com/evstack/ev-node/pull/2781))
31-
- Updated `pkg/sync` README with current component responsibilities and flow diagrams ([#2776](https://github.com/evstack/ev-node/pull/2776))
32-
- Removed deprecated `// +build` constraints from Go helper scripts in favor of `//go:build` ([#2774](https://github.com/evstack/ev-node/pull/2774))
33-
- Updated cache-analyzer tooling to Go 1.21 `slices.Sort` helpers for clearer ordering semantics ([#2768](https://github.com/evstack/ev-node/pull/2768))
34-
- Clarified sequencing documentation and inline comments around the “target chain” wording ([#2762](https://github.com/evstack/ev-node/pull/2762))
3530
- Updated EVM execution client to use new `txpoolExt_getTxs` RPC API for retrieving pending transactions as RLP-encoded bytes
3631

3732
### Deprecated
@@ -47,8 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4742
### Fixed
4843

4944
<!-- Bug fixes -->
50-
- Restored backwards-compatible header signature verification so legacy networks can sync with slim headers ([#2782](https://github.com/evstack/ev-node/pull/2782))
51-
- Pass correct namespaces for header and data to the da layer for posting ([#2560](https://github.com/evstack/ev-node/pull/2560))
5245

5346
### Security
5447

0 commit comments

Comments
 (0)