diff --git a/README.md b/README.md index 1f698af2..57dcfd31 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ 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 @@ -59,21 +60,26 @@ Although this is a highly experimental project without immediate plans for deplo * [ ] 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