site/releases-manifest.json
Local Dev 0a734e808d Ship Theseus 0.0.7 + Ariadne 0.10 (bundled BNS index + fresh hashes)
Site + manifest updates for the two published artifacts. Both live at
dl.silentmode.st; Sia mirror updated for the operator-published snapshot
(https://s3.silentmode.st:8600/bns/name-list.json, root c37b8596…).

  TheseusNavigator-Setup-0.0.7.exe    95.4 MB
    1b0dabcd2b13067aa1fd89c3271708b35ba22dfc7a620e248b35e0487b7a104f
  TheseusNavigator-0.0.7-portable.exe 92.7 MB
    706dc01b21a88d3c2fbc3eeced0cab6ace873630bf3edc2d40915ca5be5c8cae
  ariadne-v0.10.apk                    124 KB
    ca53d8b47e9943bb73a9d0dad1f5e69a77ca01514b09d0cf15e882ca53484ebb
    (signing key sha256 46ebbbe5dc73148d66410fd0337b1e6683472128c983e8e2578200b9e3ca548c)

Fixes a partial-update bug in the previous "Ship 0.0.7" pass — the
Windows verify-box and Android section on tools/index.html still carried
the 0.0.6 / 0.8 hashes even though the download URLs had been rewritten.
2026-08-30 22:15:31 +02:00

50 lines
2.2 KiB
JSON

{
"schema": "silentmode-releases/2",
"updated": "2026-08-30",
"mirrors": [
"https://dl.silentmode.st/"
],
"releases": [
{
"id": "ariadne-resolver",
"product": "Ariadne Resolver (Windows)",
"version": "0.1.0",
"date": "2026-08-01",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
"files": {
"AriadneResolver-Setup-0.1.0.exe": "9ab725bec5567625e5857a49b112c4fbc0f59dbdd623abd7110429306f5d0ddb"
}
},
{
"id": "ariadne-android",
"product": "Ariadne for Android",
"version": "0.10",
"date": "2026-08-30",
"platform": "android",
"minSdk": 21,
"signed": true,
"signingAuthority": null,
"signingCertSha256": "46ebbbe5dc73148d66410fd0337b1e6683472128c983e8e2578200b9e3ca548c",
"changes": "Ships with a bundled BNS starter index in APK assets (44 names, snapshot root c37b8596…). On a fresh install the first .bch page opens from the bundled cache instead of blocking on a full electrum walk; the on-disk cache still takes over on the next launch, and a background refresh continues to run.",
"files": {
"ariadne-v0.10.apk": "ca53d8b47e9943bb73a9d0dad1f5e69a77ca01514b09d0cf15e882ca53484ebb"
}
},
{
"id": "theseus-navigator",
"product": "Theseus Navigator",
"version": "0.0.7",
"date": "2026-08-30",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
"changes": "Ships with a bundled BNS beacon snapshot (73 txs, root c37b8596…) so the first .bch page opens near-instantly on a fresh install. A background delta-refresh loop keeps the index live every 30 s — one electrum call plus only the tx bodies that landed since — so subsequent .bch navigations see zero user-visible latency. Also pulls the operator's latest published snapshot from Sia on boot to shorten catch-up on the NEXT launch.",
"files": {
"TheseusNavigator-Setup-0.0.7.exe": "1b0dabcd2b13067aa1fd89c3271708b35ba22dfc7a620e248b35e0487b7a104f",
"TheseusNavigator-0.0.7-portable.exe": "706dc01b21a88d3c2fbc3eeced0cab6ace873630bf3edc2d40915ca5be5c8cae"
}
}
]
}