summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-14 23:28:26 +0300
committerYigit Sever2021-04-14 23:28:26 +0300
commit8be38f7f9d52bf95d20fbe440cb9270b035b2cd1 (patch)
tree52d92450348adff397ed9d1075d9b45d1563f1bd /TODO.md
parent797b0c5a686df7483540f4cb6baaeed6d5147ee8 (diff)
downloadgradecoin-8be38f7f9d52bf95d20fbe440cb9270b035b2cd1.tar.gz
gradecoin-8be38f7f9d52bf95d20fbe440cb9270b035b2cd1.tar.bz2
gradecoin-8be38f7f9d52bf95d20fbe440cb9270b035b2cd1.zip
Update TODOs
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 1e909cd..b429097 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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)