aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-20Bail early in processing transactions in blocks only mode.Patick Strateman
Previously unsolicited transactions would be processed as normal.
2015-11-20Fix relay mechanism for whitelisted peers under blocks only mode.Patick Strateman
Previously in blocks only mode all inv messages where type!=MSG_BLOCK would be rejected without regard for whitelisting or whitelistalwaysrelay. As such whitelisted peers would never send the transaction (which would be processed).
2015-11-20Fix usage of local python-bitcoinlibPeter Todd
Previously was using the system-wide python-bitcoinlib, if it existed, rather than the local copy that you check out in the README.
2015-11-20Merge pull request #6979Wladimir J. van der Laan
c197798 [Qt] simple mempool info in debug window (Jonas Schnelli)
2015-11-20Add missing "blocktime" description to listtransactions help, fix formatting.Pavel Janík
2015-11-20http: add Boost 1.49 compatibilityWladimir J. van der Laan
`try_join_for` was introduced in Boost 1.50: http://www.boost.org/doc/libs/1_50_0/doc/html/thread/thread_management.html#thread.thread_management.thread.try_join_for 1.49 has `timed_join`, one can accomplish the same with: http://www.boost.org/doc/libs/1_49_0/doc/html/thread/thread_management.html#thread.thread_management.thread.timed_join However, `timed_join` was deprecated in 1.50. So a conditional is necessary. This solution was tested in #7031.
2015-11-20Merge pull request #7019Wladimir J. van der Laan
33b7f83 [qa] travis: cover *receivedby* rpcs (MarcoFalke)
2015-11-20[Qt] simple mempool info in debug windowJonas Schnelli
2015-11-20Merge pull request #7059Wladimir J. van der Laan
2798e0b add powerpc build support for openssl lib (daniel)
2015-11-20[doc] Update OS X build notes for new qt5 configureMichael Ford
You no longer need to explicitly pass qt5 to configure, as it will now choose qt5 over qt4 if both are installed. [skip-ci]
2015-11-19Change GetPriority calculation.Alex Morcos
Compute the value of inputs that already are in the chain at time of mempool entry and only increase priority due to aging for those inputs. This effectively changes the CTxMemPoolEntry's GetPriority calculation from an upper bound to a lower bound.
2015-11-19Modify variable names for entry height and priorityAlex Morcos
2015-11-19Remove default arguments for CTxMemPoolEntry()Alex Morcos
2015-11-19Merge pull request #6900Wladimir J. van der Laan
2cecb24 doc: change suite to trusty in gitian-building.md (Wladimir J. van der Laan) 957c0fd gitian: make windows build deterministic (Wladimir J. van der Laan) 2e31d74 gitian: use trusty for building (Wladimir J. van der Laan) 0b416c6 depends: qt PIDLIST_ABSOLUTE patch (Wladimir J. van der Laan) 9f251b7 devtools: add libraries for bitcoin-qt to symbol check (Wladimir J. van der Laan)
2015-11-19doc: change suite to trusty in gitian-building.mdWladimir J. van der Laan
2015-11-19gitian: make windows build deterministicWladimir J. van der Laan
2015-11-19qt: Periodic translations updateWladimir J. van der Laan
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-19[qa] python-bitcoinrpc is no longer a subtreeMarcoFalke
* Only authproxy.py is taken from the python-bitcoinrpc
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-19add powerpc build support for openssl libdaniel
2015-11-19zmq: prepend zmq to debug messagesDaniel Cousens
2015-11-19init: add zmq to debug categoriesDaniel Cousens
2015-11-19init: amend ZMQ flag namesDaniel Cousens
2015-11-19[doc][trivial] Remove miniupnpc build notes build-unixfanquake
2015-11-18add UI help for -resetguisettingsJonas Schnelli
2015-11-18Alter assumptions in CCoinsViewCache::BatchWriteAlex Morcos
Previously it would break if you flushed a parent cache while there was a child cache referring to it. This change will allow the flushing of parent caches.
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-18[Qt] don't allow to store invalid proxy portsJonas Schnelli
2015-11-18[qa] Extend README.mdMarcoFalke
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-17Bugfix: Use unique autostart filenames on Linux for testnet/regtestLuke Dashjr
2015-11-17Merge pull request #7020Wladimir J. van der Laan
e587bc3 Implement helper class for CTxMemPoolEntry constructor (Alex Morcos)
2015-11-17[doc][trivial] Update Debian control descriptionfanquake
Update the description in debian/control to match that description in the main bitcoin README.md
2015-11-17[doc][trivial] Remove source forge from Debian watch.fanquake
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-17[qa] Split README.md to /qa and /qa/rpc-testsMarcoFalke
+ Update with new -help message
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-16Expose RPC calls for estimatesmart functionsAlex Morcos
Also add testing for estimatesmartfee in smartfees.py
2015-11-16add estimateSmartFee to the unit testAlex Morcos