shinigami: encode versioned Cairo claims for pubkey VTXO exits - #36
Open
patrickdugan wants to merge 2 commits into
Open
shinigami: encode versioned Cairo claims for pubkey VTXO exits#36patrickdugan wants to merge 2 commits into
patrickdugan wants to merge 2 commits into
Conversation
Add an experimental, versioned input adapter for the pinned Cairo manifest-binding ABI. Derive owner-exit fields from pubkey-policy Bark VTXOs, lock the byte conventions with golden vectors, and wire MSRV, Clippy, WASM, and source-reproducibility coverage.
patrickdugan
force-pushed
the
feature/zk-shinigami-export
branch
from
July 13, 2026 11:37
8d5ab8a to
0ff3636
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bark-shinigamiworkspace crate for the versioned 25-fieldArkTaprootMiniscriptClaimCairo ABISecurity boundary
This is an experimental input interoperability layer. It does not execute Bitcoin Script or Shinigami, generate or verify a STARK proof, validate the caller-provided settlement commitment, or authorize spending. The Cairo mixer is linear and non-cryptographic. Cooperative key-path spends and HTLC VTXOs are intentionally unsupported.
Test coverage
cargo test -p bark-shinigami: 13 unit tests plus the Cairo source-pin integration testwasm32-unknown-unknownbuild withwasm-webThe full Nix-wrapped workspace checks were not available in the Windows environment; the targeted equivalents above passed and CI should run the repository-wide gates.