diff options
author | Yigit Sever | 2021-04-14 23:28:26 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-14 23:28:26 +0300 |
commit | cc1426f6d4e811fdb26a8ba5cff487ba63d0a6b5 (patch) | |
tree | 104a9ee57fbcff78d2cb7a2de7a2019f586b5ed8 /TODO.md | |
parent | f60e839498107ed282966ae6fb427151963bf19e (diff) | |
download | gradecoin-cc1426f6d4e811fdb26a8ba5cff487ba63d0a6b5.tar.gz gradecoin-cc1426f6d4e811fdb26a8ba5cff487ba63d0a6b5.tar.bz2 gradecoin-cc1426f6d4e811fdb26a8ba5cff487ba63d0a6b5.zip |
Update TODOs
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,8 +1,5 @@ | |||
1 | # TODO | 1 | # TODO |
2 | 2 | ||
3 | ## Simulation | ||
4 | - [ ] Bank mechanism should be added. | ||
5 | |||
6 | ## Tests | 3 | ## Tests |
7 | - [ ] User Authentication/Authentication Tests | 4 | - [ ] User Authentication/Authentication Tests |
8 | - [ ] Route Tests | 5 | - [ ] Route Tests |
@@ -36,3 +33,4 @@ | |||
36 | - [.] POST requests to /block should be authenticated as well (2021-04-13 04:50, they now are but until we make error messages **Verbose** there's not much point in testing because I honestly cannot trace the code) | 33 | - [.] POST requests to /block should be authenticated as well (2021-04-13 04:50, they now are but until we make error messages **Verbose** there's not much point in testing because I honestly cannot trace the code) |
37 | - [X] Blocks should "play out" the transactions and execute transactions (2021-04-14 21:29) | 34 | - [X] Blocks should "play out" the transactions and execute transactions (2021-04-14 21:29) |
38 | - [X] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts (2021-04-14 21:48) | 35 | - [X] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts (2021-04-14 21:48) |
36 | - [X] Implemented Bank Account (2021-04-14 23:28) | ||