From a316a8c47a9829928620ae7756c78a041a86412a Mon Sep 17 00:00:00 2001 From: Andrea Cerone Date: Fri, 26 Apr 2024 14:04:35 +0100 Subject: [PATCH] Dsn node: Changelog --- etherlink/CHANGES_DSN_NODE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etherlink/CHANGES_DSN_NODE.md b/etherlink/CHANGES_DSN_NODE.md index 0698b38580e0..f449032506e3 100644 --- a/etherlink/CHANGES_DSN_NODE.md +++ b/etherlink/CHANGES_DSN_NODE.md @@ -3,6 +3,15 @@ ## Version for NEXT ### Features +- Implement threshold encryption primitives in + bin_dsn_nodes/crates/threshold_encryption (!12876) +- DSN node running in bundler mode proxies all requests received by EVM + observer nodes to the EVM sequencer node (!12841) +- DSN Node running in sequencer mode is able to receive proposals via a RPC + POST request, compute preblocks from received proposals, and stream + preblocks via a RPC monitor endpoint (!12947) +- RPC functionalities for defining services that are compatible with RESTO + have been isolated in a separate crate in bin_dsn_node/crates/rpc (!13080) ### Bug fixes -- GitLab