summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* add balance check to transactions.alpaylan2021-04-141-0/+35
* Add empty block testYigit Sever2021-04-143-5/+9
* Add verbose error messagesYigit Sever2021-04-135-61/+182
* Fix docs againYigit Sever2021-04-131-2/+2
* Fix docsYigit Sever2021-04-131-1/+1
* Refactor authorized propose functionsYigit Sever2021-04-132-127/+192
* Require authorization for Block POSTYigit Sever2021-04-133-54/+97
* HousekeepingYigit Sever2021-04-136-480/+157
* implement user authentication using jwtalpaylan2021-04-124-21/+189
* six rightmost zeros for miningalpaylan2021-04-121-2/+2
* Implement proof-of-workYigit Sever2021-04-126-36/+133
* Implement User handling and authenticationYigit Sever2021-04-125-39/+233
* Remove unused code and clean up commentsYigit Sever2021-04-091-197/+18
* Remove unused code from filtersYigit Sever2021-04-091-5/+0
* Add test TODO items to routesYigit Sever2021-04-091-0/+4
* Add routes testsYigit Sever2021-04-091-0/+148
* Remove old routes testsYigit Sever2021-04-091-276/+0
* Remove unused code from routesYigit Sever2021-04-091-59/+4
* Cleared unused code from handlersYigit Sever2021-04-091-80/+0
* Implement Block GET/PUT with new schemaYigit Sever2021-04-075-54/+152
* Initial commitYigit Sever2021-04-076-0/+795