feat: implement Epic 7 - SPSP Settlement Negotiation#7
Merged
ALLiDoizCode merged 3 commits intomainfrom Feb 9, 2026
Merged
Conversation
Add genesis peer configuration, ArDrive peer registry, bootstrap service redesign, social graph peer discovery, and Docker entrypoint integration for layered peer discovery (Stories 6.1-6.5). - GenesisPeerLoader: loads bundled genesis peers from JSON + env var overlay - ArDrivePeerRegistry: fetches peer registry from ArDrive gateway - BootstrapService: redesigned to use layered discovery (genesis + ArDrive + env) - SocialPeerDiscovery: real-time NIP-02 follow list peer expansion with SPSP - Docker entrypoint: refactored to use BootstrapService + SocialPeerDiscovery - 855 tests passing across all packages (840 core + 15 docker) - QA gates: all 5 stories PASS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Lead with plain-English explanation of what the project does, document the monorepo structure, ILP-gated relay, Docker deployment, and layered peer discovery. Remove stale API references and unused event kinds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add settlement capability negotiation to the SPSP handshake flow, enabling peers to discover and agree on compatible settlement methods during connection setup. Includes configurable zero-amount SPSP acceptance for bootstrap node compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
@agent-society/blsand@agent-society/relaypackages@agent-society/corewith discovery, settlement negotiation, and enhanced SPSP flowsTest plan
npx vitest run)🤖 Generated with Claude Code