akifuji
akifuji
# What problem does this feture solve? Currently initial block download strategy is implemented as Block First. # Describe what you've considered? 1. Download the best header. 2. Download blocks...
# What problem does this feture solve? To ensure the quality of the library # Describe what you've considered? Test `OP_PUSHDATA` in `OpCodeTests.swift` # Code sample / Spec
# What problem does this feture solve? Support Segwit transaction # Describe what you've considered? # Code sample / Spec Segwit spec https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki
# What problem does this feture solve? Implement new opcodes. # Code sample / Spec Refer to [may-2018-reenabled-opcodes](https://github.com/bitcoincashorg/bitcoincash.org/blob/master/spec/may-2018-reenabled-opcodes.md)
# What problem does this feture solve? Implement new opcodes. # Code sample / Spec Refer to [may-2018-reenabled-opcodes](https://github.com/bitcoincashorg/bitcoincash.org/blob/master/spec/may-2018-reenabled-opcodes.md)
# What problem does this feature solve? Provide more flexibility to the developer to display or hide the log messages. Sometimes is interesting look now the peer group is connecting...
We need to write how to use Script things in README.md.
# What problem does this feture solve? To ensure the quality of the library # Describe what you've considered? - [ ] PaymentURI.swift # Code sample / Spec
# What problem does this feture solve? To ensure the quality of the library # Describe what you've considered? - [ ] Transaction.swift - [ ] Transaction+SignatureHash.swift - [ ]...
# What problem does this feture solve? Prepare docs for users # Describe what you've considered? - [ ] Transaction.swift - [ ] Transaction+SignatureHash.swift - [ ] TransactionInput.swift - [...