Commit Graph

36 Commits (d8ac1e3c32e8f9ab44505b7c0c67e694e7e38f6a)

Author SHA1 Message Date
Revertron ffd70c92a6 Added optimization level for dev and test profiles. 4 years ago
Revertron fb4ed70f7c
Merge pull request #3 from Revertron/dependabot/cargo/base64-0.13.0
Update base64 requirement from 0.11.0 to 0.13.0
4 years ago
dependabot[bot] 6a425a4151
Update num-bigint requirement from 0.2 to 0.4
Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version.
- [Release notes](https://github.com/rust-num/num-bigint/releases)
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.2.0...num-bigint-0.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot] 2876f4a57d
Update base64 requirement from 0.11.0 to 0.13.0
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.11.0...v0.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Revertron 809256b955 Added more restriction by public key. Added alternative zones to restrictions. 4 years ago
Revertron 186f9cb05b Added a restriction for IANA domain zones. Users cannot mine them from now on. 4 years ago
Revertron 5d57473122 Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm. 4 years ago
Revertron 9718fa8a81 Tuned some constants adn options. 4 years ago
Revertron eec595f30e Another iteration of dependency configuration. 4 years ago
Revertron bf1bf1b2bc Changed build dependencies in order to exclude MacOS from building thread-priority. Hoping that it is not Unix :) 4 years ago
Revertron ffc8e14b5f Fixed MacOS build, again. 4 years ago
Revertron dddc540484 Fixed MacOS build. 4 years ago
Revertron ac915a1e92 Changed settings format file from JSON to Toml. 4 years ago
Revertron c5d20d2e00 Made all mining threads low-priority. 4 years ago
Revertron 92ebefce91 Changed and refactored block and transaction structures. Moved signature from transaction scope to block. 4 years ago
Revertron 1045777ee5 Finished the work on status bar. All status information is in sync now. 4 years ago
Revertron 2356f363f9 Version increment. 4 years ago
Revertron 0d3b8c3db0 Version increment. 4 years ago
Revertron 49ea42d9ca Incremented version for release. 4 years ago
Revertron 074a709f3b Implemented setting bind-host for DNS-resolver. 4 years ago
Revertron d7911dfe04 Implemented mining zone screen. Added a lot of user input checks. 4 years ago
Revertron 93d688c479 Added a decent logging. 4 years ago
Revertron 2bea778e0f Fixed running with console on Windows when compiled as GUI app. 4 years ago
Revertron d135204af7 Implemented DNS on blockchain. Beautified a lot of code, fixed some things. 4 years ago
Revertron 4b5e5112da First DNS compile. Took DNS code from https://github.com/EmilHernvall/hermes. 4 years ago
Revertron c3a2fb21e3 Updated serde version and some imports. 4 years ago
Revertron 364a969a53 Refactored key-management a lot. 4 years ago
Revertron 9e7a1b8834 Implemented P2P network protocol. Refactored project structure. 4 years ago
Revertron 562c004b0d Implemented and added usage of eventbus. Added a lot of UI interaction. Added a lot of DB work. 4 years ago
Revertron 9e6a01847e Changed chain id to chain name (it will be a string). Implemented saving blockchain to sqlite DB. 4 years ago
Revertron 70b3a833b9 Implemented loading Settings from file. Implemented mining of Keystore (key pair). Changed Transaction structure a lot. Added an icon to windows build. Changed some HTML. 4 years ago
Revertron 4703ae6f49 Implemented multi-threaded CPU-miner. 4 years ago
Revertron 01f37cc238 Made a full refactoring of synchronization primitives between settings, keystore, blockchain and miner. 5 years ago
Revertron 3eaf63ba79 Made some pancurses interface, but it will lead to a bunch of problems. Commiting just for the history, will change it to web-view. 5 years ago
Revertron b5e36da737 Removed Hash struct, cleaned the code. Renamed Wyrd to wyrd_ns. 5 years ago
Revertron f46367c95d First correct working serialization. 5 years ago