Commit Graph

69 Commits (master)

Author SHA1 Message Date
Revertron a612f73649 Fixed the consensus about expired domains. 2 years ago
Revertron 8cfc48e9c0 Small refactoring and fix LF escape in domain data. 2 years ago
Revertron c8f68cb857 A lot of optimization for block checks. Will speed up initial sync by about 15-20% of time. 2 years ago
Revertron a27b6cc75c Fixed block precedence calculation. 2 years ago
Revertron 410bc9b7e4 Fixed signers' calculation loop. Fixed block checks. Added trace logging level. Updated dependencies. 2 years ago
Revertron 5b5943a4aa Decoupled domain records change from domain renewal. 2 years ago
Revertron 797584c516 Fixed multiple clippy warnings. 2 years ago
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 2f577c6665 Fixed sending domain info with "'" to UI. 3 years ago
Revertron 522a75d511 Added an option to save current node status to file. 3 years ago
Revertron 815c18b501 Decreased domain remining difficulty by 1. 3 years ago
Revertron d513c29cfe Code reformatting. 3 years ago
Revertron b458140d6c Fixed build. 3 years ago
Revertron 8a8c2678ae Small UI and log polishing. 3 years ago
Revertron 88404a635b Added statistics to main screen. 3 years ago
Revertron 7665a2af3f Refactored domain list interface.
Added new logo and icon.
3 years ago
Revertron 31ba599662 Implemented support for multiple keys. 3 years ago
Revertron 92222dd51b Refactored event bus to lazy_static. 3 years ago
Revertron 6da89bcf0d Added more convenient cooldown time formatting. 3 years ago
Revertron 8afa86098d Fix of #106 3 years ago
Revertron bd27f74351 Version increment. Made web-view debug=false. 3 years ago
Revertron 8c2e89da0b Fixed JS part for Edge. 3 years ago
Revertron 01e97ed7a0 Reworked domain contacts. 3 years ago
Revertron 969e414907 Small fixes. 3 years ago
Revertron fe92983945 Added record constraints. 3 years ago
Revertron bc6d2fbae3 Added second keypair for encryption of domain names.
Changed keys file format to include second pair of keys, it will be in TOML now.
Made many adjustments to block and transaction structures.
Changed block serialization to binary format for hashing/mining.
Removed old build dependencies.
3 years ago
Revertron 52695e0988 Added a possibility to set owner for mined domain.
Fixed small errors.
3 years ago
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