paritytech / paritytech/web3-storage

Move filesystem metadata root on-chain

Open
#261 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
12
Forks
3
Avg merge
2d 2h
Merged PRs (30d)
33

Description

Currently, the filesystem metadata root exists only in the storage provider's memory. We can't verify proofs against it. Same as the MMR root, it should be on-chain so clients can request proofs that a file is at a particular path and validate them.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating how the MMR root and the storage provider's filesystem metadata root are handled. Trace how clients request and validate proofs for a file path. Done means the filesystem metadata root is persisted on-chain and clients can use it to validate file-location proofs.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
blockchain
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.