mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-22 23:25:48 +00:00
- No longer uses Guava services, the change is source compatible but the two-step API is no longer needed - Now has a dedicated ScheduledExecutorService as its core service thread, so we can schedule jobs for the future instead of using sleeps. - Connection code was rewritten to be easier to follow (at least I think so). The goal here is to generalise the peer group thread so it can do more things.