-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Updated Chinese Simp translation #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or 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
When rescanning, if the scanned transaction is already in the wallet, it is skipped. However, if someone sends a transaction, does not wait for confirmation, switches wallets, waits for a block that contains his original transaction, and switches wallets again, a rescan will leave his wallet transaction (which has no merkle branch, so no confirmations) untouched.
With the separation of CENT and MIN_TX_FEE, it is now reasonable to create change outputs between 0.01 and 0.0005, as these are spendable according to the policy, even though they require a fee to be paid. Also, when enough fee was already present, everything can go into a change output, without further increasing the fee.
For instance any nBits compressed value from 0x1a44b800 thru 0x1a44b9ff will show as difficulty 244139.4816. This patch will more accurately convert the nBits compressed values to the double difficulty. This will display any of the recent difficulty levels slightly differently though. Early difficulties and testnet difficulties are not large enough to trigger this bug. None of the actual targets or compressed targets are changed, only the conversion to the floating point difficulty is changed and afaik it is only ever displayed, never converted back so the patch does not effect the target calculations, binary files, databases nor the binary protocol.
Update to openssl-1.0.0d and enable RPC-SSL on Win32
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts
Update transactions already in the wallet when rescanning.
Add common temp files to .gitignore.
Fix for small change outputs
Demystify a few magic numbers.
Can you please do two things?
|
create keypool in LoadWallet()
zathras-crypto
pushed a commit
to zathras-crypto/omnicore
that referenced
this pull request
Feb 3, 2015
Add support for TX70 to populateRPCTransactionObject
ptschip
pushed a commit
to ptschip/bitcoin
that referenced
this pull request
Feb 9, 2017
[triavial] fix outdated comment
CodeShark
pushed a commit
to CodeShark/bitcoin
that referenced
this pull request
May 4, 2017
Litecoin: Fix p2p-compactblocks.py test hang
0xartem
pushed a commit
to Crowndev/crown-core
that referenced
this pull request
Feb 14, 2019
lbrynaut
pushed a commit
to lbrynaut/bitcoin
that referenced
this pull request
Sep 17, 2019
* added test for claimname RPC
lateminer
pushed a commit
to lateminer/bitcoin
that referenced
this pull request
Oct 16, 2019
[build] Add a script for installing db4
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.
Several accuracy and punctuation improvements. :D