diff options
author | Yigit Sever | 2021-04-09 14:44:23 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-09 14:44:23 +0300 |
commit | 4e279c974e0fbfffcf9fb3b38e75055d7c434e3a (patch) | |
tree | 587a67e4e217375b7dd069bb97d96f3df43f4f23 | |
parent | 336a5b699604f11e223ae6fb111b88b9f9275bf1 (diff) | |
download | gradecoin-4e279c974e0fbfffcf9fb3b38e75055d7c434e3a.tar.gz gradecoin-4e279c974e0fbfffcf9fb3b38e75055d7c434e3a.tar.bz2 gradecoin-4e279c974e0fbfffcf9fb3b38e75055d7c434e3a.zip |
Add todo item
-rw-r--r-- | TODO.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ | |||
9 | ## Authentication | 9 | ## Authentication |
10 | - [ ] pick a user authentication scheme | 10 | - [ ] pick a user authentication scheme |
11 | - [ ] implement it | 11 | - [ ] implement it |
12 | - [ ] users should be able to _sign_ their transactions | ||
12 | 13 | ||
13 | ## Done & Brag | 14 | ## 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) | 15 | - [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code) |