Commit Graph

21 Commits (master)

Author SHA1 Message Date
Revertron 0e8d39751e Changed the way how DNS-server start error is handled. Now ALFIS starts normally, and the error is shown in GUI. 3 years ago
Revertron 8a8c2678ae Small UI and log polishing. 3 years ago
Revertron 88404a635b Added statistics to main screen. 3 years ago
Revertron 9949d13e62 First commit of 0.5.* branch. 3 years ago
Revertron f60e42eb2e Fixed #86 - shuffling domain zones list. 3 years ago
Revertron 520f485899 Optimized p2p connections.
Added a limit for 10 active connections to save bandwidth and CPU.
3 years ago
Revertron 46226f8dc6 Refactored and optimized signings. 3 years ago
Revertron 04ef49764a Optimized signing blocks scheduler. 3 years ago
Revertron 536515519a Refactored the work with signing blocks. 3 years ago
Revertron 04189f319a Added target difficulty to statusbar. 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 db86bfcd07 Fixed key generated success message. 3 years ago
Revertron fc90706213 Added success notifications from miner. 3 years ago
Revertron f5949e6ec0 Reworked handling appropriate (mined) keys absence. Now that info handled in UI as well. It won't allow users without keys to mine domains or zones. 3 years ago
Revertron 96ec25c0d0 Added a decent reaction to a new block in chain in mining process. 3 years ago
Revertron 5d57473122 Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm. 3 years ago
Revertron b0e78edb3d Changed origin block index to 1. Added "locker" blocks - mining, exchange etc. Removed unnecesarry creation of 'zones' directory on startup. Changed bind port of DNS-UDP socket to random (fixes inability to start several copies of Alfis). Sped up block exchange by sending additional pings when we have more blocks than other peers. Fixed unnecesarry double requests of blocks. Totally reworked block checking on arrival. Added target tags for logging in main. Added a commandline flag to list all blocks in DB and exit. 3 years ago
Revertron 1045777ee5 Finished the work on status bar. All status information is in sync now. 3 years ago
Revertron e53245315f Implemented status bar with some status information: sync process, connected nodes and blockchain height. 3 years ago
Revertron 364a969a53 Refactored key-management a lot. 3 years ago
Revertron 562c004b0d Implemented and added usage of eventbus. Added a lot of UI interaction. Added a lot of DB work. 3 years ago