File tree 4 files changed +42
-3
lines changed
4 files changed +42
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ Automata is building TEE Coprocessors on EigenLayer with Multi-Prover AVS. Decen
8
8
9
9
| Releases | operator | prover | scroll-node |
10
10
| ----------| ----------| --------| -------------|
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 |
12
13
| [ v0.4.5 holesky] ( holesky/CHANGELOG.md ) | v0.4.0 | v0.4.5 | v5.7.0 |
13
14
| [ v0.4.0 mainnet] ( mainnet/CHANGELOG.md ) | v0.4.0 | v0.4.0 | v5.6.0 |
14
15
| [ v0.4.0 holesky] ( holesky/CHANGELOG.md ) | v0.4.0 | v0.4.0 | v5.6.0 |
Original file line number Diff line number Diff line change @@ -37,6 +37,44 @@ docker compose up -d
37
37
38
38
</details >
39
39
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
+
40
78
## Version 0.4.5
41
79
42
80
| services | version |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ networks:
4
4
5
5
services :
6
6
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
8
8
restart : always
9
9
container_name : multi-prover-operator
10
10
command : -c /config/operator.json
Original file line number Diff line number Diff line change 1
1
services :
2
2
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
4
4
container_name : sgx-prover-avs-holesky
5
5
command : -p ${PORT:-18232}
6
6
privileged : true
You can’t perform that action at this time.
0 commit comments