Releases: aaron-recompile/rootscope
Releases · aaron-recompile/rootscope
Release list
RootScope v0.1.0 - Public MVP
RootScope v0.1.0 is the first public MVP release.
Highlights
- Taproot script-path analysis from
script + control block - Deterministic backend analysis (
/analyze) with:- control block parsing
- Merkle proof reconstruction
- TapTweak and output key derivation
- final Taproot address verification
- By-TXID witness resolver (
/fetch-witness) with:txid + vininput- witness extraction
- auto-filled script/control block/network/expected address
- Interactive React UI with:
- Merkle Tree view
- Hash Steps view
- Key Derivation view
Regression Status
- Core vectors verified: chapter06 / chapter07 / chapter08
- Current regression result:
3/3 PASS
API Endpoints
GET /healthGET /fetch-witness?txid=<txid>&vin=<index>&network=auto|testnet|mainnetPOST /analyze
Notes
- RootScope is an analysis/debugging tool (not a wallet).
- No private key handling.
- No transaction signing/broadcasting in this release.