Commit Graph

42 Commits (64f5f1027ba90566cd7e31a8cceeecd56d0a9cea)

Author SHA1 Message Date
Revertron 64f5f1027b Removed all external zones. 3 years ago
Revertron 9949d13e62 First commit of 0.5.* branch. 3 years ago
Revertron 5a089b5cd0 Fixed unavailability to mine domains after some errors. 3 years ago
Revertron 50b7d26098 Fixed #60. Now domains are shown as they should be. Rewised events a bit. 3 years ago
Revertron f60e42eb2e Fixed #86 - shuffling domain zones list. 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 1b406baeca Changed domain encryption scheme. 3 years ago
Revertron 70c0c25a6a Fixed UI mining stats. 3 years ago
Revertron 520f485899 Optimized p2p connections.
Added a limit for 10 active connections to save bandwidth and CPU.
3 years ago
Revertron 5c1c0630a6 Improved signing blocks operations. 3 years ago
Revertron 161e600290 Added blockchain full check on start. Fixed cond_var blocking. 3 years ago
Revertron f4c17bc15f Added some checks to prevent user from mining if last full block is not signed enough. 3 years ago
Revertron 214ef69927 More fixes for signing blocks. 3 years ago
Revertron 64b353f069 Added a workaround for old domains, that have old name encryption. 3 years ago
Revertron 9b093a8172 Implemented presentation and editing for domains. 3 years ago
Revertron da15a02e11
Fixed a string 3 years ago
Revertron 92209689d6 Fixed parsing of DomainData, many other fixes. 3 years ago
Revertron f671de3746 Added some checks for "Yggdrasil only" zones. 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 445733fd29 Added a github link to help page. 3 years ago
Revertron db86bfcd07 Fixed key generated success message. 3 years ago
Revertron 7830681b38 Refactored interface. Added log events to Events tab. 3 years ago
Revertron 6dae3e41c0 Changed log levels to make alfis less chatty. 3 years ago
Revertron cddfa7b347 Updated some dependencies. 3 years ago
Revertron fd6edce6b5 Remastered domain mining interface! 3 years ago
Revertron 594878614f Added horizontal tabs to the new interface. 3 years ago
Revertron fc90706213 Added success notifications from miner. 3 years ago
Revertron ffd03aa62e Updated Bulma CSS. Remastered whole GUI. 3 years ago
Revertron 1225bf6fbc Added a keys check on load. Added a warning on errors. 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 0b5f5d0793 Implemented purging old disconnected peers. 3 years ago
Revertron dcf5bb72b0 Eliminated connection loops.
Optimized network processes.
Removed some unnecessary logging.
Fixed status bar info inconsistency.
3 years ago
Revertron 31bbb65ce9 Fixed deadlock. 3 years ago
Revertron dda44f7df6 Implemented immidiate check of DNS records, reverted Edge usage. 3 years ago
Revertron 7e24383894 Major GUI refactoring. 3 years ago
Revertron a4e9d92680 Fixed getting zone difficulty. 3 years ago
Revertron 1d9833db0f Implemented right way to constrain zone difficulty. 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 394463ef15 Added more restriction for blocks and zone names. 3 years ago
Revertron 186f9cb05b Added a restriction for IANA domain zones. Users cannot mine them from now on. 3 years ago
Revertron 5d57473122 Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm. 3 years ago