Skip to content

Commit 052ee3c

Browse files
committed
docs(adr): renumber the settlement ADR to 0013
`main` took ADR-0010 for the beta upgrade channel decision while this branch was open, and has since reached ADR-0012. The repository's ADR governance check rejects a pull request that introduces a duplicate ADR number, so this branch could not merge as it stood. Renumbers the settlement-version ADR to the next free number and updates the two references to it in the end-to-end gate driver. The ADR content is otherwise unchanged. Also corrects two stale references to ant-protocol#23, which was reverted in ant-protocol#24; the live protocol pull request is ant-protocol#25.
1 parent 4eb60f5 commit 052ee3c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mimalloc = "0.1"
4040
# (the rc-2026.4.2 branch) so Cargo can unify the wire types here
4141
# with ant-protocol's re-exports.
4242
# Branch pin while the settlement-version wire types are in review
43-
# (WithAutonomi/ant-protocol#23). Swap back to a published `ant-protocol`
43+
# (WithAutonomi/ant-protocol#25). Swap back to a published `ant-protocol`
4444
# version pin once that PR merges and the release train publishes it.
4545
ant-protocol = { git = "https://github.com/grumbach/ant-protocol", branch = "settlement-version-quote-gate" }
4646

docs/adr/ADR-0010-settlement-version-and-pre-payment-compatibility.md renamed to docs/adr/ADR-0013-settlement-version-and-pre-payment-compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ADR-0010: Settlement version and pre-payment compatibility
1+
# ADR-0013: Settlement version and pre-payment compatibility
22

33
- **Status:** Proposed
44
- **Date:** 2026-08-13
55
- **Decision owners:** Anselme Grumbach
66
- **Reviewers:** David Irvine
77
- **Supersedes:** none
88
- **Superseded by:** none
9-
- **Related:** ADR-0008 (storage economics and payment protocol); ant-protocol#23; ant-node#204; ant-client#171
9+
- **Related:** ADR-0008 (storage economics and payment protocol); ant-protocol#25; ant-node#204; ant-client#171
1010

1111
## Context
1212

tests/e2e/settlement_version_gate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//! Live driver for the settlement-version quote gate (ADR-0010).
1+
//! Live driver for the settlement-version quote gate (ADR-0013).
22
//!
33
//! Every other test of this gate calls the handler in-process. This one puts
44
//! the four cases on a real QUIC connection between two nodes built from this
5-
//! branch, which is the one thing ADR-0010 records as never having been done:
5+
//! branch, which is the one thing ADR-0013 records as never having been done:
66
//! "the gate itself has never run over a real connection, because the devnet
77
//! speaks the pre-versioned dialect".
88
//!

0 commit comments

Comments
 (0)