Skip to content

Kaspa SilverScript Studio v0.1.1

Choose a tag to compare

@w00c00 w00c00 released this 23 Jul 11:11
· 13 commits to main since this release

Kaspa SilverScript Studio v0.1.1

This release aligns the product identity and improves the first-run experience.

What changed

  • Renamed the desktop product and visible application branding to Kaspa SilverScript Studio
  • Added automatic Chinese/English selection from the operating-system language
  • Added Chinese time-zone fallback when the primary system language is neither Chinese nor English
  • Preserved manual language selection as the highest-priority local preference
  • Rewrote the README into complete Chinese and English sections
  • Clarified the built-in encrypted wallet, direct Kaspa wRPC operation, portable signing, local preflight, and website-independent runtime model
  • Added automated tests for language preference, system-language detection, and time-zone fallback

Operating model

The core covenant workflow does not depend on any website:

  • compile locally with the pinned official silverc
  • sign locally with the built-in encrypted wallet
  • preflight locally with the bundled Kaspa script engine
  • query and broadcast directly through a Kaspa wRPC node

Kascov remains the preferred optional visual and supplementary-report layer.

Verification

  • 29/29 automated tests passed
  • syntax and provenance checks passed
  • Vite production build passed
  • macOS Apple Silicon desktop bundle rebuilt
  • the application bundle is ad-hoc signed and passed strict structural verification; it is not Apple Developer ID notarized

SilverScript remains experimental. TN10 is the recommended network. Compilation and preflight are not an independent security audit.


中文说明

本次版本统一了软件品牌,并改善了首次启动体验。

更新内容

  • 桌面产品名和应用内品牌统一为 Kaspa SilverScript Studio
  • 根据操作系统首选语言自动选择中文或英文
  • 系统语言既非中文也非英文时,使用中文地区时区作为辅助判断
  • 用户手动选择的语言始终作为最高优先级本地偏好
  • README 重写为完整的中文和英文独立分区
  • 进一步说明内置加密钱包、Kaspa wRPC 节点直连、可携带签名包、本地预检和不依赖网站的运行模式
  • 新增语言偏好、系统语言和时区回退自动化测试

独立运行

核心 Covenant 操作不依赖任何网站:

  • 使用固定版本官方 silverc 在本机编译
  • 使用内置加密钱包在本机签名
  • 使用打包的 Kaspa 脚本引擎在本机预检
  • 直接通过 Kaspa wRPC 节点查询和广播

Kascov 仍作为首选但完全可选的可视化与补充报告层。

验证

  • 29/29 自动化测试通过
  • 语法和来源固定检查通过
  • Vite 生产构建通过
  • 已重新构建 macOS Apple Silicon 桌面安装包
  • 应用包已完成 ad-hoc 签名并通过严格结构校验,但尚未使用 Apple Developer ID 公证

SilverScript 仍处于实验阶段,推荐使用 TN10。成功编译和预检不等于独立安全审计。