Several accuracy and punctuation improvements. :D
Updated Chinese Simp translation #281
pull xslidian wants to merge 22 commits into bitcoin:0d28aad035742741770f from dabaopku:master changing 18 files +180 −144-
xslidian commented at 9:14 AM on May 28, 2011: contributor
-
1c528eeee9
Update transactions already in the wallet when rescanning.
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.
-
ca253d5911
Fix for small change outputs
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.
-
5e1e458ecb
loss of significance in difficulty (by lfm)
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 0649b6af90
-
Update to the Chinese Simp translation 4046be742f
- xslidian closed this on May 28, 2011
- xslidian reopened this on May 28, 2011
-
bugfix: accept free transactions 12a1256c1d
-
5fecb27c1e
Merge pull request #278 from TheBlueMatt/win32ssl
Update to openssl-1.0.0d and enable RPC-SSL on Win32
-
Merge remote branch 'upstream/master' 7c05877df2
-
Bugfix for dnsseed introduced by dnslookup e104c79374
-
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts. 482cb65690
-
Add common temp files to .gitignore. 4e6303d397
-
create keypool in LoadWallet() ca81b168d9
-
39105dac1b
Merge pull request #290 from jrmithdobbs/ip-filter-rfc1918-rfc3927
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts
-
7a234cdae5
Merge pull request #255 from sipa/rescanupdate
Update transactions already in the wallet when rescanning.
-
e3d884479a
Merge pull request #291 from jrmithdobbs/ignore-vim-swp-files
Add common temp files to .gitignore.
-
09d1484b22
Merge pull request #264 from sipa/mintxfeefix
Fix for small change outputs
-
Bump version to 0.3.23. 6f07e22210
-
Reduce minimum TX fee for new transactions, to 0.0005. 352b4ea5b9
-
Demystify a few magic numbers. a9d3af8821
-
04bc3f0a63
Merge pull request #303 from jrmithdobbs/demystify-magic-numbers
Demystify a few magic numbers.
-
jgarzik commented at 4:07 AM on June 7, 2011: contributor
Can you please do two things?
- Resubmit on top of current bitcoin
- Do not include *.mo files. We will rebuild those.
-
60152827e3
Merge pull request #293 from tcatm/keypool-fix
create keypool in LoadWallet()
-
Merge remote branch 'upstream/master' 74fd75a846
- xslidian closed this on Jun 9, 2011
- zathras-crypto referenced this in commit 718d4c5a7a on Feb 3, 2015
- ptschip referenced this in commit a540a100be on Feb 9, 2017
- CodeShark referenced this in commit 0ece87f1c5 on May 4, 2017
- 0xartem referenced this in commit eee8e126c6 on Feb 14, 2019
- lbrynaut referenced this in commit 5a393f5b14 on Sep 17, 2019
- lateminer referenced this in commit dda8b660bf on Oct 16, 2019
- attilaaf referenced this in commit e02283762c on Jan 13, 2020
- DrahtBot locked this on Sep 8, 2021