Vote for your favorite SkillMD. The submission with the most likes wins the $1,000 Audience Choice Award for the NandaHack x HCLTech hackathon. Voting is open through September 25.Vote now →
in reviewhumanPR #119Data Facts

feat(datafacts): add MerkleDataFacts plugin with Git-style DAG, monotonic hash chains, bloom ancestry, and aliases

Implements Problem 08:

Author

Status
In review
Opened on
Jul 9
Branch
hackathon/amit-datafacts

Description

The pitch.

Implements Problem 08:
- Content-addressed URLs via SHA256(payload || metadata || parents)
- Anti-equivocation monotonic hash chain freshness proofs
- Bloom filter ancestry for O(1) negative checks
- Alias resolution for df://name@latest

Try it

Open PR on GitHubView diff

Checkout locally

git fetch origin pull/119/head:pr-119
git checkout pr-119