Skip to content

Commit 7be06ea

Browse files
authored
Merge pull request #20 from automata-network/release-v0.5
Release v0.5
2 parents e304f96 + 5451a09 commit 7be06ea

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Automata is building TEE Coprocessors on EigenLayer with Multi-Prover AVS. Decen
88

99
| Releases | operator | prover | scroll-node |
1010
|----------|----------|--------|-------------|
11-
| [v0.4.5 mainnet](mainnet/CHANGELOG.md) | v0.4.0 | v0.4.5 | v5.7.0 |
11+
| [v0.5.0 holesky](holesky/CHANGELOG.md) | v0.5.0 | v0.5.0 | >= v5.6.0 |
12+
| [v0.4.5 mainnet](mainnet/CHANGELOG.md) | v0.4.0 | v0.4.5 | v5.7.0 |
1213
| [v0.4.5 holesky](holesky/CHANGELOG.md) | v0.4.0 | v0.4.5 | v5.7.0 |
1314
| [v0.4.0 mainnet](mainnet/CHANGELOG.md) | v0.4.0 | v0.4.0 | v5.6.0 |
1415
| [v0.4.0 holesky](holesky/CHANGELOG.md) | v0.4.0 | v0.4.0 | v5.6.0 |

holesky/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,44 @@ docker compose up -d
3737

3838
</details>
3939

40+
## Version 0.5.0
41+
42+
| services | version |
43+
|-------------|------------------|
44+
| scroll node | >= v5.6.0 (no changed) |
45+
| prover | v0.4.5 -> v0.5.0 |
46+
| operator | v0.4.0 -> v0.5.0 |
47+
48+
**No configuration changed**
49+
50+
* Upgraded the Automata SGX SDK to the latest version, supports the ubuntu 22.04.
51+
* Upgraded the Intel SGX SDK to 2.24.
52+
* Security improvement of attestation layer, make sure the result the operator submits must generated from the SGX prover.
53+
* Fixed the issue where the SGX prover sometimes gets stuck.
54+
55+
<details>
56+
<summary>Upgrade prover to v0.5.0</summary>
57+
58+
```bash
59+
$ git pull
60+
$ cd holesky
61+
$ docker compose up -d
62+
```
63+
64+
</details>
65+
66+
<details>
67+
<summary>Upgrade operator to v0.5.0</summary>
68+
69+
```bash
70+
$ git pull
71+
$ cd prover/holesky
72+
$ docker compose up -d
73+
```
74+
75+
</details>
76+
77+
4078
## Version 0.4.5
4179

4280
| services | version |

holesky/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ networks:
44

55
services:
66
operator:
7-
image: ghcr.io/automata-network/multi-prover-avs/operator:v0.4.0
7+
image: ghcr.io/automata-network/multi-prover-avs/operator:v0.5.0
88
restart: always
99
container_name: multi-prover-operator
1010
command: -c /config/operator.json

prover/holesky/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
sgx-prover:
3-
image: ghcr.io/automata-network/sgx-prover:avs-v0.4.7
3+
image: ghcr.io/automata-network/sgx-prover:avs-v0.5.0
44
container_name: sgx-prover-avs-holesky
55
command: -p ${PORT:-18232}
66
privileged: true

0 commit comments

Comments
 (0)