Skip to content

Releases: aaron-recompile/rootscope

RootScope v0.1.0 - Public MVP

Choose a tag to compare

@aaron-recompile aaron-recompile released this 28 Feb 23:29

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 + vin input
    • 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 /health
  • GET /fetch-witness?txid=<txid>&vin=<index>&network=auto|testnet|mainnet
  • POST /analyze

Notes

  • RootScope is an analysis/debugging tool (not a wallet).
  • No private key handling.
  • No transaction signing/broadcasting in this release.