Regularly poll other dnsseeds for new addrs
[dnsseed-rust] / src / datastore.rs
2019-05-21 Matt CoralloRegularly poll other dnsseeds for new addrs
2019-05-21 Matt CoralloNever run the scan loop more than once every 15 seconds
2019-05-21 Matt CoralloAlways get 30 seconds of nodes to scan at a time
2019-05-21 Matt CoralloPrint old state on updates
2019-05-21 Matt CoralloUse AddressState utils more
2019-05-21 Matt CoralloAdd some util functions to AddressState
2019-05-21 Matt CoralloFix was_good timer check
2019-05-21 Matt CoralloOnly print on chage, print on good, too
2019-05-20 Matt CoralloImplement WasGood timeout
2019-05-20 Matt CoralloFix dnsseed hostname
2019-05-20 Matt CoralloUpdate services properly on Good state
2019-05-20 Matt CoralloGenerate DNS entries for all known service flags
2019-05-20 Matt CoralloRequire port 8333, use IPs not socketaddrs for DNS
2019-05-20 Matt CoralloAdd nodes dumper
2019-05-20 Matt CoralloTotal runtime timeout, fix saves
2019-05-19 Matt CoralloImplement subver regex checking, allow multiple version...
2019-05-19 Matt Coralloimplement storing/reading data in human-readable data...
2019-05-18 Matt CoralloTrack service bits
2019-05-18 Matt CoralloInitial checkin