aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-22 20:15:40 +0300
committerYigit Sever2021-04-25 23:04:39 +0300
commit32b49380880aab00057b8a663b5327d6f58def3a (patch)
tree059dc128813a93679233f5489cf1a42b2ea0374d /TODO.md
parent97b2f6c796fd2af1c338725884189685a82adc01 (diff)
downloadgradecoin-32b49380880aab00057b8a663b5327d6f58def3a.tar.gz
gradecoin-32b49380880aab00057b8a663b5327d6f58def3a.tar.bz2
gradecoin-32b49380880aab00057b8a663b5327d6f58def3a.zip
Implement nicenet
- There are bot accounts that return what you sent them - Sending a transaction generates some coin out of thin air - No more one tx per person per block limit - Unused transactions do not disappear anymore
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index 2b3e21a..590ef50 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,11 +1,7 @@
1# TODO 1# TODO
2 2
3## Issues 3## Issues
4- [ ] Students can authenticate twice 4- [X] Students can authenticate twice
5
6## Good ideas
7- [ ] Add the hash of previous block to the next block
8
9 5
10## Tests 6## Tests
11- [ ] Route Tests 7- [ ] Route Tests