Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WIP] Initial implementation of user auth | Yigit Sever | 2021-04-14 | 1 | -2/+32 |
* | embed user passwds to the code structs. | alpaylan | 2021-04-14 | 1 | -1/+1 |
* | Simplify the block validation process | Yigit Sever | 2021-04-14 | 1 | -19/+16 |
* | remove unused part. | alpaylan | 2021-04-14 | 1 | -12/+1 |
* | add balance check to transactions. | alpaylan | 2021-04-14 | 1 | -0/+35 |
* | Add empty block test | Yigit Sever | 2021-04-14 | 1 | -0/+2 |
* | Add verbose error messages | Yigit Sever | 2021-04-13 | 1 | -59/+138 |
* | Refactor authorized propose functions | Yigit Sever | 2021-04-13 | 1 | -125/+190 |
* | Require authorization for Block POST | Yigit Sever | 2021-04-13 | 1 | -50/+92 |
* | Housekeeping | Yigit Sever | 2021-04-13 | 1 | -66/+62 |
* | implement user authentication using jwt | alpaylan | 2021-04-12 | 1 | -4/+56 |
* | six rightmost zeros for mining | alpaylan | 2021-04-12 | 1 | -2/+2 |
* | Implement proof-of-work | Yigit Sever | 2021-04-12 | 1 | -16/+38 |
* | Implement User handling and authentication | Yigit Sever | 2021-04-12 | 1 | -13/+70 |
* | Cleared unused code from handlers | Yigit Sever | 2021-04-09 | 1 | -80/+0 |
* | Implement Block GET/PUT with new schema | Yigit Sever | 2021-04-07 | 1 | -23/+71 |
* | Initial commit | Yigit Sever | 2021-04-07 | 1 | -0/+122 |