Nomos Weekly Update - 2025-05-12 §
Nomos Bedrock §
Research §
- Cryptarchia development:
- Fork Choice Rule updated to use a 2-phase approach: bootstrapping and online phases
- Bootstrapping phase is uncommitted to any block, using density checks for resilience against misbehaving peers
- Online phase rejects forks older than k, committing to the k’th block
- Causal Finality work focused on formalizing guarantees with happens-before relation
- Bootstrapping and Synchronization specification redesigned to reflect new fork choice rules
- Defines bootstrap fork choice rule enablement
- Details block download methodology
- Introduces bootstrapping from checkpoints using immutable block principles
- Mantle development:
- Block processing framework:
- P2P Network improvements:
- SDP impact analysis:
Development §
- Storage optimization:
- New storage abstraction layer PR introducing clearer database interaction patterns
- Block pruning groundwork: PR #1261, PR #1262, PR #1265
- P2P network enhancements:
- Refactoring of
nomos-libp2p
code to split logic into different modules: PR #1266
- NAT traversal state machine and AutoNAT behavior implementation planning
- Membership service:
- Transaction framework:
- Mantle transaction definitions in progress
- ActivityContract removal from SDP implementation in progress
Nomos Bedrock Services §
Research §
- Data Availability advancements:
- Blend Network progress:
- Blend Protocol v1 under review with comments being addressed
- “Node Communication Strategy Guide” (formerly Tier 5) moved to appendix of Blend Protocol document
Development §
- Data Availability implementation:
- DA v1.1 implementation PR #1259 reviewed for consistency with specification
Nomos Applications §
Development §
- Sovereign Rollups planning:
- “How to build a Sovereign Rollup on Nomos” document in development
- Validium PoC:
- Updated README with links to zksync-era fork repository: PR #72
- Overwatch improvements:
- Service lifecycle enhancement PR #79 adding granular control
- Replaced outdated
LifecycleHandlers
with simpler mechanism
- Upgraded communications to async with improved message handling
- Enhanced graceful shutdown priority
- Code quality:
- Introduction of additional Clippy lints: PR #1263
- Nomos Hardware Requirements documentation created
Documentation §