-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmagicblock-private-payments-probe.generated.json
More file actions
163 lines (163 loc) · 4.61 KB
/
magicblock-private-payments-probe.generated.json
File metadata and controls
163 lines (163 loc) · 4.61 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"generatedAt": "2026-05-23T02:52:23.193Z",
"api": {
"payments": "https://payments.magicblock.app",
"docsIndex": "https://docs.magicblock.gg/llms.txt",
"status": "https://status.magicblock.app/api/services",
"privateDaoHealth": "https://api.privatedao.org/api/v1/magicblock/health",
"privateDaoChallenge": "https://api.privatedao.org/api/v1/magicblock/challenge"
},
"capabilityMatrix": [
{
"group": "Private Payments health",
"status": "used",
"reason": "The probe checks https://payments.magicblock.app/health and the PrivateDAO read-node health proxy."
},
{
"group": "Challenge/login",
"status": "used for readiness",
"reason": "The probe requests a challenge for a public test wallet. It does not sign or print bearer tokens."
},
{
"group": "Private balance",
"status": "auth-bound",
"reason": "Private balance reads require a bearer token from the wallet-signed challenge/login flow."
},
{
"group": "Unsigned transaction builders",
"status": "available",
"reason": "Deposit, transfer, and withdraw builders are wired in repo code; live signing/submission remains wallet-side."
},
{
"group": "Ephemeral Rollup regions",
"status": "used",
"reason": "The probe reads the MagicBlock status API and records live devnet services for reviewer evidence."
},
{
"group": "MagicBlock Dev Skill",
"status": "installed",
"reason": "The skill is installed under ~/.codex/skills/magicblock and was used to align the challenge/login and bearer-token boundary."
}
],
"docsIndex": {
"ok": true,
"status": 200,
"containsPrivatePayments": true,
"containsChallengeLogin": true
},
"live": {
"paymentsHealth": {
"ok": true,
"status": 200,
"payload": {
"status": "ok"
}
},
"privateDaoHealth": {
"ok": true,
"status": 200,
"payload": {
"ok": true,
"source": "backend-indexer",
"magicblock": {
"apiBase": "https://payments.magicblock.app",
"cluster": "devnet",
"health": "ok",
"privatePayments": {
"challengePath": "/v1/spl/challenge",
"loginPath": "/v1/spl/login",
"privateBalancePath": "/v1/spl/private-balance",
"bearerTokenRequired": true
}
}
}
},
"directChallenge": {
"ok": true,
"status": 200,
"payloadShape": {
"hasChallenge": true,
"hasMessage": false,
"keys": [
"challenge"
]
}
},
"privateDaoChallenge": {
"ok": true,
"status": 200,
"note": "PrivateDAO challenge proxy is live."
},
"mintInitialization": {
"ok": true,
"status": 200,
"mint": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
"payload": {
"mint": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
"validator": "MAS1Dt9qreoRMQ14YQuhg8UTZMMzDdKhmkZMECCzk57",
"transferQueue": "6wkXce7uhZ5B5uwuCxMy5qRQXXMV158Px5yqneLAY3JB",
"initialized": true
}
},
"devnetStatus": [
{
"region": "asia",
"server": "devnet-as.magicblock.app",
"name": "Asia",
"live": true,
"services": {
"er": true,
"rpc_router": true,
"pricing_oracle": true,
"vrf_oracle": true
}
},
{
"region": "europe",
"server": "devnet-eu.magicblock.app",
"name": "Europe",
"live": true,
"services": {
"er": true,
"rpc_router": true,
"pricing_oracle": true,
"vrf_oracle": true
}
},
{
"region": "tee",
"server": "devnet-tee-as.magicblock.app",
"name": "TEE",
"live": true,
"services": {
"er": true,
"vrf_oracle": true,
"rpc_router": false,
"pricing_oracle": false
}
},
{
"region": "usa",
"server": "devnet-us.magicblock.app",
"name": "USA",
"live": true,
"services": {
"er": true,
"rpc_router": true,
"pricing_oracle": true,
"vrf_oracle": true
}
}
]
},
"safety": {
"secretsPrinted": false,
"omittedFields": [
"wallet signatures",
"bearer tokens",
"private balances",
"private keys"
],
"boundary": "The probe verifies public health, status, and challenge readiness. Private balance reads and transaction submission require a wallet-signed login token and user-side transaction signing."
}
}