summaryrefslogtreecommitdiffstats
path: root/src/handlers.rs
Commit message (Expand)AuthorAgeFilesLines
* 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