From 2cb6d43a954656a4daccbdf46ee6cac6a9f88be5 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Wed, 19 Feb 2025 21:27:08 +1100 Subject: [PATCH] Restore Nomos 2025-02-17 update --- content/nomos/updates/2025-02-17.md | 103 ++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 content/nomos/updates/2025-02-17.md diff --git a/content/nomos/updates/2025-02-17.md b/content/nomos/updates/2025-02-17.md new file mode 100644 index 000000000..549992dd2 --- /dev/null +++ b/content/nomos/updates/2025-02-17.md @@ -0,0 +1,103 @@ +--- +title: 2025-02-17 Nomos weekly +tags: + - nomos-updates +date: 2025-02-17 +lastmod: 2025-02-17 +draft: false +description: Weekly update of Nomos +--- + +## Nomos Bedrock + +### Research + +- Cryptarchia article draft completed: [Nomos Cryptarchia: Improving on Ouroboros Crypsinous](https://www.notion.so/Nomos-Cryptarchia-Improving-on-Ouroboros-Crypsinous-1898f96fb65c80fea124e6fbda9cfd7f) + +### Development + +- Clock service implementation initiated - [branch available](https://github.com/logos-co/nomos-node/tree/cryptarchia/clock-service) +- Consensus improvements: + - Grouped consensus relays entities - [PR #1040](https://github.com/logos-co/nomos-node/pull/1040) + - Working on consensus recovery - [WIP PR #1043](https://github.com/logos-co/nomos-node/pull/1043) +- Updated PoC code to reflect new changes - [PR #49](https://github.com/logos-co/nomos-pocs/pull/49) + +## Nomos Bedrock Services + +### Research + +- Personal notes on RDP features including locking, slashing, rewarding, restaking and Mantle fees - [conclusion available](https://www.notion.so/Bringing-new-functionality-for-RDP-rewards-and-proposer-fees-1918f96fb65c8018a541d8b8df72a6aa?pvs=4#19a8f96fb65c8079972fc67c0a727b55) +- RDP feature development: + - Planning Zone0 specifications including: + - Deposit and Withdrawal mechanisms + - Role registration + - Restaking subscription and limitations + - Reward mechanisms + - PoL implementation + - Mantle fees integration +- NomosDA developments: + - [Reconstruction specification](https://www.notion.so/NomosDA-Reconstruction-1828f96fb65c80b2bbb9f4c5a0cf26a5) in progress +- Blend Network progress: + - Substantial revision of [network introduction](https://www.notion.so/Nomos-Blend-Network-Introduction-1058f96fb65c808abb1dcb33cc2ed417) + - Revised [encapsulation mechanism](https://www.notion.so/Nomos-Blend-Network-Encapsulation-Mechanism-1838f96fb65c81ea802fc8056debdd6c?pvs=4#19a8f96fb65c80b8aab6edff34e55455) + - Initial Tier 5 sketch added to [introduction document](https://www.notion.so/Nomos-Blend-Network-Introduction-1058f96fb65c808abb1dcb33cc2ed417?pvs=4#f6e5f7c58aac47e1b5f23690ee70baf4) + - Calculator design for network resilience and privacy properties - [design considerations](https://www.notion.so/Design-considerations-for-resilient-anonymous-communication-in-Blend-Network-1938f96fb65c802d9d36c3336b0260f8) + - Tier 4 documentation under review + - Multi-region simulation progress: Completed [first report of multi-region Blend simulation](https://www.notion.so/Blend-Multi-region-Latency-Bandwidth-Measurements-1968f96fb65c80b8be3ad43a783ef3c3) - Brief explanation prepared regarding [PoQ and PoM zk-proof circuit structure](https://www.notion.so/PoQ-and-PoM-1998f96fb65c80929a27e0740e4d74e7) +- DA research developments: + - Completed [Frida review and documentation](https://www.notion.so/FRIDA-Data-Availability-Sampling-from-FRI-1978f96fb65c80ff911ffed16f3cb12a) + - [ZODA protocol analysis](https://www.notion.so/ZODA-Protocol-Details-19a8f96fb65c80429708db6907a561dc) completed + +### Development + +- DA service improvements: + - Implemented IO error registration - [PR #1055](https://github.com/logos-co/nomos-node/pull/1055) + - Connection monitoring proposal - [Dismissed PR #1054](https://github.com/logos-co/nomos-node/pull/1054) + - WIP connection management in behaviour - [branch](https://github.com/logos-co/nomos-node/tree/da-conn-maintenance-behavior) + - Updated indexer API for DA reconstruction - [PR #1042](https://github.com/logos-co/nomos-node/pull/1042) +- Overwatch improvements: + - New approach to generics and trait bounds - [PR #46](https://github.com/logos-co/Overwatch/pull/46) & [PR #47](https://github.com/logos-co/Overwatch/pull/47) + +## Nomos Zones Ecosystem + +### Research + +- Uniswap Zone development: + - Initial [preliminary research](https://www.notion.so/Preliminary-Research-Uniswap-1968f96fb65c80908e1fd6184da0d7b8) completed + - Design discussions on fee distribution to LPs + - Initial SwapVM design sketching in progress + - Identified potential impacts on current bedrock specifications + +### Development + +- Nothing to report + +## Road to Production, Testnet and Tooling + +### Research + +- State sync mechanism: + - Completed [Ethereum Beacon Chain syncing mechanism research](https://www.notion.so/Synchronization-1978f96fb65c800b9127ec5457a7133d) + - Nomos-specific approach in design phase +- Added cargo-deny support for dependency vulnerability awareness - [PR #1050](https://github.com/logos-co/nomos-node/pull/1050) + +### Development + +- Added panic hook for better debugging - [PR #1053](https://github.com/logos-co/nomos-node/pull/1053) +- Node Recovery enhancements: + - Consensus recovery implementation in progress + - Save and recover missing pieces of required information + - Building reconstruction capabilities from genesis +- Node improvements: + - Base framework polishing + - Mempool recovery development + - Documentation updates planned for release + +## Documentation + +- Cryptarchia article publication planned for next week +- Whitepaper Bedrock section completed and ready for review +- Started work on whitepaper services section +- Public documentation updates: + - Blog posts and articles in progress + - Release documentation improvements planned