You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,20 +97,20 @@ Docker images are published to `ghcr.io/lambdaclass/ethlambda` with the followin
97
97
98
98
| Tag | Description |
99
99
|-----|-------------|
100
-
|`devnetX`| Stable image for a specific devnet (e.g. `devnet3`) |
100
+
|`devnetX`| Stable image for a specific devnet (e.g. `devnet4`) |
101
101
|`latest`| Alias for the stable image of the currently running devnet |
102
102
|`unstable`| Development builds; promoted to `devnetX`/`latest` once tested |
103
103
|`sha-XXXXXXX`| Specific commit |
104
104
105
105
[`RELEASE.md`](./RELEASE.md) has more details on our release process and how to tag new images.
106
106
107
-
### pq-devnet-3
107
+
### pq-devnet-4
108
108
109
-
We are running the [pq-devnet-3 spec](https://github.com/leanEthereum/pm/blob/main/breakout-rooms/leanConsensus/pq-interop/pq-devnet-3.md). A Docker tag `devnet3` is available for this version.
109
+
We are running the `pq-devnet-4` spec. A Docker tag `devnet4` is available for this version.
110
110
111
-
### pq-devnet-4
111
+
### pq-devnet-5
112
112
113
-
We are working on adding support for the [pq-devnet-4 spec](https://github.com/leanEthereum/pm/blob/main/breakout-rooms/leanConsensus/pq-interop/pq-devnet-4.md). A Docker tag `devnet4` will be published for this version.
113
+
[We are working on adding support for the `pq-devnet-5` spec](https://github.com/lambdaclass/ethlambda/issues/285). A Docker tag `devnet5` will be published for this version.
114
114
115
115
### Older devnets
116
116
@@ -122,7 +122,7 @@ Support for older devnet releases is discontinued when the next devnet version i
122
122
123
123
Some features we are looking to implement in the near future, in order of priority:
124
124
125
-
-[Add support for pq-devnet-4](https://github.com/lambdaclass/ethlambda/issues/155)
125
+
-[Add support for pq-devnet-5](https://github.com/lambdaclass/ethlambda/issues/285)
126
126
-[RPC endpoints for chain data consumption](https://github.com/lambdaclass/ethlambda/issues/75)
127
127
-[Add guest program and ZK proving of the STF](https://github.com/lambdaclass/ethlambda/issues/156)
128
128
-[Formal verification of the STF](https://github.com/lambdaclass/ethlambda/issues/272)
0 commit comments