summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-12 00:06:08 +0300
committerYigit Sever2021-04-12 00:06:08 +0300
commitf20c7f93b8354b8a109cf0f04b3f56b7f1b77028 (patch)
tree8eea3e78ccc18b09d92680640cd1b677d0fd45ea /TODO.md
parentb502e1203fe112630574001a82fab68c0455720d (diff)
downloadgradecoin-f20c7f93b8354b8a109cf0f04b3f56b7f1b77028.tar.gz
gradecoin-f20c7f93b8354b8a109cf0f04b3f56b7f1b77028.tar.bz2
gradecoin-f20c7f93b8354b8a109cf0f04b3f56b7f1b77028.zip
Update brag section
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index ca6816b..47cf45b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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)