From 792c9f06b58d7962a01bb24d3fe30695caf8f2f3 Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Tue, 1 Nov 2022 14:17:02 +0100 Subject: [PATCH] rename to 083 --- docs/architecture/README.md | 2 +- ...{adr-082-out-of-band-sync.md => adr-083-out-of-band-sync.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/architecture/{adr-082-out-of-band-sync.md => adr-083-out-of-band-sync.md} (98%) diff --git a/docs/architecture/README.md b/docs/architecture/README.md index 390a1140a..2e1627b82 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -81,7 +81,7 @@ Note the context/background should be written in the present tense. - [ADR-075: RPC Event Subscription Interface](./adr-075-rpc-subscription.md) - [ADR-079: Ed25519 Verification](./adr-079-ed25519-verification.md) - [ADR-081: Protocol Buffers Management](./adr-081-protobuf-mgmt.md) -- [ADR-082: Out-of-band Sync](./adr-082-out-band-sync.md) +- [ADR-083: Out-of-band Sync](./adr-083-out-band-sync.md) ### Deprecated diff --git a/docs/architecture/adr-082-out-of-band-sync.md b/docs/architecture/adr-083-out-of-band-sync.md similarity index 98% rename from docs/architecture/adr-082-out-of-band-sync.md rename to docs/architecture/adr-083-out-of-band-sync.md index bf89dc749..c4836e72f 100644 --- a/docs/architecture/adr-082-out-of-band-sync.md +++ b/docs/architecture/adr-083-out-of-band-sync.md @@ -1,4 +1,4 @@ -# ADR 082: Supporting out of band state sync +# ADR 083: Supporting out of band state sync ## Changelog