Gregory Maxwell
972bf9c529
Merge pull request #6999
...
f6d9d5e
add (max)uploadtarget infos to getnettotals RPC help (Jonas Schnelli)
9 years ago
Gregory Maxwell
0a547d2d55
Merge pull request #7023
...
4d29032
Fixed integer comparison warning. (Eric Lombrozo)
9 years ago
Alex Morcos
56106a3300
Expose RPC calls for estimatesmart functions
...
Also add testing for estimatesmartfee in smartfees.py
9 years ago
Alex Morcos
e93a236d7a
add estimateSmartFee to the unit test
9 years ago
Alex Morcos
6303051470
EstimateSmart functions consider mempool min fee
9 years ago
Alex Morcos
f22ac4a22c
Increase success threshold for fee estimation to 95%
...
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.
9 years ago
Alex Morcos
4fe28236c0
Change wallet and GUI code to use new smart fee estimation calls.
9 years ago
Alex Morcos
22eca7da22
Add smart fee estimation functions
...
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.
9 years ago
Wladimir J. van der Laan
2e31d74b71
gitian: use trusty for building
9 years ago
Wladimir J. van der Laan
0b416c6e9c
depends: qt PIDLIST_ABSOLUTE patch
...
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).
9 years ago
Wladimir J. van der Laan
9f251b7a9d
devtools: add libraries for bitcoin-qt to symbol check
...
Forgot to add these.
Also add a short description for each required library.
9 years ago
Suhas Daftuar
c800c95997
Remove unmaintained example test script_test.py
9 years ago
Wladimir J. van der Laan
e54ebbf600
Merge pull request #6954
...
6e18268
Switch to libsecp256k1-based validation for ECDSA (Pieter Wuille)
9 years ago
MarcoFalke
a6d5a6502a
[trivial] contrib: Fix `echo`s in verify.sh
9 years ago
MarcoFalke
141c44ed65
[contrib] Update versionprefix to "bitcoin-core" in verify.sh
9 years ago
Wladimir J. van der Laan
dafefb7924
Merge pull request #7016
...
aee22bf
Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN. (Gregory Maxwell)
9 years ago
Gregory Maxwell
aee22bf288
Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN.
...
This uses _EVENT_LOG_WARN instead, which appears to be defined in the
old versions of libevent that I have on some systems.
9 years ago
Gregory Maxwell
6876a78b86
Merge pull request #6991
...
9bd3f03
Clarify 'fee' field in fundrawtransaction help text (Peter Todd)
9 years ago
Jonas Schnelli
814697c556
Merge pull request #7000
...
773ae46
[Qt] add shortcurts for debug-/console-window (Jonas Schnelli)
9 years ago
Eric Lombrozo
4d29032a64
Fixed integer comparison warning.
9 years ago
Pieter Wuille
6e18268616
Switch to libsecp256k1-based validation for ECDSA
9 years ago
MarcoFalke
33b7f83c59
[qa] travis: cover *receivedby* rpcs
9 years ago
Gregory Maxwell
b632145ede
Merge pull request #6993
...
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)
9 years ago
Patick Strateman
bbf49da408
Fix comment for blocksonly parameter interactions
9 years ago
Patick Strateman
6a4982fb83
Fix fRelayTxs comment
9 years ago
Patick Strateman
59441a0445
Display DEFAULT_WHITELISTALWAYSRELAY in help text
9 years ago
Patick Strateman
71a2683f4b
Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants
9 years ago
Patick Strateman
762b13b4d8
Add help text for blocksonly and whitelistalwaysrelay
9 years ago
Patick Strateman
3a964973fe
Add whitelistalwaysrelay option
9 years ago
Patick Strateman
420fa8143a
Do not process tx inv's in blocksonly mode
9 years ago
Patick Strateman
4044f07d1c
Add blocksonly mode
9 years ago
Gregory Maxwell
9ffc687288
Merge pull request #6984
...
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)
9 years ago
Jonas Schnelli
e495ed5f08
add documentation for exluding whitelistes peer from maxuploadtarget
9 years ago
Wladimir J. van der Laan
44ac42e50d
Merge pull request #7004
...
a5bc8de
add jonasschnellis key to git-verify-commits trusted-keys (Jonas Schnelli)
160c72a
update jonasschnellis gpg key (Jonas Schnelli)
9 years ago
Wladimir J. van der Laan
36baa9f475
Merge pull request #7013
...
b3ae384
Remove LOCK(cs_main) from decodescript (Peter Todd)
9 years ago
Gregory Maxwell
e0a5ef8427
Merge pull request #7010
...
10953a7
Better error message for fundrawtransaction w/ empty vout (Peter Todd)
61e1eb2
Actually use includeWatching value in fundrawtransaction (Peter Todd)
9 years ago
Peter Todd
b3ae384a8d
Remove LOCK(cs_main) from decodescript
...
Completely static RPC call that doesn't change or even look at mutable
state anywhere.
9 years ago
Peter Todd
6531f17a78
Add mediantime field to getblock and getblockheader
9 years ago
Peter Todd
7259769d7f
Document new mediantime field in getblockchaininfo
9 years ago
Peter Todd
c277a63ed7
Clarify nLockTime-by-time comment in CheckFinalTx()
9 years ago
Peter Todd
10953a7d32
Better error message for fundrawtransaction w/ empty vout
...
Previously this case failed deep in Cwallet::CreateTransaction() with
the error message "Transaction amounts must be positive"
9 years ago
Peter Todd
61e1eb2e1c
Actually use includeWatching value in fundrawtransaction
...
Previously if you called fundrawtransaction and set includeWatching to
false it'd act as through you set it to true.
9 years ago
Peter Todd
748321eb5b
Add mediantime field to getblockchaininfo RPC call
...
Useful now that BIP113 is enforced for transactions entering the
mempool. Was previously only (indirectly) available by calling
getblocktemplate, a relatively expensive RPC call.
9 years ago
Jonas Schnelli
5760749ed8
[docs] rename reducetraffic.md to reduce-traffic.md
9 years ago
Jonas Schnelli
d61fcff071
don't enforce maxuploadtargets disconnect for whitelisted peers
9 years ago
Gregory Maxwell
dbd2c135dd
Merge pull request #6990
...
a264c32
http: speed up shutdown (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
d3565604e3
Merge pull request #7007
...
a78e6ea
Fix bug in mempool_tests unit test (Alex Morcos)
9 years ago
Pieter Wuille
4f09b77c7f
Merge pull request #6983
...
48edf57
Update key.cpp to new secp256k1 API (Pieter Wuille)
1d84107
Squashed 'src/secp256k1/' changes from 22f60a6..2bfb82b (Pieter Wuille)
9 years ago
Alex Morcos
a78e6eaf5c
Fix bug in mempool_tests unit test
9 years ago
Jonas Schnelli
ae98388b22
[Qt] add startup option to reset Qt settings
9 years ago