diff options
author | Yigit Sever | 2021-04-14 21:48:49 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-14 21:48:49 +0300 |
commit | 0599e005daa03e1cf4dc8e238c1c803c1970beb2 (patch) | |
tree | 5e635c5a542c6bcb687b1a1f9e67a4d3f0dfaa31 /TODO.md | |
parent | 09410a41112794137e7a39fb5ffd1cffbc71f002 (diff) | |
download | gradecoin-0599e005daa03e1cf4dc8e238c1c803c1970beb2.tar.gz gradecoin-0599e005daa03e1cf4dc8e238c1c803c1970beb2.tar.bz2 gradecoin-0599e005daa03e1cf4dc8e238c1c803c1970beb2.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) | ||