Skip to content

Commit

Permalink
update adr toc
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Mar 26, 2024
1 parent f326e5b commit 78ec2c3
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 78ec2c3

Please sign in to comment.