| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Suppress clippy warning: module_name_repetition | necrashter | 2022-04-23 | 1 | -0/+1 |
| | | | | Co-authored-by: Yigit Sever <yigit@ceng.metu.edu.tr> | ||||
| * | Comply with Rustfmt | necrashter | 2022-04-23 | 2 | -9/+11 |
| | | |||||
| * | Add bots to sample configurations | necrashter | 2022-04-23 | 2 | -0/+25 |
| | | |||||
| * | Load bots from config file instead of hardcoding | necrashter | 2022-04-23 | 1 | -45/+17 |
| | | |||||
| * | Bot config representation | necrashter | 2022-04-23 | 1 | -0/+15 |
| | | |||||
| * | Separate duplicate tx check from tx ids | Yigit Sever | 2022-04-23 | 1 | -15/+18 |
| | | | | | Use source and target instead | ||||
| * | Add timestamp to transaction fingerprint hash | Yigit Sever | 2022-04-23 | 1 | -1/+1 |
| | | | | | | This should include some randomness and prevent someone just simulating the whole chain on their own | ||||
| * | Add temporary clippy allows | Yigit Sever | 2022-04-23 | 2 | -0/+4 |
| | | |||||
| * | Update github actions | Yigit Sever | 2022-04-23 | 1 | -13/+31 |
| | | |||||
| * | Format, refactor, succinct errors | Yigit Sever | 2022-04-23 | 7 | -89/+112 |
| | | |||||
| * | Make README more professional | Yigit Sever | 2022-04-23 | 1 | -11/+3 |
| | | |||||
| * | Add Alperen Keles to authors list | Yigit Sever | 2022-04-23 | 1 | -1/+3 |
| | | |||||
| * | Added myself to Cargo.toml | necrashter | 2022-04-23 | 1 | -1/+1 |
| | | |||||
| * | Update docstring in main.rs with configuration | necrashter | 2022-04-23 | 1 | -5/+28 |
| | | |||||
| * | Print the name of the config in warn logs | necrashter | 2022-04-23 | 1 | -4/+4 |
| | | |||||
| * | Config struct documentation | necrashter | 2022-04-23 | 2 | -10/+32 |
| | | |||||
| * | Update README with config and database info | necrashter | 2022-04-23 | 1 | -1/+21 |
| | | |||||
| * | Add another config for testnet | necrashter | 2022-04-23 | 1 | -0/+22 |
| | | |||||
| * | Read multiple configs from command line | necrashter | 2022-04-23 | 1 | -3/+9 |
| | | |||||
| * | Bugfix in parse_block | necrashter | 2022-04-23 | 1 | -1/+2 |
| | | |||||
| * | Configurable hash zero hexadecimal character count | necrashter | 2022-04-23 | 3 | -5/+14 |
| | | |||||
| * | GET /config endpoint | necrashter | 2022-04-23 | 2 | -0/+15 |
| | | |||||
| * | Echo network info | necrashter | 2022-04-23 | 1 | -0/+2 |
| | | |||||
| * | Read preapproved users CSV file from config | necrashter | 2022-04-23 | 3 | -6/+10 |
| | | |||||
| * | Fix failure to read users after restart | necrashter | 2022-04-23 | 1 | -9/+16 |
| | | | | | db would get overwritten | ||||
| * | Handle empty url_prefix | necrashter | 2022-04-23 | 1 | -8/+14 |
| | | |||||
| * | Save different networks to different folders | necrashter | 2022-04-23 | 2 | -12/+17 |
| | | |||||
| * | Handle url_prefix in network | necrashter | 2022-04-23 | 1 | -6/+10 |
| | | |||||
| * | name and url_prefix fields in config | necrashter | 2022-04-23 | 2 | -0/+9 |
| | | |||||
| * | Support for multiple configs/routes | necrashter | 2022-04-23 | 2 | -11/+25 |
| | | |||||
| * | Add default config file | necrashter | 2022-04-23 | 1 | -0/+11 |
| | | |||||
| * | Read from config file at start-up | necrashter | 2022-04-23 | 2 | -10/+12 |
| | | |||||
| * | Implement the ability to read config from yaml | necrashter | 2022-04-23 | 3 | -0/+27 |
| | | |||||
| * | Add instructions for running server locally | necrashter | 2022-04-23 | 1 | -1/+29 |
| | | |||||
| * | Remove constants in handlers, use db.config | necrashter | 2022-04-23 | 1 | -22/+13 |
| | | |||||
| * | Add config property to DB | necrashter | 2022-04-23 | 1 | -0/+10 |
| | | |||||
| * | Add basic config struct | necrashter | 2022-04-23 | 2 | -0/+21 |
| | | |||||
| * | Add logging to coinbase rewards | Yigit Sever | 2022-04-23 | 2 | -0/+7 |
| | | |||||
| * | Fix coinbase block rewards | necrashter | 2022-04-23 | 1 | -5/+5 |
| | | |||||
| * | Add rust check workflow | Yigit Sever | 2022-04-18 | 1 | -0/+22 |
| | | |||||
| * | Merge pull request #8 from oznakn/main | Yigit Sever | 2022-04-18 | 1 | -2/+2 |
| |\ | | | | | Great catch, thank you! | ||||
| | * | add the forgotten `mut` to variable holding | Ozan Akın | 2022-04-18 | 1 | -1/+1 |
| | | | |||||
| | * | fix overwriting the reciprocated transaction during block acceptance | Ozan Akın | 2022-04-18 | 1 | -1/+1 |
| |/ | |||||
| * | Remove 404 support | Yigit Sever | 2022-04-17 | 1 | -2/+0 |
| | | |||||
| * | Add 404 support | Yigit Sever | 2022-04-17 | 1 | -1/+3 |
| | | |||||
| * | Improve comments | Yigit Sever | 2022-04-17 | 2 | -6/+2 |
| | | |||||
| * | don't track students.csv | Yigit Sever | 2022-04-17 | 1 | -1/+2 |
| | | |||||
| * | update colors, remove unused template | Yigit Sever | 2022-04-17 | 2 | -12/+11 |
| | | |||||
| * | final touches for 2022 spring | Yigit Sever | 2022-04-16 | 3 | -89/+56 |
| | | |||||
| * | temporarily remove tests | Yigit Sever | 2022-04-16 | 2 | -745/+0 |
| | | |||||
