Skip to content

Commit

Permalink
fix markdown 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Aug 7, 2024
1 parent 56e6ac4 commit 9fafacd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,28 +52,34 @@ Although this is a highly experimental project without immediate plans for deplo
### 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
Expand Down

0 comments on commit 9fafacd

Please sign in to comment.