Skip to content

Commit

Permalink
Merge pull request #35 from keep-starknet-strange/mk/roadmap
Browse files Browse the repository at this point in the history
Updated Roadmap
  • Loading branch information
maciejka authored Aug 7, 2024
2 parents c3cc53f + 71fb420 commit 2bae1e2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @b-j-roberts @m-kus @maciejka
* @m-kus @maciejka
35 changes: 30 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,36 @@ Although this is a highly experimental project without immediate plans for deplo

## Roadmap

* [ ] verify block header (block hash, previous block hash, Merkle root, proof-of-work, median time, and difficulty adjustment)
* [ ] verify transactions
* [ ] integrate with Shinigami and verify scripts
* [ ] verify previous chain proofs
* [ ] add utreexo accumulator to the chain state
### Milestone 1 - Block Verification

* header verification
* [ ] block hash
* [ ] previous block hash
* [ ] proof-of-work
* [ ] median time
* [ ] difficulty adjustment
* transaction verification
* [ ] tx hash
* [ ] tx merkle root
* [ ] verify transaction fee
* utreexo
* [ ] fetch utreexo from some kind of bridge node, tbd
* [ ] use utreexo to verify tx inputs
* verify scripts
* integration with Shinigami, tbd
* block verification
* [ ] verify coinbase tx
* integration testing
* [ ] test on individual historical blocks

### Milestone 2 - Real Data

* [ ] feed it with real data
* [ ] test that you can produce and verify proofs of individual blocks

### Milestone 3 - Recursive Verification

* verify chain proofs with cairo verifier, tbd

## Name reference

Expand Down

0 comments on commit 2bae1e2

Please sign in to comment.