Commit Graph

19 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 f5423f8463 Added Limited Confidence to work with forks. 3 years ago
Revertron 5afd9906b3 Added a failsafe mechanism, that will restart all swarm connections if network is stale. 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 6c5e374408 Fixes for previous release. 3 years ago
Revertron c0e49bbab5 Optimized p2p connections a bit. 3 years ago
Revertron 640e2a0619 Fixed ping processing.
Changed the limit of active connections from 10 to 15.
3 years ago
Revertron 520f485899 Optimized p2p connections.
Added a limit for 10 active connections to save bandwidth and CPU.
3 years ago
Revertron 04491e8558 Added environment variable ALFIS_DEBUG to set ALFIS to always run in debug mode. 3 years ago
Revertron 04ef49764a Optimized signing blocks scheduler. 3 years ago
Revertron f16a95f51e Added new option `-l` to write log messages to file. Changed old `-l` flag to `-b`. 3 years ago
Revertron 6c3135d1e3 Updated consensus code. 3 years ago
Revertron 536515519a Refactored the work with signing blocks. 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 046c06beeb First signed block number changed to 35 to be able to get more signers.
Refactored cloning of Arcs.
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