Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change last block reading method. | alpaylan | 2021-04-16 | 1 | -8/+6 |
| | |||||
* | Merge remote-tracking branch 'origin/main' | alpaylan | 2021-04-16 | 6 | -115/+238 |
|\ | | | | | | | | | # Conflicts: # src/schema.rs | ||||
| * | Load users from disk at start | Yigit Sever | 2021-04-16 | 2 | -27/+74 |
| | | |||||
| * | Add Doc for User | Yigit Sever | 2021-04-15 | 1 | -5/+6 |
| | | |||||
| * | Switch over to big boy logging | Yigit Sever | 2021-04-15 | 1 | -2/+1 |
| | | |||||
| * | Cleaned up user authentication | Yigit Sever | 2021-04-15 | 2 | -15/+123 |
| | | | | | | | | Removed TODOs, unrolled unwraps | ||||
| * | Listen to clippy | Yigit Sever | 2021-04-15 | 4 | -26/+20 |
| | | |||||
| * | Remove lorems and inpsumses | Yigit Sever | 2021-04-15 | 2 | -2/+2 |
| | | |||||
| * | Remove unused code | Yigit Sever | 2021-04-15 | 2 | -39/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/template' into template | Yigit Sever | 2021-04-15 | 2 | -14/+8 |
| |\ | |||||
| | * | shed unused function | Yigit Sever | 2021-04-15 | 1 | -11/+0 |
| | | | |||||
| | * | Add static serving support | Yigit Sever | 2021-04-15 | 1 | -3/+8 |
| | | | |||||
| | * | [WIP] Add template support | Yigit Sever | 2021-04-15 | 2 | -3/+22 |
| | | | |||||
| * | | Add template support | Yigit Sever | 2021-04-15 | 2 | -3/+22 |
| | | | | | | | | | | | | We are now serving static HTML alongside Gradecoin REST | ||||
* | | | change last block reading method. | alpaylan | 2021-04-16 | 1 | -6/+25 |
|/ / | |||||
* | | Merge remote-tracking branch 'origin/main' | alpaylan | 2021-04-15 | 2 | -6/+32 |
|\| | |||||
| * | Implement the bank account | Yigit Sever | 2021-04-14 | 2 | -6/+32 |
| | | |||||
* | | fix docs. | alpaylan | 2021-04-15 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | | | | | | There is a dance involved and everything Write down specs for RSA and AES, padding scheme, ugh. | ||||
* | [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 |
| | | | | | | There is a dance involved and everything Write down specs for RSA and AES, padding scheme, ugh. | ||||
* | 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 |
| | | | | 2 TODOs down! | ||||
* | 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 |
| | | | | | | | | | 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 | ||||
* | 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 |
| | | | | | | | | | | | | | | 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 | ||||
* | Require authorization for Block POST | Yigit Sever | 2021-04-13 | 3 | -54/+97 |
| | | | | | Not tested because it's impossible to follow without verbose error messages, failing 1 test | ||||
* | Housekeeping | Yigit Sever | 2021-04-13 | 6 | -480/+157 |
| | | | | | | Moved tests out of routes.rs into their own file Learned how to use lib.rs, now we have cargo doc support as well | ||||
* | 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 |
| | | | | | | | | Using blacke2s: https://docs.rs/blake2/0.9.1/blake2/ Using this guy's hash checker https://gist.github.com/gkbrk/2e4835e3a17b3fb6e1e7 blacke2s with 5 bits 0 can mine a block between 20 seconds to 359 during my tests, hope it'll be fun |