Architecture & roadmap doc (docs/ARCHITECTURE.md) for the contract source verification service#4
Merged
yvesfracari merged 4 commits intoJun 12, 2026
Conversation
63fcf44 to
2d097ed
Compare
…ation Service RFP Full 13-section proposal per STE-52: MVP evidence, SEP-58 field-by-field pipeline mapping with Mermaid diagram, all three source modes + IPFS, image trust tiers with eviction-downgrade semantics, multi-verifier ed25519-signed result model, /v1 API spec with verifier-API SEP conformance commitment, submission flows incl. retroactive off-chain metadata path, threat model, ops/sustainability, repo-grounded prior art (Sourcify, solana-verify, stellar-expert/soroban-build-workflow, stellar-cli #2585/#2586), RFP-deliverable-mapped milestones, integrations plan, compliance, and a requirements traceability appendix. Closes STE-52
… comments with the proposal Remove Appendix A from docs/PROPOSAL.md. Update README to point at the proposal, replace the SCF tranche framing and pre-decision API shape with the /v1 endpoints and grant milestones, correct the SEP-55 title, and reference SEP-58. Align toolchain-manifest and reader source comments with the same grant-scope vocabulary.
Same 13 sections, decisions, and RFP coverage; the multi-verifier, IPFS/artifact-store, network-isolation, and SEP-55 points now each live in one section instead of three or four.
8b8222b to
9338520
Compare
docs/PROPOSAL.md becomes docs/ARCHITECTURE.md: same technical content (SEP-58 pipeline mapping, source modes, trust tiers, multi-verifier signing, /v1 API, threat model, prior art) reframed as the project's own design doc. All proposal/grant/funding framing removed; milestones become roadmap phases. README, toolchain manifest, and reader comments updated to point at the new doc.
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
Adds
docs/ARCHITECTURE.md— the design document and roadmap for Soroscan Verify, the Soroban contract source verification service — and aligns the rest of the repo docs with it (closes STE-52).6fe7bd58…); SEP-58 field-by-field pipeline mapping with a Mermaid data-flow diagram; all three SEP-58 source modes with IPFS as a first-tier retrieval channel; image trust tiers where allowlist eviction downgrades past verifications instead of deleting them; multi-verifier design with ed25519-signed results and per-verifier disagreement rendering; the/v1API (GET /v1/contract/{id},GET /v1/wasm/{hash},POST /v1/verifications,GET /v1/verifiers) with schema sketch and a conformance commitment to the forthcoming verifier-API SEP; submission flows incl. retroactive off-chain metadata submission; security & threat model; operations targets (99%+ uptime, 5-minute verification or queued status); prior art grounded in review of Sourcify, solana-verifiable-build, stellar-expert/soroban-build-workflow, and stellar-cli PRs #2585/#2586; a five-phase roadmap; integrations and openness principlesReview notes