Skip to content

Commit

Permalink
docs: update ADR8 (#4631)
Browse files Browse the repository at this point in the history
* update adr8 to latest implementation decisions

* fix link

* fixed relationship between CallbackPacketData and packet data interfaces

* update changelog

* Apply suggestions from code review

Co-authored-by: srdtrk <[email protected]>

* fix(docs): fix broken link

* address rest of comments

* Update docs/architecture/adr-008-app-caller-cbs.md

Co-authored-by: srdtrk <[email protected]>

* Apply suggestions from code review

Co-authored-by: srdtrk <[email protected]>

* Apply suggestions from code review

Co-authored-by: Jim Fasarakis-Hilliard <[email protected]>
Co-authored-by: srdtrk <[email protected]>

---------

Co-authored-by: srdtrk <[email protected]>
Co-authored-by: srdtrk <[email protected]>
Co-authored-by: Jim Fasarakis-Hilliard <[email protected]>
  • Loading branch information
4 people authored Sep 19, 2023
1 parent edbaf50 commit 68f7ab3
Show file tree
Hide file tree
Showing 5 changed files with 545 additions and 646 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To suggest an ADR, please make use of the [ADR template](./adr-template.md) prov
| [005](./adr-005-consensus-height-events.md) | `UpdateClient` events - `ClientState` consensus heights | Accepted |
| [006](./adr-006-02-client-refactor.md) | ICS02 client refactor | Accepted |
| [007](./adr-007-solomachine-signbytes.md) | ICS06 Solo machine sign bytes |
| [008](./adr-008-app-caller-cbs/adr-008-app-caller-cbs.md) | Callback to IBC ACtors | Accepted |
| [008](./adr-008-app-caller-cbs.md) | Callback to IBC ACtors | Accepted |
| [009](./adr-009-v6-ics27-msgserver.md) | ICS27 message server addition | Accepted |
| [010](./adr-010-light-clients-as-sdk-modules.md) | IBC light clients as SDK modules | Accepted |
| [011](./adr-011-transfer-total-escrow-state-entry.md) | ICS20 state entry for total amount of tokens in escrow | Accepted |
Expand Down
Loading

0 comments on commit 68f7ab3

Please sign in to comment.