| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | No empty txs anymore | Yigit Sever | 2021-04-27 | 1 | -4/+8 | 
| | | |||||
| * | Write guys to file | Yigit Sever | 2021-04-26 | 2 | -7/+27 | 
| | | |||||
| * | fix coinbase | Yigit Sever | 2021-04-26 | 1 | -7/+7 | 
| | | |||||
| * | Increase block capacity | Yigit Sever | 2021-04-26 | 1 | -1/+1 | 
| | | |||||
| * | Bugfix | Yigit Sever | 2021-04-26 | 1 | -0/+12 | 
| | | |||||
| * | Preempive bugfix | Yigit Sever | 2021-04-25 | 1 | -4/+4 | 
| | | |||||
| * | Implement nicenet | Yigit Sever | 2021-04-25 | 2 | -158/+286 | 
| | | | | | | | | - There are bot accounts that return what you sent them - Sending a transaction generates some coin out of thin air - No more one tx per person per block limit - Unused transactions do not disappear anymore | ||||
| * | Better error messages in auth | Yigit Sever | 2021-04-23 | 1 | -6/+16 | 
| | | |||||
| * | Add new player | Yigit Sever | 2021-04-22 | 1 | -0/+1 | 
| | | |||||
| * | Change block proposal, fix tests | Yigit Sever | 2021-04-20 | 1 | -6/+7 | 
| | | |||||
| * | Bugfix | Yigit Sever | 2021-04-20 | 2 | -6/+12 | 
| | | | | | Users cannot authenticate twice now | ||||
| * | Add default for Db | Yigit Sever | 2021-04-19 | 1 | -1/+7 | 
| | | |||||
| * | 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 | 2 | -1/+2 | 
| | | |||||
| * | 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 | 2 | -33/+23 | 
| | | | | | Proposals are authenticated, no need to parrot | ||||
| * | Implement block/tx bounds | Yigit Sever | 2021-04-17 | 2 | -13/+42 | 
| | | |||||
| * | Add existing user get support | Yigit Sever | 2021-04-16 | 2 | -9/+29 | 
| | | |||||
| * | 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 | 
| | | |||||
| * | change mocked db. | alpaylan | 2021-04-16 | 1 | -1/+1 | 
| | | |||||
| * | Give up on content length | Yigit Sever | 2021-04-16 | 1 | -3/+0 | 
| | | |||||
| * | 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 | 
| | | | |||||
