aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-19Merge pull request #7051Wladimir J. van der Laan
b4f3e9c ui: Add "Copy raw transaction data" to transaction list context menu (Wladimir J. van der Laan)
2015-11-19ui: Add "Copy raw transaction data" to transaction list context menuWladimir J. van der Laan
Add a way to quickly copy transaction hex. Primarily useful when manually submitting transactions, e.g. `-walletbroadcast=0` is set.
2015-11-19Merge pull request #7048Wladimir J. van der Laan
c5f211b [doc][trivial] Remove miniupnpc build notes build-unix (fanquake)
2015-11-19Merge pull request #7041Jonas Schnelli
bd42e6b [doc] Users now see 'Bitcoin Core' in the OSX bundle (Michael Ford)
2015-11-19[doc][trivial] Remove miniupnpc build notes build-unixfanquake
2015-11-18Merge pull request #6932Wladimir 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-18Merge pull request #6951Jonas Schnelli
513686d [qt] Use maxTxFee instead of 10000000 (MarcoFalke)
2015-11-18Merge pull request #7030Wladimir J. van der Laan
013a364 [contrib] Delete test-patches (MarcoFalke)
2015-11-18Merge pull request #7050Gregory Maxwell
e855b01 Fix debug log message for block files (Alex Morcos)
2015-11-17Fix debug log message for block filesAlex Morcos
2015-11-17[contrib] Delete test-patchesMarcoFalke
2015-11-17Merge pull request #7020Wladimir J. van der Laan
e587bc3 Implement helper class for CTxMemPoolEntry constructor (Alex Morcos)
2015-11-17[doc] Users now see 'Bitcoin Core' in the OSX bundleMichael Ford
On OS X users will see 'Bitcoin Core' after opening the DMG bundle.
2015-11-16Merge pull request #7026Gregory Maxwell
a6d5a65 [trivial] contrib: Fix `echo`s in verify.sh (MarcoFalke) 141c44e [contrib] Update versionprefix to "bitcoin-core" in verify.sh (MarcoFalke)
2015-11-16Implement helper class for CTxMemPoolEntry constructorAlex Morcos
This is only for unit tests.
2015-11-16Merge pull request #6986Gregory 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-16Merge pull request #6999Gregory Maxwell
f6d9d5e add (max)uploadtarget infos to getnettotals RPC help (Jonas Schnelli)
2015-11-16Merge pull request #7023Gregory Maxwell
4d29032 Fixed integer comparison warning. (Eric Lombrozo)
2015-11-16Merge pull request #6954Wladimir J. van der Laan
6e18268 Switch to libsecp256k1-based validation for ECDSA (Pieter Wuille)
2015-11-16[trivial] contrib: Fix `echo`s in verify.shMarcoFalke
2015-11-16[contrib] Update versionprefix to "bitcoin-core" in verify.shMarcoFalke
2015-11-16Merge pull request #7016Wladimir J. van der Laan
aee22bf Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN. (Gregory Maxwell)
2015-11-16Avoid 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-16Merge pull request #6991Gregory Maxwell
9bd3f03 Clarify 'fee' field in fundrawtransaction help text (Peter Todd)
2015-11-16Merge pull request #7000Jonas Schnelli
773ae46 [Qt] add shortcurts for debug-/console-window (Jonas Schnelli)
2015-11-15Fixed integer comparison warning.Eric Lombrozo
2015-11-15Switch to libsecp256k1-based validation for ECDSAPieter Wuille
2015-11-14Merge pull request #6993Gregory 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-14Fix comment for blocksonly parameter interactionsPatick Strateman
2015-11-14Fix fRelayTxs commentPatick Strateman
2015-11-14Display DEFAULT_WHITELISTALWAYSRELAY in help textPatick Strateman
2015-11-14Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constantsPatick Strateman
2015-11-14Add help text for blocksonly and whitelistalwaysrelayPatick Strateman
2015-11-14Add whitelistalwaysrelay optionPatick Strateman
2015-11-14Do not process tx inv's in blocksonly modePatick Strateman
2015-11-14Add blocksonly modePatick Strateman
2015-11-13Merge pull request #6984Gregory 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-14add documentation for exluding whitelistes peer from maxuploadtargetJonas Schnelli
2015-11-14Merge pull request #7004Wladimir 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-14Merge pull request #7013Wladimir J. van der Laan
b3ae384 Remove LOCK(cs_main) from decodescript (Peter Todd)
2015-11-13Merge pull request #7010Gregory Maxwell
10953a7 Better error message for fundrawtransaction w/ empty vout (Peter Todd) 61e1eb2 Actually use includeWatching value in fundrawtransaction (Peter Todd)
2015-11-13Remove LOCK(cs_main) from decodescriptPeter Todd
Completely static RPC call that doesn't change or even look at mutable state anywhere.
2015-11-13Better error message for fundrawtransaction w/ empty voutPeter Todd
Previously this case failed deep in Cwallet::CreateTransaction() with the error message "Transaction amounts must be positive"
2015-11-13Actually use includeWatching value in fundrawtransactionPeter Todd
Previously if you called fundrawtransaction and set includeWatching to false it'd act as through you set it to true.
2015-11-13[docs] rename reducetraffic.md to reduce-traffic.mdJonas Schnelli
2015-11-13don't enforce maxuploadtargets disconnect for whitelisted peersJonas Schnelli
2015-11-13Merge pull request #6990Gregory Maxwell
a264c32 http: speed up shutdown (Wladimir J. van der Laan)
2015-11-13Merge pull request #7007Wladimir J. van der Laan
a78e6ea Fix bug in mempool_tests unit test (Alex Morcos)
2015-11-13Merge pull request #6983Pieter Wuille
48edf57 Update key.cpp to new secp256k1 API (Pieter Wuille) 1d84107 Squashed 'src/secp256k1/' changes from 22f60a6..2bfb82b (Pieter Wuille)
2015-11-13Fix bug in mempool_tests unit testAlex Morcos