diff --git a/etherlink/CHANGES_DSN_NODE.md b/etherlink/CHANGES_DSN_NODE.md index 0698b38580e0a47337b93e761eaa4cba80f889c2..f449032506e3ae2fcdfd71d83c64da848e4ef82f 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