From 78ec2c3e25b5f75c58351f50a7e0a5855dc53386 Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Tue, 26 Mar 2024 11:57:23 +0100 Subject: [PATCH] update adr toc --- docs/architecture/README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/architecture/README.md b/docs/architecture/README.md index 181417010..eb3dc8ec2 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -25,12 +25,14 @@ To suggest an ADR, please make use of the [ADR template](./adr-template.md) prov ## Table of Contents -| ADR \# | Description | Status | -|----------------------------------------------------|-------------------------------------------------------|----------| -| [001](./adr-001-handler-implementation.md) | IBC handlers implementation | Accepted | -| [002](./adr-002-error.md) | Error Management | Accepted | -| [003](./adr-003-ics20-implementation.md) | ICS20 implementation | Accepted | -| [004](./adr-004-light-client-crates-extraction.md) | Light client crates extraction | Accepted | -| [005](./adr-005-handlers-redesign.md) | Handlers validation and execution separation | Accepted | -| [006](./adr-006-upgrade-client-implementation.md) | Chain and client upgradability | Accepted | -| [007](./adr-007-light-client-contexts.md) | Light client contexts | Accepted | +| ADR \# | Description | Status | +| ------------------------------------------------------- | -------------------------------------------- | -------- | +| [001](./adr-001-handler-implementation.md) | IBC handlers implementation | Accepted | +| [002](./adr-002-error.md) | Error Management | Accepted | +| [003](./adr-003-ics20-implementation.md) | ICS20 implementation | Accepted | +| [004](./adr-004-light-client-crates-extraction.md) | Light client crates extraction | Accepted | +| [005](./adr-005-handlers-redesign.md) | Handlers validation and execution separation | Accepted | +| [006](./adr-006-upgrade-client-implementation.md) | Chain and client upgradability | Accepted | +| [007](./adr-007-light-client-contexts.md) | Light client contexts | Accepted | +| [008](./adr-008-restructure-ibc-crate.md) | Restructure `ibc` crate | Proposed | +| [010](./adr-010-enable-standalone-ics02-integration.md) | Enable standalone `ics-02` integration | Proposed |