Skip to content

Commit

Permalink
Merge pull request #20 from automata-network/release-v0.5
Browse files Browse the repository at this point in the history
Release v0.5
  • Loading branch information
chzyer authored Oct 23, 2024
2 parents e304f96 + 5451a09 commit 7be06ea
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Automata is building TEE Coprocessors on EigenLayer with Multi-Prover AVS. Decen

| Releases | operator | prover | scroll-node |
|----------|----------|--------|-------------|
| [v0.4.5 mainnet](mainnet/CHANGELOG.md) | v0.4.0 | v0.4.5 | v5.7.0 |
| [v0.5.0 holesky](holesky/CHANGELOG.md) | v0.5.0 | v0.5.0 | >= v5.6.0 |
| [v0.4.5 mainnet](mainnet/CHANGELOG.md) | v0.4.0 | v0.4.5 | v5.7.0 |
| [v0.4.5 holesky](holesky/CHANGELOG.md) | v0.4.0 | v0.4.5 | v5.7.0 |
| [v0.4.0 mainnet](mainnet/CHANGELOG.md) | v0.4.0 | v0.4.0 | v5.6.0 |
| [v0.4.0 holesky](holesky/CHANGELOG.md) | v0.4.0 | v0.4.0 | v5.6.0 |
Expand Down
38 changes: 38 additions & 0 deletions holesky/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,44 @@ docker compose up -d

</details>

## Version 0.5.0

| services | version |
|-------------|------------------|
| scroll node | >= v5.6.0 (no changed) |
| prover | v0.4.5 -> v0.5.0 |
| operator | v0.4.0 -> v0.5.0 |

**No configuration changed**

* Upgraded the Automata SGX SDK to the latest version, supports the ubuntu 22.04.
* Upgraded the Intel SGX SDK to 2.24.
* Security improvement of attestation layer, make sure the result the operator submits must generated from the SGX prover.
* Fixed the issue where the SGX prover sometimes gets stuck.

<details>
<summary>Upgrade prover to v0.5.0</summary>

```bash
$ git pull
$ cd holesky
$ docker compose up -d
```

</details>

<details>
<summary>Upgrade operator to v0.5.0</summary>

```bash
$ git pull
$ cd prover/holesky
$ docker compose up -d
```

</details>


## Version 0.4.5

| services | version |
Expand Down
2 changes: 1 addition & 1 deletion holesky/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ networks:

services:
operator:
image: ghcr.io/automata-network/multi-prover-avs/operator:v0.4.0
image: ghcr.io/automata-network/multi-prover-avs/operator:v0.5.0
restart: always
container_name: multi-prover-operator
command: -c /config/operator.json
Expand Down
2 changes: 1 addition & 1 deletion prover/holesky/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
sgx-prover:
image: ghcr.io/automata-network/sgx-prover:avs-v0.4.7
image: ghcr.io/automata-network/sgx-prover:avs-v0.5.0
container_name: sgx-prover-avs-holesky
command: -p ${PORT:-18232}
privileged: true
Expand Down

0 comments on commit 7be06ea

Please sign in to comment.