aboutsummaryrefslogtreecommitdiffstats
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
commit2addc7953f1aaaf16b33c2b97e9e4280fa79be96 (patch)
tree0b1267faf8e7281ba76ccc277dfa1d79cc4ee86d /TODO.md
parent6cfa75fcc411eaf0a5bf6d0996f3aef6102e42a3 (diff)
downloadgradecoin-2addc7953f1aaaf16b33c2b97e9e4280fa79be96.tar.gz
gradecoin-2addc7953f1aaaf16b33c2b97e9e4280fa79be96.tar.bz2
gradecoin-2addc7953f1aaaf16b33c2b97e9e4280fa79be96.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)