aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authoralpaylan2021-04-14 01:08:54 +0300
committeralpaylan2021-04-14 01:08:54 +0300
commit0693880381c67acde65c586019b8679e5e72f48c (patch)
tree404a1d62f0eb3852db30b3e0b7fb614aeb8f97f2 /TODO.md
parente76eb8bd4aba5455cd23a71000b66d3a83608789 (diff)
downloadgradecoin-0693880381c67acde65c586019b8679e5e72f48c.tar.gz
gradecoin-0693880381c67acde65c586019b8679e5e72f48c.tar.bz2
gradecoin-0693880381c67acde65c586019b8679e5e72f48c.zip
update todo
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 6323bab..1cc7ae1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,7 +3,8 @@
3## Simulation 3## Simulation
4- [ ] Blocks should "play out" the transactions and execute transactions 4- [ ] Blocks should "play out" the transactions and execute transactions
5- [ ] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts 5- [ ] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts
6- [ ] Transactions should be rejected if the user cannot afford to send the amount 6- [ ] Bank mechanism should be added.
7
7 8
8## Authentication 9## Authentication
9- [ ] /register is currently accepting non-encrypted (regular JSON) payloads 10- [ ] /register is currently accepting non-encrypted (regular JSON) payloads
@@ -34,3 +35,5 @@
34- [X] users should be able to _sign_ their transactions 35- [X] users should be able to _sign_ their transactions
35---- 36----
36- [x] Verbose error messages (use error.rs from [logrocket](https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/) ❓) (done at 2021-04-13 20:39, not happy with the result) 37- [x] Verbose error messages (use error.rs from [logrocket](https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/) ❓) (done at 2021-04-13 20:39, not happy with the result)
38----
39- [x] Transactions should be rejected if the user cannot afford to send the amount