Commit message (Collapse) | 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 |
| | | | | Users cannot authenticate twice now | ||||
* | Bugfix | Yigit Sever | 2021-04-19 | 1 | -4/+26 |
| | | | | | It was possible (and hilarious) to mint a new block with just one transaction, by repeating it 5 times, lol | ||||
* | 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 |
| | | | | | | We used to insert transactions by their source field. Then we started using by (actually unique). This bug caused only one bank transaction to exist at any time | ||||
* | Rename functions and move checks | Yigit Sever | 2021-04-17 | 1 | -31/+21 |
| | | | | Proposals are authenticated, no need to parrot | ||||
* | 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 |
| | | | | Removed TODOs, unrolled unwraps | ||||
* | 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 |
| | | | | | | There is a dance involved and everything Write down specs for RSA and AES, padding scheme, ugh. | ||||
* | 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 |
| | | | | 2 TODOs down! | ||||
* | 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 |
| | | | | | | | | | Not happy with the solution one bit but using error.rs at https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/ was not working Basically we just handcraft every single response on the spot, there is some repetition and it's ugly but need to move on | ||||
* | Refactor authorized propose functions | Yigit Sever | 2021-04-13 | 1 | -125/+190 |
| | | | | | | | | | | | | | | They were getting spaghetti so; new function: handlers::authorize_proposer(), handles the jwt stuff, NOT async and _may_ cause trouble down the road but then again the stuff it does used to be (repeated) in the functions so how bad can it be If else chains were getting unwieldy; https://refactoring.com/catalog/replaceNestedConditionalWithGuardClauses.html so now everything is returning early, might make verbose error handling easier |