Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Improve Restore Performance

Compare
Choose a tag to compare
@ealymbaev ealymbaev released this 28 Feb 06:27
· 469 commits to master since this release

Customizable thread for delegate

Listener events are run in a dedicated background thread. It can be switched to main thread by setting the delegateQueue property to DispatchQueue.main.

Performance improvements

  • improve threading and transfer heavy tasks to background thread (#237, #244, #245)
  • restore performance improvement (#248, #254)
  • "Double spend risk" on sent transactions is fixed (#247)
  • bug fixes and improvements (#169, #221, #243, #249, #251, #258)