summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authoralpaylan2021-04-15 00:24:40 +0300
committeralpaylan2021-04-15 00:24:40 +0300
commitbddea30ecb76f0c4805758d3b36aab52f176ff9b (patch)
treef91cc081715ed44d9354d5f6ab2f0905a0175500 /TODO.md
parent72ff7f96e18737bd90bf932c1b5f491884b2560d (diff)
parent8be38f7f9d52bf95d20fbe440cb9270b035b2cd1 (diff)
downloadgradecoin-bddea30ecb76f0c4805758d3b36aab52f176ff9b.tar.gz
gradecoin-bddea30ecb76f0c4805758d3b36aab52f176ff9b.tar.bz2
gradecoin-bddea30ecb76f0c4805758d3b36aab52f176ff9b.zip
Merge remote-tracking branch 'origin/main'
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)