Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-19 | Merge pull request #7048 | Wladimir J. van der Laan | |
c5f211b [doc][trivial] Remove miniupnpc build notes build-unix (fanquake) | |||
2015-11-19 | Merge pull request #7041 | Jonas Schnelli | |
bd42e6b [doc] Users now see 'Bitcoin Core' in the OSX bundle (Michael Ford) | |||
2015-11-19 | add powerpc build support for openssl lib | daniel | |
2015-11-19 | zmq: prepend zmq to debug messages | Daniel Cousens | |
2015-11-19 | init: add zmq to debug categories | Daniel Cousens | |
2015-11-19 | init: amend ZMQ flag names | Daniel Cousens | |
2015-11-19 | [doc][trivial] Remove miniupnpc build notes build-unix | fanquake | |
2015-11-18 | add UI help for -resetguisettings | Jonas Schnelli | |
2015-11-18 | Alter assumptions in CCoinsViewCache::BatchWrite | Alex 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-18 | Merge pull request #6932 | Wladimir 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-18 | Merge pull request #6951 | Jonas Schnelli | |
513686d [qt] Use maxTxFee instead of 10000000 (MarcoFalke) | |||
2015-11-18 | [Qt] don't allow to store invalid proxy ports | Jonas Schnelli | |
2015-11-18 | [qa] Extend README.md | MarcoFalke | |
2015-11-18 | Merge pull request #7030 | Wladimir J. van der Laan | |
013a364 [contrib] Delete test-patches (MarcoFalke) | |||
2015-11-18 | Merge pull request #7050 | Gregory Maxwell | |
e855b01 Fix debug log message for block files (Alex Morcos) | |||
2015-11-17 | Fix debug log message for block files | Alex Morcos | |
2015-11-17 | [contrib] Delete test-patches | MarcoFalke | |
2015-11-17 | Bugfix: Use unique autostart filenames on Linux for testnet/regtest | Luke Dashjr | |
2015-11-17 | Merge pull request #7020 | Wladimir J. van der Laan | |
e587bc3 Implement helper class for CTxMemPoolEntry constructor (Alex Morcos) | |||
2015-11-17 | [doc][trivial] Update Debian control description | fanquake | |
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 bundle | Michael 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-tests | MarcoFalke | |
+ Update with new -help message | |||
2015-11-16 | Merge pull request #7026 | Gregory Maxwell | |
a6d5a65 [trivial] contrib: Fix `echo`s in verify.sh (MarcoFalke) 141c44e [contrib] Update versionprefix to "bitcoin-core" in verify.sh (MarcoFalke) | |||
2015-11-16 | Implement helper class for CTxMemPoolEntry constructor | Alex Morcos | |
This is only for unit tests. | |||
2015-11-16 | Merge pull request #6986 | Gregory 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-16 | Merge pull request #6999 | Gregory Maxwell | |
f6d9d5e add (max)uploadtarget infos to getnettotals RPC help (Jonas Schnelli) | |||
2015-11-16 | Merge pull request #7023 | Gregory Maxwell | |
4d29032 Fixed integer comparison warning. (Eric Lombrozo) | |||
2015-11-16 | Expose RPC calls for estimatesmart functions | Alex Morcos | |
Also add testing for estimatesmartfee in smartfees.py | |||
2015-11-16 | add estimateSmartFee to the unit test | Alex Morcos | |
2015-11-16 | EstimateSmart functions consider mempool min fee | Alex Morcos | |
2015-11-16 | Increase 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-16 | Change wallet and GUI code to use new smart fee estimation calls. | Alex Morcos | |
2015-11-16 | Add smart fee estimation functions | Alex 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-16 | gitian: use trusty for building | Wladimir J. van der Laan | |
2015-11-16 | depends: qt PIDLIST_ABSOLUTE patch | Wladimir 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-16 | devtools: add libraries for bitcoin-qt to symbol check | Wladimir J. van der Laan | |
Forgot to add these. Also add a short description for each required library. | |||
2015-11-16 | Remove unmaintained example test script_test.py | Suhas Daftuar | |
2015-11-16 | Merge pull request #6954 | Wladimir J. van der Laan | |
6e18268 Switch to libsecp256k1-based validation for ECDSA (Pieter Wuille) | |||
2015-11-16 | [trivial] contrib: Fix `echo`s in verify.sh | MarcoFalke | |
2015-11-16 | [contrib] Update versionprefix to "bitcoin-core" in verify.sh | MarcoFalke | |
2015-11-16 | Merge pull request #7016 | Wladimir 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 framework | MarcoFalke | |
2015-11-16 | [qa] keypool: Fix white space to prepare transition to test framework | MarcoFalke | |
2015-11-16 | [Qt] refactor and optimize proxy settings behavior | Jonas Schnelli | |
2015-11-16 | Avoid 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-16 | Merge pull request #6991 | Gregory Maxwell | |
9bd3f03 Clarify 'fee' field in fundrawtransaction help text (Peter Todd) | |||
2015-11-16 | Merge pull request #7000 | Jonas Schnelli | |
773ae46 [Qt] add shortcurts for debug-/console-window (Jonas Schnelli) | |||
2015-11-15 | Fixed integer comparison warning. | Eric Lombrozo | |
2015-11-15 | Switch to libsecp256k1-based validation for ECDSA | Pieter Wuille | |