Commit Graph

26 Commits (67757a3f16ff0e09d70c63c5271c5002be44b7c1)

Author SHA1 Message Date
Revertron 47c398118a Optimized new block processing. Added quick-ban for those, who send wrong blocks. 4 years ago
Revertron 6a1aa6c0d5 Reworked p2p code, optimized a lot. 4 years ago
Revertron 9d51912733 Fixed #45, ability to work with old keys and domains. 4 years ago
Revertron 9b093a8172 Implemented presentation and editing for domains. 4 years ago
Revertron 6c3135d1e3 Updated consensus code. 4 years ago
Revertron 536515519a Refactored the work with signing blocks. 4 years ago
Revertron ae77ee6780 Removed check_db() as not needed now. Maybe we will need it sometimes. 4 years ago
Revertron 92209689d6 Fixed parsing of DomainData, many other fixes. 4 years ago
Revertron f671de3746 Added some checks for "Yggdrasil only" zones. 4 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'. 4 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.
4 years ago
Revertron 9afedb50ed Changed log levels to make alfis less chatty. 4 years ago
Revertron 6dae3e41c0 Changed log levels to make alfis less chatty. 4 years ago
Revertron fba9a976ea Fixed duplicate zone names in GUI. 4 years ago
Revertron fd6edce6b5 Remastered domain mining interface! 4 years ago
Revertron 0b5f5d0793 Implemented purging old disconnected peers. 4 years ago
Revertron dcf5bb72b0 Eliminated connection loops.
Optimized network processes.
Removed some unnecessary logging.
Fixed status bar info inconsistency.
4 years ago
Revertron 7e24383894 Major GUI refactoring. 4 years ago
Revertron 278f7a8c34 Fixed an important TODO. 4 years ago
Revertron d3d67b6d0e Small optimization. 4 years ago
Revertron 1d9833db0f Implemented right way to constrain zone difficulty. 4 years ago
Revertron d8ac1e3c32 Fixed wait for signing mode in miner. 4 years ago
Revertron 394463ef15 Added more restriction for blocks and zone names. 4 years ago
Revertron 809256b955 Added more restriction by public key. Added alternative zones to restrictions. 4 years ago
Revertron b39f5fa7f0 Added restriction by public key, made some refactoring. 4 years ago
Revertron 5d57473122 Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm. 4 years ago