This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Unstoppable request #600
Open
DUK3135
wants to merge
246
commits into
production
Choose a base branch
from
master
base: production
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Unstoppable request #600
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- If the last block in storage is older than the lastCheckpointBlock set to network, then it uses bip44CheckpointBlock
Fix bug with updated checkpoint (#389)
Fix bug with wrong checkpoint block timestamp
Increase pod versions to 0.6.1
Add migration for change wrong checkpoint block timestamp
- Update testnet checkpoint block.
Fix bug with wpkhSh transaction restoring
- TransactionProcessor doesn't emit 'onUpdate' event to it's listener if transaction existed in DB with blockHash and it's coming from mempool - TransactionProcessor trows exception in 'processCreated' if the transaction expires the bloom filter - TransactionCreator regenerates bloomfilter if transaction processor throws BloomFilterExpired exception - Remove bloomfilter.filter mutation check. It's useless, because filter is changed even if the elements are not changed
Notify syncFinished to syncStateListener when peer is synced (#400)
- New methods in AbstractKit: * redeem(from: Output, to: String, feeRate: Int, publicKey: PublicKey, signatureScriptFunction: (Data, Data) -> Data) * watch(transaction: BitcoinCore.TransactionFilter, delegate: IWatchedTransactionDelegate) * changePublicKey() throws -> PublicKey * receivePublicKey() throws -> PublicKey * publicKey(byPath path: String) throws -> PublicKey
Ability to redeem from p2sh output (#404)
Wrap peerStates removal in SyncedReadyPeerManager (#407)
Ability to set change output script type (#407)
Set default changeScriptType (#407)
- All 3 kit classes' #clear methods receive a list of wallet ids which must remain after clearing - DirectoryHelper#removeAll method iterates over files in given directory and removes files not listed(match fully or partially) in 'excludedFiles' parameter - Increased pods version
- When transaction has only 'mine' inputs, calculate transaction fee in BaseTransactionInfoConverter and subtract it out from amount - Add transaction fee in Demo app
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Yeah I'm trying come up