diff options
| -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) | ||
