Skip to content

Commit e679857

Browse files
committed
update chnagelog
1 parent da6fec1 commit e679857

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.claude/commands/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ If PR does not exist yet add a placeholder like `#PR_NUMBER`.
1010

1111
2. **Description**: Attempt to derive a brief description of the change from the git commits on the current branch.
1212

13+
If the branch modifies the `examples/demo-rollup/tests/resync/data/mock_da.sqlite` file then it is considered breaking, prefix the description with `**Breaking change**``.
14+
1315
If not possible, prompt the user to provide a description.
1416
- Start with the affected component (e.g., "EVM:", "DB:", "API:")
1517
- Use concise, clear language

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# 2026-02-24
55
- #2511 Add pruning of generations via admin call message
66

7+
- #2511 **Breaking change** Add pruning of generations via admin call message
8+
# 2026-02-16
9+
- #2489 Non-breaking, but **important**: Celestia adapter now by default validates blocks fetched from RPC node.
10+
This adds performance overhead. It can be disabled by setting `verify_on_fetch = false` in `da` section of rollup_config.toml. Do on your own risk.
711
# 2026-02-17
812
- #2493 **Infra only breaking change**: CelestiaConfig `rpc_url` param is now mandatory. Please don't rely on previous default value and provide explicit value.
913
You can use `SOV_CELESTIA_RPC_URL` for setup.

0 commit comments

Comments
 (0)