diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,7 @@ | |||
1 | # TODO | 1 | # TODO |
2 | ## Process | ||
3 | - [ ] we need our own representation of students and their grades, "there is no blockchain" | ||
4 | |||
2 | ## Proof-of-work | 5 | ## Proof-of-work |
3 | - [ ] pick a block proposal scheme (= pick hash function) [list of hash functions](https://en.bitcoinwiki.org/wiki/List_of_hash_functions) | 6 | - [ ] pick a block proposal scheme (= pick hash function) [list of hash functions](https://en.bitcoinwiki.org/wiki/List_of_hash_functions) |
4 | - [ ] check the nonce for incoming blocks | 7 | - [ ] check the nonce for incoming blocks |
@@ -7,4 +10,5 @@ | |||
7 | - [ ] pick a user authentication scheme | 10 | - [ ] pick a user authentication scheme |
8 | - [ ] implement it | 11 | - [ ] implement it |
9 | 12 | ||
10 | - [ ] Switch to RwLock (parking_lot) | 13 | ## Done & Brag |
14 | - [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code) | ||