diff options
| author | Yigit Sever | 2021-04-09 14:44:23 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-04-09 14:44:23 +0300 |
| commit | 1f53da5fb644f71618550dd8bde270c7a6c04785 (patch) | |
| tree | 4a009320cd9ab5c3f6eee525dfa1fcda1d255f2d | |
| parent | 84eb506245a52c8f03d702e2029615ed8a5681e1 (diff) | |
| download | gradecoin-1f53da5fb644f71618550dd8bde270c7a6c04785.tar.gz gradecoin-1f53da5fb644f71618550dd8bde270c7a6c04785.tar.bz2 gradecoin-1f53da5fb644f71618550dd8bde270c7a6c04785.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) |
