Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | temporarily remove tests | Yigit Sever | 2022-04-16 | 1 | -435/+0 |
| | |||||
* | Implement nicenet | Yigit Sever | 2021-04-25 | 1 | -40/+38 |
| | | | | | | | - 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 | ||||
* | Change block proposal, fix tests | Yigit Sever | 2021-04-20 | 1 | -62/+76 |
| | |||||
* | Transaction hashing should be easier | Yigit Sever | 2021-04-18 | 1 | -25/+8 |
| | |||||
* | Implement block/tx bounds | Yigit Sever | 2021-04-17 | 1 | -6/+4 |
| | |||||
* | Clean up tests | Yigit Sever | 2021-04-16 | 1 | -21/+1 |
| | |||||
* | Passing auth test | Yigit Sever | 2021-04-16 | 1 | -1/+1 |
| | |||||
* | Almost passsing auth | Yigit Sever | 2021-04-16 | 1 | -5/+3 |
| | |||||
* | work on pending transactions test. | alpaylan | 2021-04-16 | 1 | -1/+1 |
| | |||||
* | work on post auth transaction 201 test | alpaylan | 2021-04-16 | 1 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/main' | Yigit Sever | 2021-04-16 | 1 | -28/+62 |
|\ | |||||
| * | work on post auth transaction 201 test | alpaylan | 2021-04-16 | 1 | -28/+62 |
| | | |||||
* | | Writing auth test | Yigit Sever | 2021-04-16 | 1 | -1/+18 |
|/ | |||||
* | Fix deadlock | Yigit Sever | 2021-04-16 | 1 | -28/+28 |
| | |||||
* | Still at block test | Yigit Sever | 2021-04-16 | 1 | -13/+42 |
| | |||||
* | Chipping away at block test | Yigit Sever | 2021-04-16 | 1 | -18/+22 |
| | |||||
* | Add correct /register test stub | Yigit Sever | 2021-04-16 | 1 | -32/+36 |
| | |||||
* | change mocked db. | alpaylan | 2021-04-16 | 1 | -1/+1 |
| | |||||
* | Transactions return as dict | Yigit Sever | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | embed user passwds to the code structs. | alpaylan | 2021-04-14 | 1 | -1/+3 |
| | |||||
* | Fix post transaction test | Yigit Sever | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Add new test | Yigit Sever | 2021-04-14 | 1 | -0/+27 |
| | |||||
* | Revise tests | Yigit Sever | 2021-04-14 | 1 | -87/+62 |
| | |||||
* | Require authorization for Block POST | Yigit Sever | 2021-04-13 | 1 | -1/+2 |
| | | | | | Not tested because it's impossible to follow without verbose error messages, failing 1 test | ||||
* | Housekeeping | Yigit Sever | 2021-04-13 | 1 | -0/+371 |
Moved tests out of routes.rs into their own file Learned how to use lib.rs, now we have cargo doc support as well |