forked from mempool/mempool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.manifest.json
More file actions
76 lines (76 loc) · 2.64 KB
/
Copy pathdocs.manifest.json
File metadata and controls
76 lines (76 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"schemaVersion": 1,
"id": "mempool",
"name": "Universe Explorer",
"classification": "infrastructure",
"repository": "bitcoinuniverseio/mempool",
"documentationUrl": "https://docs.bitcoinuniverse.io/developers/interfaces/",
"docsRoot": "docs",
"sourceRef": "develop",
"releasedRef": "universe-2026.08.29.2",
"releaseVersion": "2026.08.29.2",
"lifecycle": "stable",
"chains": [
{
"chain": "bitcoin",
"networks": [
"mainnet"
]
},
{
"chain": "dogecoin",
"networks": [
"mainnet"
]
},
{
"chain": "zcash",
"networks": [
"mainnet"
]
}
],
"protocols": [
"ordinals",
"rare-sats",
"runes",
"op-inscriptions",
"zerdinals",
"zrunes",
"zrc20"
],
"audiences": [
"user",
"collector",
"app-developer",
"infrastructure-operator",
"security-verifier"
],
"specifications": [
"docs/data/ASSET-EVIDENCE.md",
"docs/data/CHECKPOINTS-AND-REORGS.md",
"docs/architecture/ADR-PROTOCOL-OVERLAY.md"
],
"statusSources": [
"https://explorer.bitcoinuniverse.io/api/v1/backend-info",
"https://explorer.bitcoinuniverse.io/api/v1/capabilities",
"https://explorer.bitcoinuniverse.io/api/v1/chains",
"https://explorer.bitcoinuniverse.io/api/v1/universe/protocols",
"https://explorer.bitcoinuniverse.io/api/v1/universe/sources"
],
"owners": [
"bitcoinuniverseio"
],
"upstream": {
"project": "The Mempool Open Source Project",
"url": "https://github.com/mempool/mempool",
"license": "AGPL-3.0-or-later",
"relationship": "fork",
"divergenceSummary": "Forked from upstream v3.3.1 on 2026-08-26 and kept on its own release line. The fork adds a protocol layer that reads the asset protocols carried on Bitcoin, Dogecoin, and Zcash, with a stated evidence state and a stated block behind every figure; a gateway that fronts the frontend, the explorer backend, and the Universe protocol overlay behind one origin; a capability report the frontend and the release preflight both read; first-party data only, enforced by a build gate that fails on any third-party data origin; a loopback default for the backend listener where upstream binds every interface; and removal of upstream trademarks and hosted-service integrations. Universe releases are tagged universe-* and are not upstream releases. Upstream Git history and upstream tags are preserved in this repository, and the upstream mirror branch is synchronized weekly."
},
"lastVerified": {
"commit": "9936eb7a29e8aaa3857a86fe363d529df121b243",
"timestamp": "2026-09-01T12:00:00Z"
},
"securityClassification": "public"
}