bitcoin-kit-ios icon indicating copy to clipboard operation
bitcoin-kit-ios copied to clipboard

Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Comprehensive Bitcoin development library f...

Results 28 bitcoin-kit-ios issues
Sort by recently updated
recently updated
newest added

What is the status of replacing bech32 with bech32m as per [BIP350](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki)?

Can you expose a method to directly sign a transactions without needing to sync to the blockchain? We run our own full nodes, so construct the raw transactions on our...

Hi, i am looking for an example of the single bitcoin transaction with local signing procedure? Can anyone help me out?

SegWit related code must be extracted from BitcoinCore to BitcoinKit

enhancement

Currently, transactions are sorted by timestamp, then order. This sometimes leads to case when transaction included in higher block is returned next to the transaction included in lower block. Because...

bug

Mark block as locked when it receives an appropriate message

DASH

- should be reflected on balance - should appear as confirmed - be immediately available for spend

DASH

Implement UTXO selector for sending coins taking into account: 1. Instant transaction outputs 2. Locked blocks Instant transaction outputs can be spent immediately right after when it is in the...

DASH