Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.mdHEADmain | Yigit Sever | 2024-05-18 | 1 | -3/+0 |
| | |||||
* | Update README.md | Yigit Sever | 2024-05-18 | 1 | -1/+1 |
| | |||||
* | chore: bump tokio and warp | Yigit Sever | 2022-06-07 | 2 | -312/+182 |
| | |||||
* | bugfix: place guy files under network directories | Yigit Sever | 2022-04-26 | 3 | -40/+45 |
| | | | | | | | | | | guy files were getting written in the correct directory but were getting updated on the parent directory (/users) this moves the "update guy file" logic to its own function so this sort of thing doesn't happen again writing blocks to disk got moved to its own function as well | ||||
* | Implement gas fee | Yigit Sever | 2022-04-25 | 6 | -51/+115 |
| | |||||
* | Bump Cargo.lock | Yigit Sever | 2022-04-25 | 1 | -1/+1 |
| | |||||
* | Add new endpoint /version | Yigit Sever | 2022-04-25 | 3 | -1/+22 |
| | | | | | | Use this endpoint to compare the live version to the version on vcs From here on, the version should be updated regularly as well | ||||
* | Remove TODO.md | Yigit Sever | 2022-04-25 | 1 | -40/+0 |
| | |||||
* | Add ci badge to README | Yigit Sever | 2022-04-23 | 1 | -0/+1 |
| | | | As this is a real project now apparently | ||||
* | Add clippy lint to ci workflow | Yigit Sever | 2022-04-23 | 1 | -14/+33 |
| | |||||
* | 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 |
| |