Skip to content

Commit 6df3a7c

Browse files
UdjinM6claude
andcommitted
docs: add release notes for evodb verify/repair RPCs
Add release notes for new hidden RPC commands: - evodb verify: read-only verification of evodb diffs - evodb repair: repair corrupted diffs from blockchain data 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 7decd15 commit 6df3a7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/release-notes-6969.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
RPC changes
2+
-----------
3+
4+
- Two new hidden RPC commands have been added for diagnosing and repairing corrupted evodb diff records:
5+
- `evodb verify` - Verifies the integrity of evodb diff records between snapshots (read-only operation). Returns verification errors if any corruption is detected.
6+
- `evodb repair` - Repairs corrupted evodb diff records by recalculating them from blockchain data. Automatically verifies repairs before committing to database. Reports critical errors that require full reindex.

0 commit comments

Comments
 (0)