aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-19Merge pull request #7048Wladimir J. van der Laan
c5f211b [doc][trivial] Remove miniupnpc build notes build-unix (fanquake)
2015-11-19Merge pull request #7041Jonas Schnelli
bd42e6b [doc] Users now see 'Bitcoin Core' in the OSX bundle (Michael Ford)
2015-11-19add powerpc build support for openssl libdaniel
2015-11-19zmq: prepend zmq to debug messagesDaniel Cousens
2015-11-19init: add zmq to debug categoriesDaniel Cousens
2015-11-19init: amend ZMQ flag namesDaniel Cousens
2015-11-19[doc][trivial] Remove miniupnpc build notes build-unixfanquake
2015-11-18add UI help for -resetguisettingsJonas Schnelli
2015-11-18Alter assumptions in CCoinsViewCache::BatchWriteAlex Morcos
Previously it would break if you flushed a parent cache while there was a child cache referring to it. This change will allow the flushing of parent caches.
2015-11-18Merge pull request #6932Wladimir J. van der Laan
1cf3dd8 Add unit test for UpdateCoins (Alex Morcos) 03c8282 Make CCoinsViewTest behave like CCoinsViewDB (Alex Morcos) 14470f9 ModifyNewCoins saves database lookups (Alex Morcos)
2015-11-18Merge pull request #6951Jonas Schnelli
513686d [qt] Use maxTxFee instead of 10000000 (MarcoFalke)
2015-11-18[Qt] don't allow to store invalid proxy portsJonas Schnelli
2015-11-18[qa] Extend README.mdMarcoFalke
2015-11-18Merge pull request #7030Wladimir J. van der Laan
013a364 [contrib] Delete test-patches (MarcoFalke)
2015-11-18Merge pull request #7050Gregory Maxwell
e855b01 Fix debug log message for block files (Alex Morcos)
2015-11-17Fix debug log message for block filesAlex Morcos
2015-11-17[contrib] Delete test-patchesMarcoFalke
2015-11-17Bugfix: Use unique autostart filenames on Linux for testnet/regtestLuke Dashjr
2015-11-17Merge pull request #7020Wladimir J. van der Laan
e587bc3 Implement helper class for CTxMemPoolEntry constructor (Alex Morcos)
2015-11-17[doc][trivial] Update Debian control descriptionfanquake
Update the description in debian/control to match that description in the main bitcoin README.md
2015-11-17[doc][trivial] Remove source forge from Debian watch.fanquake
2015-11-17[doc] Users now see 'Bitcoin Core' in the OSX bundleMichael Ford
On OS X users will see 'Bitcoin Core' after opening the DMG bundle.
2015-11-17[qa] Split README.md to /qa and /qa/rpc-testsMarcoFalke
+ Update with new -help message
2015-11-16Merge pull request #7026Gregory Maxwell
a6d5a65 [trivial] contrib: Fix `echo`s in verify.sh (MarcoFalke) 141c44e [contrib] Update versionprefix to "bitcoin-core" in verify.sh (MarcoFalke)
2015-11-16Implement helper class for CTxMemPoolEntry constructorAlex Morcos
This is only for unit tests.
2015-11-16Merge pull request #6986Gregory Maxwell
6bc9e40 Chainparams: Explicit CChainParams arg for miner: (Jorge Timón) 598e494 Chainparams: Explicit CChainParams arg for main (pre miner): (Jorge Timón)
2015-11-16Merge pull request #6999Gregory Maxwell
f6d9d5e add (max)uploadtarget infos to getnettotals RPC help (Jonas Schnelli)
2015-11-16Merge pull request #7023Gregory Maxwell
4d29032 Fixed integer comparison warning. (Eric Lombrozo)
2015-11-16Expose RPC calls for estimatesmart functionsAlex Morcos
Also add testing for estimatesmartfee in smartfees.py
2015-11-16add estimateSmartFee to the unit testAlex Morcos
2015-11-16EstimateSmart functions consider mempool min feeAlex Morcos
2015-11-16Increase success threshold for fee estimation to 95%Alex Morcos
This provides more conservative estimates and reacts more quickly to a backlog. Unfortunately the unit test for fee estimation depends on the success threshold (and the decay) chosen; also modify the unit test for the new default success thresholds.
2015-11-16Change wallet and GUI code to use new smart fee estimation calls.Alex Morcos
2015-11-16Add smart fee estimation functionsAlex Morcos
These are more useful fee and priority estimation functions. If there is no fee/pri high enough for the target you are aiming for, it will give you the estimate for the lowest target that you can reliably obtain. This is better than defaulting to the minimum. It will also pass back the target for which it returned an answer.
2015-11-16gitian: use trusty for buildingWladimir J. van der Laan
2015-11-16depends: qt PIDLIST_ABSOLUTE patchWladimir J. van der Laan
Remove sed-based qt PIDLIST_ABSOLUTE workaround, replace by a patch that works for both old (such as used by Travis and Ubuntu Precise) and new mingw (Ubuntu Trusty).
2015-11-16devtools: add libraries for bitcoin-qt to symbol checkWladimir J. van der Laan
Forgot to add these. Also add a short description for each required library.
2015-11-16Remove unmaintained example test script_test.pySuhas Daftuar
2015-11-16Merge pull request #6954Wladimir J. van der Laan
6e18268 Switch to libsecp256k1-based validation for ECDSA (Pieter Wuille)
2015-11-16[trivial] contrib: Fix `echo`s in verify.shMarcoFalke
2015-11-16[contrib] Update versionprefix to "bitcoin-core" in verify.shMarcoFalke
2015-11-16Merge pull request #7016Wladimir J. van der Laan
aee22bf Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN. (Gregory Maxwell)
2015-11-16[qa] keypool: DRY: Use test frameworkMarcoFalke
2015-11-16[qa] keypool: Fix white space to prepare transition to test frameworkMarcoFalke
2015-11-16[Qt] refactor and optimize proxy settings behaviorJonas Schnelli
2015-11-16Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN.Gregory Maxwell
This uses _EVENT_LOG_WARN instead, which appears to be defined in the old versions of libevent that I have on some systems.
2015-11-16Merge pull request #6991Gregory Maxwell
9bd3f03 Clarify 'fee' field in fundrawtransaction help text (Peter Todd)
2015-11-16Merge pull request #7000Jonas Schnelli
773ae46 [Qt] add shortcurts for debug-/console-window (Jonas Schnelli)
2015-11-15Fixed integer comparison warning.Eric Lombrozo
2015-11-15Switch to libsecp256k1-based validation for ECDSAPieter Wuille