-
Notifications
You must be signed in to change notification settings - Fork 0
PR2 — native outstandings protocol and runtime #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2bd136e
a4eb4ae
697f00f
acb89a1
5dbc9a8
8b40d5a
4b1ef37
bfd5000
cf0e5c0
271a257
48f04a4
6a3ee98
f83bfb5
c6556f9
362ae90
e15275e
8cf1f61
b71f438
88f19cc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,14 +11,17 @@ rust-version = "1.96" | |
| default-run = "bridge" | ||
|
|
||
| [features] | ||
| voucher-scan = [] | ||
| # Deliberately disabled in shipped builds. This feature enables the separately | ||
| # reviewed, one-send synthetic-canary command boundary and never a generic write API. | ||
| fixture-canary-dispatch-seam = [] | ||
| fixture-canary-runtime-dispatch = ["fixture-canary-dispatch-seam"] | ||
| # Legacy voucher-scan outstandings path. Shipped/default builds take the | ||
| # native Bills Receivable/Payable + List of Ledgers path unconditionally; | ||
| # this gate exists so the ~4,800 lines of scan machinery (date/AlterID | ||
| # partitioning, segment completeness proofs, the wildcard voucher fetch) do | ||
| # not compile into a shipped build at all. Not a default feature. | ||
| voucher-scan = ["bridge-tally-protocol/voucher-scan", "bridge-tally-transport/voucher-scan"] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The manifest no longer declares AGENTS.md reference: AGENTS.md:L174-L179 Useful? React with 👍 / 👎. |
||
| # Manual-only admission for the ignored, corpus-bound Unit A reconciliation | ||
| # harness. Shipped/default builds have no constructor for an AlterID width. | ||
| live-calibration-harness = [] | ||
| # The harness is what actually drives a voucher scan, so it implies the scan | ||
| # machinery it needs. | ||
| live-calibration-harness = ["voucher-scan"] | ||
|
|
||
| [workspace] | ||
| members = [ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.