diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,6 @@ | |||
1 | # TODO | 1 | # TODO |
2 | 2 | ||
3 | ## Simulation | 3 | ## Simulation |
4 | - [ ] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts | ||
5 | - [ ] Bank mechanism should be added. | 4 | - [ ] Bank mechanism should be added. |
6 | 5 | ||
7 | ## Tests | 6 | ## Tests |
@@ -36,3 +35,4 @@ | |||
36 | - [x] Recover database from files | 35 | - [x] Recover database from files |
37 | - [.] 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) | 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) |
38 | - [X] Blocks should "play out" the transactions and execute transactions (2021-04-14 21:29) | 37 | - [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) | ||