Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement the bank account | Yigit Sever | 2021-04-14 | 2 | -6/+32 |
* | Transactions return as dict | Yigit Sever | 2021-04-14 | 1 | -3/+4 |
* | Implement coinbase reward | Yigit Sever | 2021-04-14 | 1 | -8/+16 |
* | Accepted block transactions play out now | Yigit Sever | 2021-04-14 | 2 | -39/+75 |
* | Users have Fingerprints | Yigit Sever | 2021-04-14 | 1 | -19/+17 |
* | [WIP] Rough authentication process done | Yigit Sever | 2021-04-14 | 1 | -0/+11 |
* | [WIP] Initial implementation of user auth | Yigit Sever | 2021-04-14 | 1 | -2/+0 |
* | [WIP] Fix silly bug | Yigit Sever | 2021-04-14 | 1 | -2/+2 |
* | [WIP] Let user know their fingerprint | Yigit Sever | 2021-04-14 | 1 | -3/+6 |
* | [WIP] Address users by their fingerprint | Yigit Sever | 2021-04-14 | 1 | -3/+5 |
* | [WIP] Remove unnecessary imports | Yigit Sever | 2021-04-14 | 1 | -1/+1 |
* | [WIP] Rough authentication process done | Yigit Sever | 2021-04-14 | 2 | -22/+61 |
* | Add auth documentation | Yigit Sever | 2021-04-14 | 1 | -2/+33 |
* | [WIP] Initial implementation of user auth | Yigit Sever | 2021-04-14 | 4 | -8/+83 |
* | recover database from file. | alpaylan | 2021-04-14 | 1 | -2/+45 |
* | embed user passwds to the code structs. | alpaylan | 2021-04-14 | 2 | -9/+34 |
* | Simplify the block validation process | Yigit Sever | 2021-04-14 | 1 | -19/+16 |
* | finished user testing. | alpaylan | 2021-04-14 | 1 | -3/+3 |
* | finished naked block testing. | alpaylan | 2021-04-14 | 1 | -1/+1 |
* | finished block testing | alpaylan | 2021-04-14 | 1 | -1/+1 |
* | start testing schema | alpaylan | 2021-04-14 | 1 | -1/+1 |
* | 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 | 3 | -5/+9 |
* | Add verbose error messages | Yigit Sever | 2021-04-13 | 5 | -61/+182 |
* | Fix docs again | Yigit Sever | 2021-04-13 | 1 | -2/+2 |
* | Fix docs | Yigit Sever | 2021-04-13 | 1 | -1/+1 |
* | Refactor authorized propose functions | Yigit Sever | 2021-04-13 | 2 | -127/+192 |
* | Require authorization for Block POST | Yigit Sever | 2021-04-13 | 3 | -54/+97 |
* | Housekeeping | Yigit Sever | 2021-04-13 | 6 | -480/+157 |
* | implement user authentication using jwt | alpaylan | 2021-04-12 | 4 | -21/+189 |
* | six rightmost zeros for mining | alpaylan | 2021-04-12 | 1 | -2/+2 |
* | Implement proof-of-work | Yigit Sever | 2021-04-12 | 6 | -36/+133 |
* | Implement User handling and authentication | Yigit Sever | 2021-04-12 | 5 | -39/+233 |
* | Remove unused code and clean up comments | Yigit Sever | 2021-04-09 | 1 | -197/+18 |
* | Remove unused code from filters | Yigit Sever | 2021-04-09 | 1 | -5/+0 |
* | Add test TODO items to routes | Yigit Sever | 2021-04-09 | 1 | -0/+4 |
* | Add routes tests | Yigit Sever | 2021-04-09 | 1 | -0/+148 |
* | Remove old routes tests | Yigit Sever | 2021-04-09 | 1 | -276/+0 |
* | Remove unused code from routes | Yigit Sever | 2021-04-09 | 1 | -59/+4 |
* | 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 | 5 | -54/+152 |
* | Initial commit | Yigit Sever | 2021-04-07 | 6 | -0/+795 |