Skip to content

Dash Support, Kit Modularity

Compare
Choose a tag to compare
@abdrasulov abdrasulov released this 09 May 10:58
e80fdaa

Dash support

  • Handle Instant transactions
  • Send AutoInstant transactions if possible

Split project to subprojects:

  • 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 Android Room

  • Extract DB usages to single Interface
  • Switch to Android Room Storage

Lots of refactoring, optimizations, and bugfixes