diff options
author | Yigit Sever | 2021-04-12 00:06:08 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-12 00:06:08 +0300 |
commit | 2addc7953f1aaaf16b33c2b97e9e4280fa79be96 (patch) | |
tree | 0b1267faf8e7281ba76ccc277dfa1d79cc4ee86d /TODO.md | |
parent | 6cfa75fcc411eaf0a5bf6d0996f3aef6102e42a3 (diff) | |
download | gradecoin-2addc7953f1aaaf16b33c2b97e9e4280fa79be96.tar.gz gradecoin-2addc7953f1aaaf16b33c2b97e9e4280fa79be96.tar.bz2 gradecoin-2addc7953f1aaaf16b33c2b97e9e4280fa79be96.zip |
Update brag section
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,4 @@ | |||
1 | # TODO | 1 | # TODO |
2 | ## Process | ||
3 | - [ ] we need our own representation of students and their grades, "there is no blockchain" | ||
4 | 2 | ||
5 | ## Proof-of-work | 3 | ## Proof-of-work |
6 | - [ ] pick a block proposal scheme (= pick hash function) [list of hash functions](https://en.bitcoinwiki.org/wiki/List_of_hash_functions) | 4 | - [ ] pick a block proposal scheme (= pick hash function) [list of hash functions](https://en.bitcoinwiki.org/wiki/List_of_hash_functions) |
@@ -27,3 +25,4 @@ | |||
27 | 25 | ||
28 | ## Done & Brag | 26 | ## Done & Brag |
29 | - [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code) | 27 | - [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code) |
28 | - [x] We need our own representation of students and their grades, "there is no blockchain" (done at 2021-04-12 00:05) | ||