aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdYigit Sever2024-05-181-1/+1
|
* chore: bump tokio and warpYigit Sever2022-06-072-312/+182
|
* bugfix: place guy files under network directoriesYigit Sever2022-04-263-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 feeYigit Sever2022-04-256-51/+115
|
* Bump Cargo.lockYigit Sever2022-04-251-1/+1
|
* Add new endpoint /versionYigit Sever2022-04-253-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.mdYigit Sever2022-04-251-40/+0
|
* Add ci badge to READMEYigit Sever2022-04-231-0/+1
| | | As this is a real project now apparently
* Add clippy lint to ci workflowYigit Sever2022-04-231-14/+33
|
* Suppress clippy warning: module_name_repetitionnecrashter2022-04-231-0/+1
| | | Co-authored-by: Yigit Sever <yigit@ceng.metu.edu.tr>
* Comply with Rustfmtnecrashter2022-04-232-9/+11
|
* Add bots to sample configurationsnecrashter2022-04-232-0/+25
|
* Load bots from config file instead of hardcodingnecrashter2022-04-231-45/+17
|
* Bot config representationnecrashter2022-04-231-0/+15
|
* Separate duplicate tx check from tx idsYigit Sever2022-04-231-15/+18
| | | | Use source and target instead
* Add timestamp to transaction fingerprint hashYigit Sever2022-04-231-1/+1
| | | | | This should include some randomness and prevent someone just simulating the whole chain on their own
* Add temporary clippy allowsYigit Sever2022-04-232-0/+4
|
* Update github actionsYigit Sever2022-04-231-13/+31
|
* Format, refactor, succinct errorsYigit Sever2022-04-237-89/+112
|
* Make README more professionalYigit Sever2022-04-231-11/+3
|
* Add Alperen Keles to authors listYigit Sever2022-04-231-1/+3
|
* Added myself to Cargo.tomlnecrashter2022-04-231-1/+1
|
* Update docstring in main.rs with configurationnecrashter2022-04-231-5/+28
|
* Print the name of the config in warn logsnecrashter2022-04-231-4/+4
|
* Config struct documentationnecrashter2022-04-232-10/+32
|
* Update README with config and database infonecrashter2022-04-231-1/+21
|
* Add another config for testnetnecrashter2022-04-231-0/+22
|
* Read multiple configs from command linenecrashter2022-04-231-3/+9
|
* Bugfix in parse_blocknecrashter2022-04-231-1/+2
|
* Configurable hash zero hexadecimal character countnecrashter2022-04-233-5/+14
|
* GET /config endpointnecrashter2022-04-232-0/+15
|
* Echo network infonecrashter2022-04-231-0/+2
|
* Read preapproved users CSV file from confignecrashter2022-04-233-6/+10
|
* Fix failure to read users after restartnecrashter2022-04-231-9/+16
| | | | db would get overwritten
* Handle empty url_prefixnecrashter2022-04-231-8/+14
|
* Save different networks to different foldersnecrashter2022-04-232-12/+17
|
* Handle url_prefix in networknecrashter2022-04-231-6/+10
|
* name and url_prefix fields in confignecrashter2022-04-232-0/+9
|
* Support for multiple configs/routesnecrashter2022-04-232-11/+25
|
* Add default config filenecrashter2022-04-231-0/+11
|
* Read from config file at start-upnecrashter2022-04-232-10/+12
|
* Implement the ability to read config from yamlnecrashter2022-04-233-0/+27
|
* Add instructions for running server locallynecrashter2022-04-231-1/+29
|
* Remove constants in handlers, use db.confignecrashter2022-04-231-22/+13
|
* Add config property to DBnecrashter2022-04-231-0/+10
|
* Add basic config structnecrashter2022-04-232-0/+21
|
* Add logging to coinbase rewardsYigit Sever2022-04-232-0/+7
|
* Fix coinbase block rewardsnecrashter2022-04-231-5/+5
|
* Add rust check workflowYigit Sever2022-04-181-0/+22
|
* Merge pull request #8 from oznakn/mainYigit Sever2022-04-181-2/+2
|\ | | | | Great catch, thank you!