Commit Graph

103 Commits (2d12fd0447de88eb72d0f593424b3cc2c13c1aac)

Author SHA1 Message Date
Revertron 9d51912733 Fixed #45, ability to work with old keys and domains. 3 years ago
Revertron 5994622f59 Fixed resolve of SOA records #40. 3 years ago
Revertron 9b093a8172 Implemented presentation and editing for domains. 3 years ago
Revertron 6c3135d1e3 Updated consensus code. 3 years ago
Revertron aef30818be Changed some logging. 3 years ago
Revertron 536515519a Refactored the work with signing blocks. 3 years ago
Revertron ee9b73b190 Fixed negative DNS responses. 3 years ago
Revertron ae77ee6780 Removed check_db() as not needed now. Maybe we will need it sometimes. 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 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 9afedb50ed Changed log levels to make alfis less chatty. 3 years ago
Revertron 6dae3e41c0 Changed log levels to make alfis less chatty. 3 years ago
Revertron fba9a976ea Fixed duplicate zone names in GUI. 3 years ago
Revertron e1d0df33d5 Fixed resolve of CNAME records. 3 years ago
Revertron a4ecb1f0f7 Very important DNS resolver fix. 3 years ago
Revertron 7e742c1553 Fixed DNS answers for provided zones. 3 years ago
Revertron 4e0b0b3d1c Added mining threads count option. 3 years ago
Revertron fd6edce6b5 Remastered domain mining interface! 3 years ago
Revertron ffd03aa62e Updated Bulma CSS. Remastered whole GUI. 3 years ago
Revertron 4ddacd2f57 Tuned up difficulty constant for comfortable use with new algo.
Mined new origin block to start over test network.
3 years ago
Revertron c5204aaed1 Refactored a lot of cryptography. Moved from "rust-crypto" to https://github.com/RustCrypto 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 7e24383894 Major GUI refactoring. 3 years ago
Revertron 278f7a8c34 Fixed an important TODO. 3 years ago
Revertron d3d67b6d0e Small optimization. 3 years ago
Revertron 1d9833db0f Implemented right way to constrain zone difficulty. 3 years ago
Revertron d8ac1e3c32 Fixed wait for signing mode in miner. 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 809256b955 Added more restriction by public key. Added alternative zones to restrictions. 3 years ago
Revertron b39f5fa7f0 Added restriction by public key, made some refactoring. 3 years ago
Revertron 5d57473122 Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm. 3 years ago
Revertron 5c2373b40d Small changes. 3 years ago
Revertron aa32599092 Added some more checks for block properties, moved them around. 3 years ago
Revertron 9718fa8a81 Tuned some constants adn options. 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 59df68d7c7 Added hash of last block to Ping/Pong messages. 3 years ago
Revertron 92ebefce91 Changed and refactored block and transaction structures. Moved signature from transaction scope to block. 3 years ago
Revertron e53245315f Implemented status bar with some status information: sync process, connected nodes and blockchain height. 3 years ago
Revertron 46c49fe4c9 Fixed filtering of existing zones in blockchain. 3 years ago
Revertron 803b70fc25 Speedup initial blockchain receiving. 3 years ago
Revertron 193275da7f Implemented rotating DNS upstreams from config. Fixed warnings. 3 years ago
Revertron 38feb11cff Fixed DNS-records search. 3 years ago
Revertron 483be5215a Improved peer reconnection code. 3 years ago
Revertron 93d688c479 Added a decent logging. 3 years ago
Revertron d135204af7 Implemented DNS on blockchain. Beautified a lot of code, fixed some things. 3 years ago
Revertron 4c4493f797 Fixed block exchange and server reconnection. 3 years ago
Revertron abb2455d1c Implemented block adding check. Cleared many warnings, cleaned code. 3 years ago
Revertron 1331f44b0e Refactored block and transaction structure. Introduced a 'confirmation' entity to avoid block interceptions (at least make them pointless). 3 years ago
Revertron 9e7a1b8834 Implemented P2P network protocol. Refactored project structure. 3 years ago