Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix testsreal | Yigit Sever | 2021-04-25 | 1 | -1/+1 |
* | Went over error messages | Yigit Sever | 2021-04-25 | 1 | -61/+127 |
* | [WIP] Done, untested | Yigit Sever | 2021-04-23 | 1 | -86/+114 |
* | [WIP] Starting to implement realnet | Yigit Sever | 2021-04-22 | 1 | -11/+13 |
* | Change block proposal, fix tests | Yigit Sever | 2021-04-20 | 1 | -6/+7 |
* | Bugfix | Yigit Sever | 2021-04-20 | 1 | -6/+6 |
* | Bugfix | Yigit Sever | 2021-04-19 | 1 | -4/+26 |
* | Transaction hashing should be easier | Yigit Sever | 2021-04-18 | 1 | -4/+7 |
* | Verbose JWT error message in transactions | Yigit Sever | 2021-04-18 | 1 | -2/+3 |
* | Bugfix and useful error messages | Yigit Sever | 2021-04-18 | 1 | -8/+20 |
* | New user and verbose JWT errors | Yigit Sever | 2021-04-18 | 1 | -1/+1 |
* | Temporarily reduce block limit | Yigit Sever | 2021-04-18 | 1 | -1/+1 |
* | Fix transaction blocking bug | Yigit Sever | 2021-04-18 | 1 | -1/+1 |
* | Rename functions and move checks | Yigit Sever | 2021-04-17 | 1 | -31/+21 |
* | Implement block/tx bounds | Yigit Sever | 2021-04-17 | 1 | -9/+39 |
* | Add existing user get support | Yigit Sever | 2021-04-16 | 1 | -9/+20 |
* | Passing auth test | Yigit Sever | 2021-04-16 | 1 | -5/+4 |
* | Almost passsing auth | Yigit Sever | 2021-04-16 | 1 | -5/+9 |
* | work on post auth transaction 201 test | alpaylan | 2021-04-16 | 1 | -4/+1 |
* | Merge remote-tracking branch 'origin/main' | Yigit Sever | 2021-04-16 | 1 | -2/+4 |
|\ | |||||
| * | work on post auth transaction 201 test | alpaylan | 2021-04-16 | 1 | -2/+4 |
* | | Writing auth test | Yigit Sever | 2021-04-16 | 1 | -0/+1 |
|/ | |||||
* | handle double transaction. | alpaylan | 2021-04-16 | 1 | -0/+12 |
* | Fix deadlock | Yigit Sever | 2021-04-16 | 1 | -5/+6 |
* | Check correct bits | Yigit Sever | 2021-04-16 | 1 | -2/+2 |
* | Load users from disk at start | Yigit Sever | 2021-04-16 | 1 | -13/+23 |
* | Cleaned up user authentication | Yigit Sever | 2021-04-15 | 1 | -14/+122 |
* | Listen to clippy | Yigit Sever | 2021-04-15 | 1 | -19/+6 |
* | Remove lorems and inpsumses | Yigit Sever | 2021-04-15 | 1 | -1/+1 |
* | shed unused function | Yigit Sever | 2021-04-15 | 1 | -11/+0 |
* | [WIP] Add template support | Yigit Sever | 2021-04-15 | 1 | -1/+18 |
* | Implement the bank account | Yigit Sever | 2021-04-14 | 1 | -4/+16 |
* | 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 | 1 | -33/+72 |
* | [WIP] Rough authentication process done | Yigit Sever | 2021-04-14 | 1 | -0/+11 |
* | [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 | 1 | -22/+60 |
* | Add auth documentation | Yigit Sever | 2021-04-14 | 1 | -2/+33 |
* | [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 |