Skip to content

Commit

Permalink
README: update stack image (#1181)
Browse files Browse the repository at this point in the history
Also fixed CI
  • Loading branch information
boneyard93501 authored Sep 6, 2021
1 parent cb7bdef commit 97c883a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/fluencelabs/node-distro/actions/workflows/container.yml/dispatches \
-d '{
"ref":"container_branch",
"ref":"main",
"inputs": {
"container_tag":"'${BRANCH}'",
"version": "'${CIRCLE_BRANCH}_${CIRCLE_SHA1}'",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
workflow: update_fluence
repo: fluencelabs/node-distro
ref: 'services_json'
ref: 'main'
token: ${{ secrets.PERSONAL_TOKEN }}
inputs: '{
"version": "${{ env.RELEASE_VERSION }}",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ For documentation, go [here](https://fluence.dev/)

| Layer | Tech | Scale | State | Based on |
| :-------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------: | :-------------------------------: | :--------------------------------------------------------: |
| Execution | [FCE](https://github.com/fluencelabs/fce) | Single peer | Disk, network, external processes | Wasm, [IT](https://github.com/fluencelabs/interface-types), [Wasmer*](https://github.com/fluencelabs/wasmer) |
| Composition | [Aquamarine](https://github.com/fluencelabs/aquamarine) | Involved peers | Results and signatures | ⇅, π-calculus |
| Execution | [Marine](https://github.com/fluencelabs/marine) | Single peer | Disk, network, external processes | Wasm, [IT](https://github.com/fluencelabs/interface-types), [Wasmer*](https://github.com/fluencelabs/wasmer) |
| Composition | [Aqua](https://github.com/fluencelabs/aqua) | Involved peers | Results and signatures | ⇅, π-calculus |
| Topology | [TrustGraph](https://github.com/fluencelabs/fluence/tree/master/trust-graph), [DHT*](https://github.com/fluencelabs/rust-libp2p) | Distributed with Kademlia* algo | Actual state of the network | [libp2p](https://github.com/libp2p/rust-libp2p) |
| Security & Accounting | Blockchain | Whole network | Licenses & payments | substrate? |

<br/>

<p width="100%">
<img alt="aquamarine scheme" align="center" src="images/stack.png"/>
<img alt="aquamarine scheme" align="center" src="images/aqua_marine_stack.png"/>
</p>

## Quick summary
Expand Down
Binary file added images/aqua_marine_stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/stack.png
Binary file not shown.

0 comments on commit 97c883a

Please sign in to comment.