Age | Commit message (Collapse) | Author |
|
c5f211b [doc][trivial] Remove miniupnpc build notes build-unix (fanquake)
|
|
bd42e6b [doc] Users now see 'Bitcoin Core' in the OSX bundle (Michael Ford)
|
|
|
|
1cf3dd8 Add unit test for UpdateCoins (Alex Morcos)
03c8282 Make CCoinsViewTest behave like CCoinsViewDB (Alex Morcos)
14470f9 ModifyNewCoins saves database lookups (Alex Morcos)
|
|
513686d [qt] Use maxTxFee instead of 10000000 (MarcoFalke)
|
|
013a364 [contrib] Delete test-patches (MarcoFalke)
|
|
e855b01 Fix debug log message for block files (Alex Morcos)
|
|
|
|
|
|
e587bc3 Implement helper class for CTxMemPoolEntry constructor (Alex Morcos)
|
|
On OS X users will see 'Bitcoin Core' after opening the DMG bundle.
|
|
a6d5a65 [trivial] contrib: Fix `echo`s in verify.sh (MarcoFalke)
141c44e [contrib] Update versionprefix to "bitcoin-core" in verify.sh (MarcoFalke)
|
|
This is only for unit tests.
|
|
6bc9e40 Chainparams: Explicit CChainParams arg for miner: (Jorge Timón)
598e494 Chainparams: Explicit CChainParams arg for main (pre miner): (Jorge Timón)
|
|
f6d9d5e add (max)uploadtarget infos to getnettotals RPC help (Jonas Schnelli)
|
|
4d29032 Fixed integer comparison warning. (Eric Lombrozo)
|
|
6e18268 Switch to libsecp256k1-based validation for ECDSA (Pieter Wuille)
|
|
|
|
|
|
aee22bf 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.
|
|
9bd3f03 Clarify 'fee' field in fundrawtransaction help text (Peter Todd)
|
|
773ae46 [Qt] add shortcurts for debug-/console-window (Jonas Schnelli)
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
a5bc8de add jonasschnellis key to git-verify-commits trusted-keys (Jonas Schnelli)
160c72a update jonasschnellis gpg key (Jonas Schnelli)
|
|
b3ae384 Remove LOCK(cs_main) from decodescript (Peter Todd)
|
|
10953a7 Better error message for fundrawtransaction w/ empty vout (Peter Todd)
61e1eb2 Actually use includeWatching value in fundrawtransaction (Peter Todd)
|
|
Completely static RPC call that doesn't change or even look at mutable
state anywhere.
|
|
Previously this case failed deep in Cwallet::CreateTransaction() with
the error message "Transaction amounts must be positive"
|
|
Previously if you called fundrawtransaction and set includeWatching to
false it'd act as through you set it to true.
|
|
|
|
|
|
a264c32 http: speed up shutdown (Wladimir J. van der Laan)
|
|
a78e6ea Fix bug in mempool_tests unit test (Alex Morcos)
|
|
48edf57 Update key.cpp to new secp256k1 API (Pieter Wuille)
1d84107 Squashed 'src/secp256k1/' changes from 22f60a6..2bfb82b (Pieter Wuille)
|
|
|
|
|
|
9c3ee3b [doc] Add -maxuploadtarget release notes (MarcoFalke)
b27e81f [net] Cleanup maxuploadtarget (MarcoFalke)
|