Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-11-14 | [qa] travis: cover *receivedby* rpcs | MarcoFalke | |
2015-11-14 | Merge pull request #6993 | Gregory Maxwell | |
bbf49da Fix comment for blocksonly parameter interactions (Patick Strateman) 6a4982f Fix fRelayTxs comment (Patick Strateman) 59441a0 Display DEFAULT_WHITELISTALWAYSRELAY in help text (Patick Strateman) 71a2683 Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants (Patick Strateman) 762b13b Add help text for blocksonly and whitelistalwaysrelay (Patick Strateman) 3a96497 Add whitelistalwaysrelay option (Patick Strateman) 420fa81 Do not process tx inv's in blocksonly mode (Patick Strateman) 4044f07 Add blocksonly mode (Patick Strateman) | |||
2015-11-14 | Fix comment for blocksonly parameter interactions | Patick Strateman | |
2015-11-14 | Fix fRelayTxs comment | Patick Strateman | |
2015-11-14 | Display DEFAULT_WHITELISTALWAYSRELAY in help text | Patick Strateman | |
2015-11-14 | Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants | Patick Strateman | |
2015-11-14 | Add help text for blocksonly and whitelistalwaysrelay | Patick Strateman | |
2015-11-14 | Add whitelistalwaysrelay option | Patick Strateman | |
2015-11-14 | Do not process tx inv's in blocksonly mode | Patick Strateman | |
2015-11-14 | Add blocksonly mode | Patick Strateman | |
2015-11-13 | Merge pull request #6984 | Gregory Maxwell | |
e495ed5 add documentation for exluding whitelistes peer from maxuploadtarget (Jonas Schnelli) 5760749 [docs] rename reducetraffic.md to reduce-traffic.md (Jonas Schnelli) d61fcff don't enforce maxuploadtargets disconnect for whitelisted peers (Jonas Schnelli) | |||
2015-11-14 | add documentation for exluding whitelistes peer from maxuploadtarget | Jonas Schnelli | |
2015-11-14 | Merge pull request #7004 | Wladimir J. van der Laan | |
a5bc8de add jonasschnellis key to git-verify-commits trusted-keys (Jonas Schnelli) 160c72a update jonasschnellis gpg key (Jonas Schnelli) | |||
2015-11-14 | Merge pull request #7013 | Wladimir J. van der Laan | |
b3ae384 Remove LOCK(cs_main) from decodescript (Peter Todd) | |||
2015-11-13 | Merge pull request #7010 | Gregory Maxwell | |
10953a7 Better error message for fundrawtransaction w/ empty vout (Peter Todd) 61e1eb2 Actually use includeWatching value in fundrawtransaction (Peter Todd) | |||
2015-11-13 | Remove LOCK(cs_main) from decodescript | Peter Todd | |
Completely static RPC call that doesn't change or even look at mutable state anywhere. | |||
2015-11-13 | Add mediantime field to getblock and getblockheader | Peter Todd | |
2015-11-13 | Document new mediantime field in getblockchaininfo | Peter Todd | |
2015-11-13 | Clarify nLockTime-by-time comment in CheckFinalTx() | Peter Todd | |
2015-11-13 | Better error message for fundrawtransaction w/ empty vout | Peter Todd | |
Previously this case failed deep in Cwallet::CreateTransaction() with the error message "Transaction amounts must be positive" | |||
2015-11-13 | Actually use includeWatching value in fundrawtransaction | Peter Todd | |
Previously if you called fundrawtransaction and set includeWatching to false it'd act as through you set it to true. | |||
2015-11-13 | Add mediantime field to getblockchaininfo RPC call | Peter Todd | |
Useful now that BIP113 is enforced for transactions entering the mempool. Was previously only (indirectly) available by calling getblocktemplate, a relatively expensive RPC call. | |||
2015-11-13 | [docs] rename reducetraffic.md to reduce-traffic.md | Jonas Schnelli | |
2015-11-13 | don't enforce maxuploadtargets disconnect for whitelisted peers | Jonas Schnelli | |
2015-11-13 | Merge pull request #6990 | Gregory Maxwell | |
a264c32 http: speed up shutdown (Wladimir J. van der Laan) | |||
2015-11-13 | Merge pull request #7007 | Wladimir J. van der Laan | |
a78e6ea Fix bug in mempool_tests unit test (Alex Morcos) | |||
2015-11-13 | Prevector type | Pieter Wuille | |
2015-11-13 | Merge pull request #6983 | Pieter Wuille | |
48edf57 Update key.cpp to new secp256k1 API (Pieter Wuille) 1d84107 Squashed 'src/secp256k1/' changes from 22f60a6..2bfb82b (Pieter Wuille) | |||
2015-11-13 | Fix bug in mempool_tests unit test | Alex Morcos | |
2015-11-13 | [Qt] add startup option to reset Qt settings | Jonas Schnelli | |