Commit Graph

18 Commits (d513c29cfe5b5003ffd3f952ec1fbb9550270bf7)

Author SHA1 Message Date
Revertron d513c29cfe Code reformatting. 3 years ago
Revertron 7c38ee915f Removed deprecated keystore code. 3 years ago
Revertron a73894e849 Updated readme and default settings. 3 years ago
Revertron 31ba599662 Implemented support for multiple keys. 3 years ago
Revertron a73bacc8ab Fixed default origin in settings and chain tests. 3 years ago
Revertron fcb920e0de Refactored Chain a lot to make it possible to test.
Added a CPU hard test for Chain, checking all current DB.
Added an option to config file to set a count of checked top blocks on start.
3 years ago
Revertron 3900790f03 Returned low thread priorty as it seems after thorough tests that there is an impact afterall. But this functionality is now controlled by option 'mining.lower'. 3 years ago
Revertron a74a0733ac Changed identity format in transactions, now it will be double Sha256.
Added new checks for forked blocks.
Added options table.
Added posibility to replace blocks in DB by more appropriate forks.
Divided transactions table to domains and zones tables.
Added a timestamp to domains and zones table, it will give us possibility to purge old domains.
Changed difficulty check to check head and tail (sum of them) of the hash.
Added encrypted (by Chacha20) domain name to DomainData, added contacts and owners vectors for it too.
Added yggdrasil flag to ZoneData - it will restrict all IPs for domains in particular zone to Yggdrasil only.
Changed difficulties of various block types.
Added a temporary (for a run) unique ID to all handshakes.
Start of signing blocks mining will be after 60 seconds after full block.
Added mining status to statusbar.
3 years ago
Revertron 7edc425bc6 Added commandline flags to genenerate and upgrade config files. 3 years ago
Revertron 882d826c26 Implemented hosts-file support. You can resolve local names or block ads on DNS level! 3 years ago
Revertron e806cf5612 Added config option to ignore all nodes except from Yggdrasil. 3 years ago
Revertron 4e0b0b3d1c Added mining threads count option. 3 years ago
Revertron c7e845af05 Made it possible to run ALFIS without settings file. It will be created if not found. 3 years ago
Revertron ce212ab749 Changed format of DNS-listen options. Added DNS-thread count options to config. 3 years ago
Revertron ac915a1e92 Changed settings format file from JSON to Toml. 3 years ago
Revertron 59df68d7c7 Added hash of last block to Ping/Pong messages. 3 years ago
Revertron 074a709f3b Implemented setting bind-host for DNS-resolver. 3 years ago
Revertron d135204af7 Implemented DNS on blockchain. Beautified a lot of code, fixed some things. 3 years ago