From 65ace5ded4ac3c7b51997b5b2a8adb922c1e8c58 Mon Sep 17 00:00:00 2001 From: Pablo Deymonnaz Date: Tue, 10 Mar 2026 18:17:57 -0300 Subject: [PATCH] Remove completed items from README roadmap The spawned P2P event loop (#165, PR #188) and leanMetrics observability (#76, PR #192) are both merged. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 08ea66c..a3d5357 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,5 @@ 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: - [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) - [WIP](https://github.com/lambdaclass/ethlambda/pull/188) -- [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)