Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress clippy warning: module_name_repetition | necrashter | 2022-04-23 | 1 | -0/+1 |
* | Comply with Rustfmt | necrashter | 2022-04-23 | 2 | -9/+11 |
* | 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 |
* | Add timestamp to transaction fingerprint hash | Yigit Sever | 2022-04-23 | 1 | -1/+1 |
* | Add temporary clippy allows | Yigit Sever | 2022-04-23 | 2 | -0/+4 |
* | Format, refactor, succinct errors | Yigit Sever | 2022-04-23 | 7 | -89/+112 |
* | 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 | 1 | -9/+31 |
* | 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 | 2 | -5/+12 |
* | 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 | 2 | -6/+6 |
* | Fix failure to read users after restart | necrashter | 2022-04-23 | 1 | -9/+16 |
* | 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 | 1 | -0/+4 |
* | Support for multiple configs/routes | necrashter | 2022-04-23 | 2 | -11/+25 |
* | 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 | 1 | -0/+25 |
* | 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 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 |
* | final touches for 2022 spring | Yigit Sever | 2022-04-16 | 3 | -89/+56 |
* | [WIP] first part of lazy users overhaul | Yigit Sever | 2022-04-15 | 3 | -5/+25 |
* | [WIP] more spring cleaning | Yigit Sever | 2022-04-11 | 1 | -9/+0 |
* | [WIP] Spring cleaning | Yigit Sever | 2022-04-11 | 10 | -516/+481 |
* | Implements staking | Yağız Şenal | 2021-09-08 | 1 | -2/+11 |
* | Remove unused code | Yigit Sever | 2021-05-10 | 1 | -44/+0 |
* | Remove old logging residue | Yigit Sever | 2021-05-10 | 1 | -11/+0 |
* | Lazyload the private key | Yigit Sever | 2021-05-10 | 3 | -52/+24 |
* | Invalid sig. more error | Yigit Sever | 2021-05-06 | 1 | -1/+1 |
* | Bot tx bugfix | Yigit Sever | 2021-05-05 | 1 | -1/+10 |
* | MORE ERROR MESSAGEs | Yigit Sever | 2021-05-05 | 1 | -1/+1 |
* | Add verbose error message | Yigit Sever | 2021-05-04 | 1 | -1/+4 |
* | Increase tx limit, decrease block size | Yigit Sever | 2021-05-01 | 1 | -4/+4 |
* | Don't log that much | Yigit Sever | 2021-04-27 | 1 | -3/+2 |
* | No empty txs anymore | Yigit Sever | 2021-04-27 | 1 | -4/+8 |