Commit Graph

13 Commits (d513c29cfe5b5003ffd3f952ec1fbb9550270bf7)

Author SHA1 Message Date
Revertron d513c29cfe Code reformatting. 3 years ago
Revertron 13c8843c27 Fixed cargo doc generation. 3 years ago
Revertron 319051edbd Implemented P2P traffic encryption.
Changed serialization format of P2P messages.
Refactored P2P network code.
3 years ago
Revertron a73bacc8ab Fixed default origin in settings and chain tests. 3 years ago
Revertron fab62bdfc8 Changed serialization of block to binary format. 3 years ago
Revertron dee53887cb Added more block supremacy checks. 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 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 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 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