From be91c293e27c515f6244fc211aff29e8af6c5930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:27:58 -0300 Subject: [PATCH 1/2] docs: update roadmap --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21054723..1b52427e 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,10 @@ Support for older devnet releases is discontinued when the next devnet version i Some features we are looking to implement in the near future, in order of priority: -- [pq-devnet-3 support](https://github.com/lambdaclass/ethlambda/issues/73) -- [Fetching of unknown blocks referenced by attestations](https://github.com/lambdaclass/ethlambda/issues/91) -- [Discarding blocks with invalid signatures](https://github.com/lambdaclass/ethlambda/issues/78) +- [Add support for pq-devnet-4](https://github.com/lambdaclass/ethlambda/issues/155) +- [Use spawned for our P2P event loop](https://github.com/lambdaclass/ethlambda/issues/165) +- [Prune finalized states and old blocks](https://github.com/lambdaclass/ethlambda/issues/166) - [Non-finalization hardening: bound memory usage during long periods of non-finalization](https://github.com/lambdaclass/ethlambda/issues/103) - [Observability: more metrics from leanMetrics](https://github.com/lambdaclass/ethlambda/issues/76) - [RPC endpoints for chain data consumption](https://github.com/lambdaclass/ethlambda/issues/75) +- [Add guest program and ZK proving of the STF](https://github.com/lambdaclass/ethlambda/issues/156) From 67f34f2f3860ae633614b368eb37d9fadbc2e739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:33:43 -0300 Subject: [PATCH 2/2] docs: update devnet sections --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b52427e..acebe36a 100644 --- a/README.md +++ b/README.md @@ -86,17 +86,17 @@ Additional features: - [leanMetrics](docs/metrics.md) support for monitoring and observability - [lean-quickstart](https://github.com/blockblaz/lean-quickstart) integration for easier devnet running -### pq-devnet-2 +### pq-devnet-3 -Support for the [pq-devnet-2 spec](https://github.com/leanEthereum/pm/blob/main/breakout-rooms/leanConsensus/pq-interop/pq-devnet-2.md) will be ending soon (see ["older devnets"](#older-devnets)). A Docker tag `devnet2` is currently available for this version. +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. -### pq-devnet-3 +### pq-devnet-4 -We are working on adding support for 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` will be published for this version. +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. ### Older devnets -Docker tags for each devnet are released, with format `devnetX` (i.e. `devnet1`, `devnet2`). +Docker tags for each devnet are released, with format `devnetX` (i.e. `devnet1`, `devnet2`, `devnet3`). Support for older devnet releases is discontinued when the next devnet version is released.