All Versions
35
Latest Version
Avg Release Cycle
24 days
Latest Release
-

Changelog History
Page 3

  • v0.12.3 Changes

    December 20, 2019

    2019-12-20

  • v0.12.2 Changes

    December 20, 2019

    2019-12-20

  • v0.12.1 Changes

    December 18, 2019

    2019-12-18

  • v0.12.0

    December 13, 2019
  • v0.11.0

    December 12, 2019
  • v0.9.0

    November 08, 2019
  • v0.6.1

    June 17, 2019
  • v0.6 Changes

    June 12, 2019

    ๐Ÿ‘‰ Use Swift 5

    • Respectively use GRDB 4, RxSwift 5, etc

    โž• Add LLMQ support to Dash

    • ๐Ÿ‘ Full support of instant transactions
    • ๐Ÿ‘Œ Support protocol version >= 70214

    ๐Ÿ”€ Full sync optimizations

    • Peer selection optimizations
    • ๐Ÿ”€ Ability to define sync mode:
      ** API (historical transactions from API, sync from peers network starting from last checkpoint)
      ** Full sync (starting from bip44 approval)
      ** New wallet (from last checkpoint)

    0๏ธโƒฃ Use P2WPKH(SH) address for receive by default

  • v0.5.1

    May 14, 2019
  • v0.5 Changes

    May 09, 2019

    Separate project to sub projects:

    • BitcoinCore is the core project
    • BitcoinKit uses BitcoinCore, only for Bitcoin blockchain
    • BitcoinCashKit uses BitcoinCore, only for Bitcoin Cash blockchain
    • DashKit uses BitcoinCore, only for Dash blockchain

    Switch from Realm to GRDB

    • Extract DB usages to single Interface
    • Switch to GRDB storage

    ๐Ÿ‘ Dash support

    • ๐Ÿ– Handle Instant transactions
    • Send AutoInstant transactions if possible

    ๐Ÿ›  Lots of refactoring, optimizations and bugfixes