diff options
author | Yigit Sever | 2021-04-22 20:15:40 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-25 23:04:39 +0300 |
commit | 32b49380880aab00057b8a663b5327d6f58def3a (patch) | |
tree | 059dc128813a93679233f5489cf1a42b2ea0374d /TODO.md | |
parent | 97b2f6c796fd2af1c338725884189685a82adc01 (diff) | |
download | gradecoin-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.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |