aboutsummaryrefslogtreecommitdiffstats
path: root/src/handlers.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * work on post auth transaction 201 testalpaylan2021-04-161-2/+4
* | Writing auth testYigit Sever2021-04-161-0/+1
|/
* handle double transaction.alpaylan2021-04-161-0/+12
* Fix deadlockYigit Sever2021-04-161-5/+6
* Check correct bitsYigit Sever2021-04-161-2/+2
* Load users from disk at startYigit Sever2021-04-161-13/+23
* Cleaned up user authenticationYigit Sever2021-04-151-14/+122
* Listen to clippyYigit Sever2021-04-151-19/+6
* Remove lorems and inpsumsesYigit Sever2021-04-151-1/+1
* shed unused functionYigit Sever2021-04-151-11/+0
* [WIP] Add template supportYigit Sever2021-04-151-1/+18
* Implement the bank accountYigit Sever2021-04-141-4/+16
* Transactions return as dictYigit Sever2021-04-141-3/+4
* Implement coinbase rewardYigit Sever2021-04-141-8/+16
* Accepted block transactions play out nowYigit Sever2021-04-141-33/+72
* [WIP] Rough authentication process doneYigit Sever2021-04-141-0/+11
* [WIP] Fix silly bugYigit Sever2021-04-141-2/+2
* [WIP] Let user know their fingerprintYigit Sever2021-04-141-3/+6
* [WIP] Address users by their fingerprintYigit Sever2021-04-141-3/+5
* [WIP] Remove unnecessary importsYigit Sever2021-04-141-1/+1
* [WIP] Rough authentication process doneYigit Sever2021-04-141-22/+60
* Add auth documentationYigit Sever2021-04-141-2/+33
* [WIP] Initial implementation of user authYigit Sever2021-04-141-2/+32
* embed user passwds to the code structs.alpaylan2021-04-141-1/+1
* Simplify the block validation processYigit Sever2021-04-141-19/+16
* remove unused part.alpaylan2021-04-141-12/+1
* add balance check to transactions.alpaylan2021-04-141-0/+35
* Add empty block testYigit Sever2021-04-141-0/+2
* Add verbose error messagesYigit Sever2021-04-131-59/+138
* Refactor authorized propose functionsYigit Sever2021-04-131-125/+190
* Require authorization for Block POSTYigit Sever2021-04-131-50/+92
* HousekeepingYigit Sever2021-04-131-66/+62
* implement user authentication using jwtalpaylan2021-04-121-4/+56
* six rightmost zeros for miningalpaylan2021-04-121-2/+2
* Implement proof-of-workYigit Sever2021-04-121-16/+38
* Implement User handling and authenticationYigit Sever2021-04-121-13/+70
* Cleared unused code from handlersYigit Sever2021-04-091-80/+0
* Implement Block GET/PUT with new schemaYigit Sever2021-04-071-23/+71
* Initial commitYigit Sever2021-04-071-0/+122