Commit Graph

3 Commits

Author SHA1 Message Date
Alexander Whitestone
c39f76bfc2 fix: #876
Some checks failed
Review Approval Gate / verify-review (pull_request) Failing after 9s
CI / test (pull_request) Failing after 1m2s
CI / validate (pull_request) Failing after 1m11s
- Implement Bitcoin/Ordinals inscription verification
- Add agent/ordinals_verification.py with blockchain verification
- Add docs/ordinals-verification.md with documentation

Addresses issue #876: [FRONTIER] Integrate Bitcoin/Ordinals Inscription Verification

Features:
1. Bitcoin RPC client for blockchain verification
2. Ordinals API client for inscription retrieval
3. Inscription verifier for content hash verification
4. Identity storage with verification proofs

Verification process:
1. Agent requests verification with inscription ID
2. System retrieves inscription from Ordinals API
3. Content hash verification against blockchain
4. Identity stored with verification proof

Components:
- BitcoinRPCClient: Blockchain communication
- OrdinalsAPI: Inscription retrieval
- InscriptionVerifier: Identity verification
- OrdinalsInscriptionSystem: Main verification system
2026-04-20 22:26:57 -04:00
Alexander Whitestone
b7bf532f4e feat: add sovereign conversation artifacts slice (#1117)
Some checks failed
CI / test (pull_request) Failing after 1m7s
Review Approval Gate / verify-review (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 1m24s
2026-04-15 22:58:44 -04:00
9ebe957bb4 feat: cross-session agent memory via MemPalace (#1477)
Some checks failed
Deploy Nexus / deploy (push) Failing after 4s
Staging Verification Gate / verify-staging (push) Failing after 4s
Merge PR #1477
2026-04-14 22:11:51 +00:00