Skip to content

Commit

Permalink
Marked the URL encoding for block transfers task as done
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoras committed Feb 2, 2019
1 parent 3798ab0 commit 4944d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Talks / presentations I gave about Daisy:
* ✔ Make creating new blockchains from scratch possible without changing the code
* Implement nicer error handling when replying to messages
* Refactor db..., action... and blockchain... funcs into struct methods
* Implement the "URL" encoding for block transfers: so the data in the JSON messages isn't block data, but an URL to the block data.
* Implement the "URL" encoding for block transfers: so the data in the JSON messages isn't block data, but an URL to the block data.
* Implement a Bloom filter for tables in SQL queries, to skip querying blocks which don't have the appropriate tables.
* Implement stochastic guarded block importing: if there apparently is a new block in the network: ask a number of peers if they've seen it before importing it.

Expand Down

0 comments on commit 4944d77

Please sign in to comment.