vantara: provenance connector with verified receipts + settlement anchor#112
Open
mizuki0x wants to merge 2 commits into
Open
vantara: provenance connector with verified receipts + settlement anchor#112mizuki0x wants to merge 2 commits into
mizuki0x wants to merge 2 commits into
Conversation
read-only connector over the vantara explorer feeds. verifies each record's vantaraSignature (ed25519) against the feed's self-describing signing block, mints content-free attestations carrying the signature result and on-chain settlement flag, and exposes vantara.jobs / vantara.attest / vantara.payouts as native mcp tools. wired into covenantd behind COVENANT_VANTARA_ENABLED.
anchor verification to providerCallback.publicKey from /.well-known/mpp (resolved once at startup) rather than the feed's self-asserted signing key, so verified means verified against a key sanctioned out of band and a feed presenting a different key is rejected. operators can hard-pin via COVENANT_VANTARA_PROVIDER_PUBKEY. verified live against every feed record.
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.
Read-only connector between the Vantara decentralized inference network and Covenant's trust layer.
/explorer/jobsand/explorer/payoutsfeeds.vantaraSignature(ed25519) against the provider key published in/.well-known/mpp, resolved out of band and pinned, so a feed presenting a different signing key is rejected.proofSignature(network-internal MAC) is left opaque.settlementanchor.vantara.jobs/vantara.attest/vantara.payoutsas native MCP tools, registered intocovenantdbehindCOVENANT_VANTARA_ENABLED.39 unit tests (real ed25519 crypto); verified live against every record on the mainnet feed.