From 9a5eb6e0f6d2fff583475bceb50ad89439264024 Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Wed, 29 Oct 2025 15:51:03 +0200 Subject: [PATCH] Update 2025-10-27.md - Add Nes updates (#324) --- content/updates/2025-10-27.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/content/updates/2025-10-27.md b/content/updates/2025-10-27.md index 8e9df03a7..29cbe5c1f 100644 --- a/content/updates/2025-10-27.md +++ b/content/updates/2025-10-27.md @@ -263,7 +263,24 @@ draft: false ### vac:nes: - +- `state-separation-architecture-poc:zones` + - Started investigating Nomos to understand zones and try to figure out how to position NSSA. + - Drafted a [document](https://www.notion.so/zkzkEVM-and-NSSA-2948f96fb65c80a893a6d21022d01959?source=copy_link) about the [zkzkEVM approach](https://ethresear.ch/t/zkzkevm-private-evm/23315) and included a detailed comparison with NSSA. +- `state-separation-architecture-poc:ux-wallet` + - Finalized various wallet-connected PRs [124](https://github.com/vacp2p/nescience-testnet/pull/124), [127](https://github.com/vacp2p/nescience-testnet/pull/127), [137](https://github.com/vacp2p/nescience-testnet/pull/137), [140](https://github.com/vacp2p/nescience-testnet/pull/140). + - Started working on CLI refactor PR [141](https://github.com/vacp2p/nescience-testnet/pull/141) +- `vac:nes:2025q4:state-separation-architecture-poc:seq-testing` + - Finished sequencer tps testing [task](https://www.notion.so/E5-Sequencer-stress-testing-27d8f96fb65c80d3b26ce47a98c464f3) ([PR](https://github.com/vacp2p/nescience-testnet/pull/142) and [report](https://www.notion.so/Performance-tests-report-2968f96fb65c800bb96bd1a10fc95739)). +- `vac:nes:2025q4:state-separation-architecture-poc:fee` + - Reviewed fee mechanism [docs](https://www.notion.so/R4-Fee-mechanism-design-27d8f96fb65c800296d6dc359e3124ce) +- `vac:nes:2025q4:state-separation-architecture-poc:sequencer` + - Started to work on node state recovery from stored blocks ([task](https://www.notion.so/E4-Sequencer-stability-improvements-27d8f96fb65c8192a33ceb032fbf6a8c) and [draft](https://github.com/vacp2p/nescience-testnet/pull/143)). +- `Other` + - Wrote a [proposal](https://www.notion.so/Wallet-usability-improvements-proposal-2928f96fb65c8049a50ad2756561ba19) for basic wallet UI. +- `vac:acz:nes:2025q4-nescience-consulting:voting` + - Prepared a [specifications](https://www.notion.so/Governance-and-voting-in-NSSA-2938f96fb65c80abb5fed5b4115719ea) on governance and voting in NSSA; supports simple-voting and quadratic voting. Prepared [document](https://www.notion.so/Quadratic-voting-program-2958f96fb65c8099a5b0cc50a723f571) on modifications to `Token program` to handle quadratic exchange (necessary for quadratic voting). +- `vac:acz:nes:2025q4-nescience-consulting:wrapped_stablecoins` + - Looked into wrapped Bitcoin, and prepared a [document](https://www.notion.so/Pathway-to-SNT-in-NSSA-2968f96fb65c80cda7d9d558f84d1683) on wrapping SNT from Ethereum to NSSA. ### vac:web: