wallet: document shared chain ownership - #1323
Open
yyforyongyu wants to merge 1 commit into
Open
Conversation
yyforyongyu
commented
Aug 17, 2026
yyforyongyu
commented
Aug 17, 2026
yyforyongyu
force-pushed
the
task-shared-chain
branch
4 times, most recently
from
August 19, 2026 16:51
1d505bb to
f765f4e
Compare
yyforyongyu
marked this pull request as ready for review
August 19, 2026 17:07
yyforyongyu
force-pushed
the
task-shared-chain
branch
from
August 20, 2026 00:56
f765f4e to
37cdcbb
Compare
Define SQL Manager ownership of the shared chain source, canonical frontier, Wallet delivery, and rollback. Supersede ADR 0002 and make ADR 0015 the canonical decision. Retain the modern-kvdb per-Wallet chain-source path only as a temporary exception until that backend is retired.
yyforyongyu
force-pushed
the
task-shared-chain
branch
from
August 20, 2026 07:17
37cdcbb to
9576c71
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
exception.
Change Description
Implements roadmap Task 334
Define the Manager-owned chain source, canonical frontier, historical-state
boundary, bounded Wallet delivery, coordinated rollback, and shutdown order.