Wladimir J. van der Laan
73fa5e6043
Merge pull request #6932
...
1cf3dd8
Add unit test for UpdateCoins (Alex Morcos)
03c8282
Make CCoinsViewTest behave like CCoinsViewDB (Alex Morcos)
14470f9
ModifyNewCoins saves database lookups (Alex Morcos)
9 years ago
Jonas Schnelli
03403d8c0f
Merge pull request #6951
...
513686d
[qt] Use maxTxFee instead of 10000000 (MarcoFalke)
9 years ago
Wladimir J. van der Laan
7f8e90da33
Merge pull request #7030
...
013a364
[contrib] Delete test-patches (MarcoFalke)
9 years ago
Gregory Maxwell
f3ea48ad8b
Merge pull request #7050
...
e855b01
Fix debug log message for block files (Alex Morcos)
9 years ago
Alex Morcos
e855b0152f
Fix debug log message for block files
9 years ago
MarcoFalke
013a364138
[contrib] Delete test-patches
9 years ago
Wladimir J. van der Laan
e8df8a5077
Merge pull request #7020
...
e587bc3
Implement helper class for CTxMemPoolEntry constructor (Alex Morcos)
9 years ago
Gregory Maxwell
eac53ec992
Merge pull request #7026
...
a6d5a65
[trivial] contrib: Fix `echo`s in verify.sh (MarcoFalke)
141c44e
[contrib] Update versionprefix to "bitcoin-core" in verify.sh (MarcoFalke)
9 years ago
Alex Morcos
e587bc3fd9
Implement helper class for CTxMemPoolEntry constructor
...
This is only for unit tests.
9 years ago
Gregory Maxwell
87ee0e2dbc
Merge pull request #6986
...
6bc9e40
Chainparams: Explicit CChainParams arg for miner: (Jorge Timón)
598e494
Chainparams: Explicit CChainParams arg for main (pre miner): (Jorge Timón)
9 years ago
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
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
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
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
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
a5bc8de1ba
add jonasschnellis key to git-verify-commits trusted-keys
9 years ago
Wladimir J. van der Laan
d2e987aa19
Merge pull request #6958
...
9c3ee3b
[doc] Add -maxuploadtarget release notes (MarcoFalke)
b27e81f
[net] Cleanup maxuploadtarget (MarcoFalke)
9 years ago
Jonas Schnelli
160c72ac3d
update jonasschnellis gpg key
9 years ago
Wladimir J. van der Laan
a264c32e33
http: speed up shutdown
...
This continues/fixes #6719 .
`event_base_loopbreak` was not doing what I expected it to, at least in
libevent 2.0.21.
What I expected was that it sets a timeout, given that no other pending
events it would exit in N seconds. However, what it does was delay the
event loop exit with 10 seconds, even if nothing is pending.
Solve it in a different way: give the event loop thread time to exit
out of itself, and if it doesn't, send loopbreak.
This speeds up the RPC tests a lot, each exit incurred a 10 second
overhead, with this change there should be no shutdown overhead in the
common case and up to two seconds if the event loop is blocking.
As a bonus this breaks dependency on boost::thread_group, as the HTTP
server minds its own offspring.
9 years ago
Wladimir J. van der Laan
24c4841d16
Merge pull request #6998
...
01afa80
doc: Remove mention of pulltester from README.md (Wladimir J. van der Laan)
9 years ago
Pieter Wuille
48edf5746a
Update key.cpp to new secp256k1 API
9 years ago