This website requires JavaScript.
Explore
Help
Sign In
Sweetbread
/
Alfis
Watch
1
Star
0
Fork
0
You've already forked Alfis
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1cd1fed17899303dfdcad7ba96e64313a172c85c
Alfis
/
src
T
History
Revertron
1cd1fed178
Added full IPv6 support for DNS-resolver upstreams.
2021-03-06 23:53:30 +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
Changed format of DNS-listen options. Added DNS-thread count options to config.
2021-03-06 22:54:17 +01:00
miner.rs
Made all mining threads low-priority.
2021-03-06 21:56:54 +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