diff options
Diffstat (limited to 'TODO.md')
-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) |