summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 15c317a..f57ae7c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,8 +17,8 @@
17- [ ] Explain JSON Wrapped 17- [ ] Explain JSON Wrapped
18- [ ] Give links to the functions, their docs are very good. For example, it seems impossible to understand authentication from the first page, but when you go to handlers::authenticate_user many things are clarified. 18- [ ] Give links to the functions, their docs are very good. For example, it seems impossible to understand authentication from the first page, but when you go to handlers::authenticate_user many things are clarified.
19- [ ] There is todo at handlers::authorized_propose_transaction, fix that 19- [ ] There is todo at handlers::authorized_propose_transaction, fix that
20- [ ] authorized_propose_transaction and authorized_propose_block may have more explanation as in the case of 20- [ ] authorized_propose_transaction and authorized_propose_block may have more explanation as in the case of
21 21
22 22
23### Authorization 23### Authorization
24- [ ] Pointer to JWT 24- [ ] Pointer to JWT
@@ -31,8 +31,6 @@
31 - [ ] Valid JSON with missing fields 31 - [ ] Valid JSON with missing fields
32 - [ ] Valid JSON with extra fields 32 - [ ] Valid JSON with extra fields
33 33
34## Please
35- [ ] use [juice](https://www.getzola.org/themes/juice/) theme with [template rendering](https://blog.logrocket.com/template-rendering-in-rust/) to create a landing page. I want it to look handmade & _scammy_, I'm talking [verylegit](https://verylegit.link) shortened urls, botched [this person does not exist](https://www.thispersondoesnotexist.com/) user stories etc.
36 34
37## Testnet 35## Testnet
38- [ ] CHAOS MODE, 3 different coins, combine them to make 1 gradecoin 36- [ ] CHAOS MODE, 3 different coins, combine them to make 1 gradecoin
@@ -58,3 +56,4 @@
58- [X] Blocks should "play out" the transactions and execute transactions (2021-04-14 21:29) 56- [X] Blocks should "play out" the transactions and execute transactions (2021-04-14 21:29)
59- [X] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts (2021-04-14 21:48) 57- [X] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts (2021-04-14 21:48)
60- [X] Implemented Bank Account (2021-04-14 23:28) 58- [X] Implemented Bank Account (2021-04-14 23:28)
59- [x] use [juice](https://www.getzola.org/themes/juice/) theme ~~with [template rendering](https://blog.logrocket.com/template-rendering-in-rust/)~~ zola to create a landing page. (done at 2021-04-15 03:41, in the most hilarious way possible)