Skip to content

Commit

Permalink
Accept ADR-10 and update doc diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Nov 30, 2021
1 parent 22da895 commit 1104081
Show file tree
Hide file tree
Showing 3 changed files with 2,227 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -62,7 +62,7 @@ kept [here](./adr/README.md).

The following diagram represents the internal structure of the Hydra Node and the interactions between its components.

![](images/hydra-components.jpg)
![](images/hydra-architecture-direct.svg)

**Legend**:
- Grayed boxes represent components which are not developed yet
Expand Down
5 changes: 4 additions & 1 deletion docs/adr/0010-use-direct-chain.md
Expand Up @@ -4,7 +4,7 @@ Date: 2021-10-23

## Status

:hammer_and_wrench:
Accepted

## Context

Expand All @@ -26,3 +26,6 @@ For the time being, until _Plutus Application Framework_ is released, we will im

* Limit Hydra dependencies to [plutus](https://github.com/input-output-hk/plutus) repository
* Remove all PAB-related code as well as off-chain `Contract`s code and related dependencies
* An updated architecture diagram:

![](../images/hydra-architecture-direct.svg)

0 comments on commit 1104081

Please sign in to comment.