This website requires JavaScript.
Explore
Help
Sign In
Revertron
/
Alfis
Watch
1
Star
0
Fork
0
You've already forked Alfis
mirror of
https://github.com/Revertron/Alfis.git
synced
2024-12-06 19:26:25 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dddc540484ab86a41d5df166f10af5030356ea4a
Alfis
/
src
T
History
Revertron
dddc540484
Fixed MacOS build.
2021-03-07 00:17:03 +01:00
..
blockchain
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.
2021-03-06 21:28:06 +01:00
dns
Added full IPv6 support for DNS-resolver upstreams.
2021-03-06 23:53:30 +01:00
p2p
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.
2021-03-06 21:28:06 +01:00
webview
Implemented status bar with some status information: sync process, connected nodes and blockchain height.
2021-02-27 18:57:15 +01:00
context.rs
Implemented rotating DNS upstreams from config. Fixed warnings.
2021-02-21 21:56:56 +01:00
event.rs
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.
2021-03-06 21:28:06 +01:00
keys.rs
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.
2021-03-06 21:28:06 +01:00
lib.rs
Implemented DNS on blockchain. Beautified a lot of code, fixed some things.
2021-02-19 16:41:43 +01:00
main.rs
Fixed MacOS build.
2021-03-07 00:17:03 +01:00
miner.rs
Fixed MacOS build.
2021-03-07 00:17:03 +01:00
settings.rs
Changed format of DNS-listen options. Added DNS-thread count options to config.
2021-03-06 22:54:17 +01:00
simplebus.rs
Implemented DNS on blockchain. Beautified a lot of code, fixed some things.
2021-02-19 16:41:43 +01:00
utils.rs
Added hash of last block to Ping/Pong messages.
2021-03-02 19:35:12 +01:00