aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cannot consume body twiceauthYigit Sever2021-04-111-1/+4
|
* giving up with styleYigit Sever2021-04-108-15/+50
|
* %(date +'%Y%m%d')Yigit Sever2021-04-104-18/+25
|
* agliyoYigit Sever2021-04-103-28/+10
|
* infallibleYigit Sever2021-04-101-11/+18
|
* dunnoYigit Sever2021-04-103-15/+26
|
* Trying to authYigit Sever2021-04-1011-194/+642
|
* Add auth scheme JWTYigit Sever2021-04-092-2/+8
|
* Remove unused code and clean up commentsYigit Sever2021-04-091-197/+18
|
* Remove unused code from filtersYigit Sever2021-04-091-5/+0
|
* Add HTTP/1.1 resources to READMEYigit Sever2021-04-091-0/+4
|
* Add test TODO items to routesYigit Sever2021-04-091-0/+4
|
* Change tester to help with routes testsYigit Sever2021-04-091-13/+50
|
* Add routes testsYigit Sever2021-04-091-0/+148
|
* Remove old routes testsYigit Sever2021-04-091-276/+0
|
* Add tags files to gitignoreYigit Sever2021-04-091-0/+2
|
* Remove unused code from routesYigit Sever2021-04-091-59/+4
| | | | Original repo here: https://github.com/blurbyte/restful-rust
* Make tester.sh executableYigit Sever2021-04-091-0/+0
|
* Add todo itemYigit Sever2021-04-091-0/+1
|
* Cleared unused code from handlersYigit Sever2021-04-091-80/+0
| | | | The original repo is here: https://github.com/blurbyte/restful-rust
* Implement Block GET/PUT with new schemaYigit Sever2021-04-079-56/+258
| | | | | | | | | | | | | | - `Arc`+`Mutex` is replaced by `parking_lot::RwLock,` decoupled Read+Write and ability to upgrade read locks into write locks if needed - Schema has changed, `Db` is now a struct that implements `new()` to return a new instance of itself, pros/cons listed in code but tl;dr blockchain and pending transactions are separate now - `custom_filters` now supports extracting Block json and Transaction json in separate functions too - /block GET and PUT implemented, `Blocks` currently have one check (transactions appear in pending transaction) - debug is working after something, dunno how I fixed it
* Include big pictureYigit Sever2021-04-071-0/+24
|
* Include big thank listYigit Sever2021-04-071-0/+4
|
* Initial commitYigit Sever2021-04-0712-0/+2118