diff options
author | Yigit Sever | 2021-04-14 21:48:49 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-14 21:48:49 +0300 |
commit | 271ac922b8e47a74fc467c2a4c54beae7a4fe60d (patch) | |
tree | 76dd4a9e7909ca8d65f627dac5abf58b89925974 /TODO.md | |
parent | 7e49712be6b887b7bc2d62d72955ab159a786ad5 (diff) | |
download | gradecoin-271ac922b8e47a74fc467c2a4c54beae7a4fe60d.tar.gz gradecoin-271ac922b8e47a74fc467c2a4c54beae7a4fe60d.tar.bz2 gradecoin-271ac922b8e47a74fc467c2a4c54beae7a4fe60d.zip |
Implement coinbase reward
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) | ||