2016-12-27

< bitcoin-git> [bitcoin] ryanofsky opened pull request #9435: Removed unused variable in test, fixing warning. (master...pr/coins-unused) https://github.com/bitcoin/bitcoin/pull/9435
< bitcoin-git> [bitcoin] droark opened pull request #9433: Update the Windows build notes (master...docs) https://github.com/bitcoin/bitcoin/pull/9433

2016-12-26

< bitcoin-git> [bitcoin] fanquake closed pull request #9428: Don't download blocks unless they have more work than our current best (master...DownloadOnlyGreaterWork) https://github.com/bitcoin/bitcoin/pull/9428
< bitcoin-git> [bitcoin] fanquake closed pull request #9388: Relative time (master...RelativeTime) https://github.com/bitcoin/bitcoin/pull/9388
< bitcoin-git> [bitcoin] rebroad opened pull request #9428: Don't download blocks unless they have more work than our current best (master...DownloadOnlyGreaterWork) https://github.com/bitcoin/bitcoin/pull/9428
< bitcoin-git> [bitcoin] rebroad opened pull request #9427: Use compact blocks for blocks that are levl with our active tip rather than requesting a full block (master...UseCmpctBlockForCompetingBlocks) https://github.com/bitcoin/bitcoin/pull/9427

2016-12-25

< bitcoin-git> [bitcoin] gmaxwell opened pull request #9424: Change LogAcceptCategory to use uint32_t rather than sets of strings. (master...log_category_simplify) https://github.com/bitcoin/bitcoin/pull/9424
< bitcoin-git> [bitcoin] rebroad closed pull request #9030: Don't process blocktxns when we have the block already. (master...BlocktxnExits) https://github.com/bitcoin/bitcoin/pull/9030
< bitcoin-git> [bitcoin] luke-jr opened pull request #9422: Refactor mempool.dat to be extensible, and store missing info (master...mempool_dat_extensible) https://github.com/bitcoin/bitcoin/pull/9422

2016-12-24

< bitcoin-git> [bitcoin] droark opened pull request #9420: Fix linker error when configured with --enable-lcov (master...fixlcov) https://github.com/bitcoin/bitcoin/pull/9420
< bitcoin-git> [bitcoin] rebroad reopened pull request #9402: Allow per network configuration file (master...PerNetworkConfig) https://github.com/bitcoin/bitcoin/pull/9402
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #9419: Stop Using cs_main for CNodeState/State() (master...2016-12-nodestate) https://github.com/bitcoin/bitcoin/pull/9419
< bitcoin-git> [bitcoin] rebroad opened pull request #9418: Exit when no direct fetch (master...ExitWhenNoDirectFetch) https://github.com/bitcoin/bitcoin/pull/9418
< bitcoin-git> [bitcoin] rebroad closed pull request #9414: Skip processing of TXs that we already have. (master...DoNotProcessNewTxsMoreThanOnce) https://github.com/bitcoin/bitcoin/pull/9414

2016-12-23

< bitcoin-git> [bitcoin] sipa opened pull request #9417: Do not evaluate hidden LogPrint arguments (master...bypass_debug) https://github.com/bitcoin/bitcoin/pull/9417
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9416: travis: make distdir before make (master...Mf1612-travisDistDirCheck) https://github.com/bitcoin/bitcoin/pull/9416
< bitcoin-git> [bitcoin] gmaxwell opened pull request #9415: Reduce latency of ThreadMessageHandler. (master...better_sleep) https://github.com/bitcoin/bitcoin/pull/9415
< bitcoin-git> [bitcoin] rebroad closed pull request #9402: Allow per network configuration file (master...PerNetworkConfig) https://github.com/bitcoin/bitcoin/pull/9402
< bitcoin-git> [bitcoin] rebroad opened pull request #9414: Skip processing of TXs that we already have. (master...DoNotProcessNewTxsMoreThanOnce) https://github.com/bitcoin/bitcoin/pull/9414
< bitcoin-git> [bitcoin] fanquake closed pull request #9405: Contrib: Mac: Fix mac deploy so that the dmg background works (master...macPythonTweak) https://github.com/bitcoin/bitcoin/pull/9405
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9406: Re-enable a blank v1 Tx JSON test (master...testupdate) https://github.com/bitcoin/bitcoin/pull/9406
< bitcoin-git> bitcoin/master b371732 Douglas Roark: Re-enable a blank v1 Tx JSON test
< bitcoin-git> bitcoin/master 0f921e6 MarcoFalke: Merge #9406: Re-enable a blank v1 Tx JSON test...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/041331e1da23...0f921e6a0492
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9413: [CoinControl] Allow non-wallet owned change addresses (master...2016/12/qt_cc_change) https://github.com/bitcoin/bitcoin/pull/9413
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9412: build: Fix 'make deploy' for OSX (master...2016/12/fix_mac_deploy) https://github.com/bitcoin/bitcoin/pull/9412
< bitcoin-git> [bitcoin] jl2012 closed pull request #8756: Implement excessive sighashing protection policy with loose sighash estimation (master...sighashpolicylite) https://github.com/bitcoin/bitcoin/pull/8756

2016-12-22

< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9408: Allow shutdown during LoadMempool, dump only when necessary (master...2016/12/memp_dump) https://github.com/bitcoin/bitcoin/pull/9408
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9391: wallet: Remove sendfree (master...Mf1612-015walletSendFreeNONO) https://github.com/bitcoin/bitcoin/pull/9391
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9407: [Trivial] Added missing colons in when running help command (master...minor-style-fixes) https://github.com/bitcoin/bitcoin/pull/9407
< bitcoin-git> bitcoin/master 041331e MarcoFalke: Merge #9407: [Trivial] Added missing colons in when running help command...
< bitcoin-git> bitcoin/master afe5b3f Anditto Heristyo: Added missing colons in when running help command
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e8cfe1ee2d01...041331e1da23
< bitcoin-git> [bitcoin] anditto opened pull request #9407: Added missing colons in when running help command (master...minor-style-fixes) https://github.com/bitcoin/bitcoin/pull/9407

2016-12-21

< bitcoin-git> [bitcoin] droark opened pull request #9406: Re-enable a blank v1 Tx JSON test (master...testupdate) https://github.com/bitcoin/bitcoin/pull/9406
< bitcoin-git> [bitcoin] djp3 opened pull request #9405: Contrib: Mac: Two changes to python bytes and string management to get the mac deploy to work (master...macPythonTweak) https://github.com/bitcoin/bitcoin/pull/9405
< bitcoin-git> [bitcoin] morcos opened pull request #9404: Make a second pass with same coins in CreateTransaction. (master...smartChange) https://github.com/bitcoin/bitcoin/pull/9404
< bitcoin-git> [bitcoin] rebroad opened pull request #9403: Don't ask for TX relay from feeler connections (master...NoRelayForFeelers) https://github.com/bitcoin/bitcoin/pull/9403
< bitcoin-git> [bitcoin] rebroad opened pull request #9402: Allow per network bitcoin.conf (master...PerNetworkConfig) https://github.com/bitcoin/bitcoin/pull/9402
< bitcoin-git> [bitcoin] instagibbs opened pull request #9401: Make rpcauth help message clearer, add example in example .conf (master...rpcauthnotes) https://github.com/bitcoin/bitcoin/pull/9401
< bitcoin-git> [bitcoin] instagibbs opened pull request #9400: Set peers as HB peers upon full block validation (master...maybesetfullblock) https://github.com/bitcoin/bitcoin/pull/9400
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9399: travis: make distdir before make (master...Mf1612-travisDistDirCheck) https://github.com/bitcoin/bitcoin/pull/9399
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9399: travis: make distdir before make (master...Mf1612-travisDistDirCheck) https://github.com/bitcoin/bitcoin/pull/9399
< bitcoin-git> [bitcoin] laanwj closed pull request #8589: Inline CTxInWitness inside CTxIn (master...segwitinlinepain) https://github.com/bitcoin/bitcoin/pull/8589
< bitcoin-git> bitcoin/master e8cfe1e Wladimir J. van der Laan: Merge #8589: Inline CTxInWitness inside CTxIn...
< bitcoin-git> bitcoin/master f6fb7ac Pieter Wuille: Move CTxInWitness inside CTxIn
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0698639a3806...e8cfe1ee2d01
< bitcoin-git> [bitcoin] laanwj closed pull request #9308: [test] Add CCoinsViewCache Access/Modify/Write tests (master...pr/coins-test) https://github.com/bitcoin/bitcoin/pull/9308
< bitcoin-git> bitcoin/master 0698639 Wladimir J. van der Laan: Merge #9308: [test] Add CCoinsViewCache Access/Modify/Write tests...
< bitcoin-git> bitcoin/master 07df40b Russell Yanofsky: [test] Add CCoinsViewCache Access/Modify/Write tests...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/38e4887b461b...0698639a3806
< bitcoin-git> bitcoin/master 38e4887 Wladimir J. van der Laan: Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()...
< bitcoin-git> bitcoin/master a560378 Spencer Lievens: [WALLET] Addition of ImmatureCreditCached to MarkDirty()...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8b4127fd4eb3...38e4887b461b
< bitcoin-git> [bitcoin] laanwj closed pull request #9390: travis: make distdir (master...Mf1612-travisDistDir) https://github.com/bitcoin/bitcoin/pull/9390
< bitcoin-git> bitcoin/master 8b4127f Wladimir J. van der Laan: Merge #9390: travis: make distdir...
< bitcoin-git> bitcoin/master fad896d MarcoFalke: gitignore: Wipe line after java comp tool removal
< bitcoin-git> bitcoin/master fad632e MarcoFalke: travis: make distdir
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/03d85f6644cc...8b4127fd4eb3
< bitcoin-git> [bitcoin] laanwj closed pull request #9393: build: Include cuckoocache header in Makefile (master...Mf1612-makeHeader) https://github.com/bitcoin/bitcoin/pull/9393
< bitcoin-git> [bitcoin] laanwj closed pull request #9376: Remove unused test files and references (master...fixmissing) https://github.com/bitcoin/bitcoin/pull/9376
< bitcoin-git> bitcoin/master 8dfe9fc Wladimir J. van der Laan: Merge #9376: Remove unused test files and references...
< bitcoin-git> bitcoin/master 9cb6624 BtcDrak: Fix testfile reference
< bitcoin-git> bitcoin/master 23208ac BtcDrak: Remove unused test files and references
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/5a70572049d0...8dfe9fcb9016
< bitcoin-git> bitcoin/0.13 3882c05 MarcoFalke: [qt] Bump BLOCK_CHAIN_SIZE
< bitcoin-git> bitcoin/0.13 7a26a34 MarcoFalke: Bump nMinimumChainWork
< bitcoin-git> bitcoin/0.13 20817ce MarcoFalke: Bump version to 0.13.2
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to 0.13: https://github.com/bitcoin/bitcoin/compare/8e707e868d60...b31e13eeb6d9
< bitcoin-git> [bitcoin] droark reopened pull request #9373: Linearize script update (hash byte reversal and Python 3 support) (master...linearize-update) https://github.com/bitcoin/bitcoin/pull/9373
< bitcoin-git> [bitcoin] droark closed pull request #9373: Linearize script update (hash byte reversal and Python 3 support) (master...linearize-update) https://github.com/bitcoin/bitcoin/pull/9373
< bitcoin-git> [bitcoin] accraze opened pull request #9396: Updated listsinceblock rpc documentation (master...docs-listsinceblock-rpc) https://github.com/bitcoin/bitcoin/pull/9396
< bitcoin-git> [bitcoin] morcos opened pull request #9395: Actually calculate mempool ancestors (master...fixmovedtx) https://github.com/bitcoin/bitcoin/pull/9395
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9393: build: Include cuckoocache header in Makefile (master...Mf1612-makeHeader) https://github.com/bitcoin/bitcoin/pull/9393

2016-12-20

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9391: wallet: Remove sendfree (master...Mf1612-015walletSendFreeNONO) https://github.com/bitcoin/bitcoin/pull/9391
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9390: travis: make distdir (master...Mf1612-travisDistDir) https://github.com/bitcoin/bitcoin/pull/9390
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9389: 0.13.2 release process (0.13...Mf1612-01302Bump) https://github.com/bitcoin/bitcoin/pull/9389
< bitcoin-git> [bitcoin] rebroad opened pull request #9388: Relative time (master...RelativeTime) https://github.com/bitcoin/bitcoin/pull/9388
< bitcoin-git> bitcoin/0.13 8e707e8 Wladimir J. van der Laan: doc: Add #9382 to release notes
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.13: https://github.com/bitcoin/bitcoin/commit/8e707e868d6020de0d352279eed4fcd0138f3695
< bitcoin-git> [bitcoin] laanwj closed pull request #9382: [backport 0.13] Prefer coins that have fewer ancestors, sanity check txn before ATMP (0.13...backport9262) https://github.com/bitcoin/bitcoin/pull/9382
< bitcoin-git> [bitcoin] laanwj closed pull request #9262: Prefer coins that have fewer ancestors, sanity check txn before ATMP (master...toolong) https://github.com/bitcoin/bitcoin/pull/9262
< bitcoin-git> bitcoin/master af9bedb Gregory Sanders: Test for fix of txn chaining in wallet
< bitcoin-git> bitcoin/master 5882c09 Gregory Sanders: CreateTransaction: Don't return success with too-many-ancestor txn
< bitcoin-git> bitcoin/master 0b2294a Gregory Sanders: SelectCoinsMinConf: Prefer coins with fewer ancestors
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/3097ea40d719...5a70572049d0
< bitcoin-git> [bitcoin] laanwj closed pull request #9316: [wallet] Disable free transactions when relay is disabled (master...Mf1612-sendFreeNo) https://github.com/bitcoin/bitcoin/pull/9316
< bitcoin-git> bitcoin/master 3097ea4 Wladimir J. van der Laan: Merge #9316: [wallet] Disable free transactions when relay is disabled...
< bitcoin-git> bitcoin/master faf4ca8 MarcoFalke: [wallet] Disable free transactions when relay is disabled
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7f72568e6b15...3097ea40d719
< bitcoin-git> [bitcoin] kallewoof opened pull request #9387: RAII of libevent stuff using set of wrappers (master...raii-libevents) https://github.com/bitcoin/bitcoin/pull/9387
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9384: CCoinsViewCache code cleanup & deduplication (based on #9107, #9308, #9310) (master...pr/ccoins-cleanup) https://github.com/bitcoin/bitcoin/pull/9384

2016-12-19

< bitcoin-git> [bitcoin] btcdrak opened pull request #9382: [backport 0.13] Prefer coins that have fewer ancestors, sanity check txn before ATMP (0.13...backport9262) https://github.com/bitcoin/bitcoin/pull/9382
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9381: Remove CWalletTx merging logic from AddToWallet (master...pr/atw-nomerge) https://github.com/bitcoin/bitcoin/pull/9381
< bitcoin-git> [bitcoin] morcos opened pull request #9380: Separate different uses of minimum fees (master...minfees) https://github.com/bitcoin/bitcoin/pull/9380
< bitcoin-git> [bitcoin] ryanofsky closed pull request #9351: Remove CWalletTx::fFromMe member. (master...pr/atw-fromme) https://github.com/bitcoin/bitcoin/pull/9351
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9378: [trivial] Add documentation for CWalletTx::fFromMe member. (master...pr/fromme-doc) https://github.com/bitcoin/bitcoin/pull/9378
< bitcoin-git> bitcoin/0.13 7201dd7 Wladimir J. van der Laan: qt: Pre-rc1 translations update
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.13: https://github.com/bitcoin/bitcoin/commit/7201dd7732fa69b498b1d647c66c2460af9bed7b
< bitcoin-git> bitcoin/0.13 2c5fc0d Wladimir J. van der Laan: doc: Add initial pulls + authors list for 0.13.2
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.13: https://github.com/bitcoin/bitcoin/commit/2c5fc0dba32a6ede1d611554a04a996183aa8ee9
< bitcoin-git> [bitcoin] laanwj closed pull request #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings (master...strMiscraceless) https://github.com/bitcoin/bitcoin/pull/9236
< bitcoin-git> bitcoin/master 749be01 Gregory Maxwell: Move GetWarnings() into its own file.
< bitcoin-git> bitcoin/master e3ba0ef Gregory Maxwell: Eliminate data races for strMiscWarning and fLargeWork*Found....
< bitcoin-git> bitcoin/master c63198f Gregory Maxwell: Make QT runawayException call GetWarnings instead of directly access strMiscWarning....
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/a336d13a587c...7f72568e6b15
< bitcoin-git> [bitcoin] laanwj closed pull request #8734: Send NOTFOUND when we don't have the block data. (master...NotfoundIfPruned) https://github.com/bitcoin/bitcoin/pull/8734
< bitcoin-git> [bitcoin] laanwj closed pull request #9311: Flush wallet after abandontransaction (master...flushwalletonabandon) https://github.com/bitcoin/bitcoin/pull/9311
< bitcoin-git> bitcoin/master a336d13 Wladimir J. van der Laan: Merge #9311: Flush wallet after abandontransaction...
< bitcoin-git> bitcoin/master 0632939 Alex Morcos: Flush wallet after abandontransaction
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/db45ad85164d...a336d13a587c
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9377: fundrawtransaction: Keep change-output keys by default, make it optional (master...2016/12/fix_frt_adr) https://github.com/bitcoin/bitcoin/pull/9377
< bitcoin-git> [bitcoin] laanwj closed pull request #9329: [Qt] Console: allow empty arguments (master...2016/12/fix_qt_empty_args) https://github.com/bitcoin/bitcoin/pull/9329
< bitcoin-git> bitcoin/master 390bd14 Jonas Schnelli: [Qt] Console: don't allow empty arguments when using the comma-syntax
< bitcoin-git> bitcoin/master 6a32c0f Luke Dashjr: Qt/Test: Check handling of empty arguments in RPC debug console
< bitcoin-git> bitcoin/master 89c8d2c Jonas Schnelli: [Qt] Console: allow empty arguments
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/a7f76512d9ea...db45ad85164d
< bitcoin-git> [bitcoin] laanwj closed pull request #9347: [0.13.2] wallet/rpc backports (0.13...Mf1612-013back) https://github.com/bitcoin/bitcoin/pull/9347
< bitcoin-git> bitcoin/0.13 03b6f62 Wladimir J. van der Laan: Merge #9357: [0.13 backport] Attempt reconstruction from all compact block announcements...
< bitcoin-git> bitcoin/0.13 53b656f Suhas Daftuar: [qa] Update compactblocks test for multi-peer reconstruction
< bitcoin-git> bitcoin/0.13 4ced313 Suhas Daftuar: Allow compactblock reconstruction when block is in flight
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to 0.13: https://github.com/bitcoin/bitcoin/compare/fb987b364511...03b6f621ccf9
< bitcoin-git> [bitcoin] laanwj closed pull request #9352: Attempt reconstruction from all compact block announcements (master...optimistic-cb-2) https://github.com/bitcoin/bitcoin/pull/9352
< bitcoin-git> bitcoin/master a7f7651 Wladimir J. van der Laan: Merge #9352: Attempt reconstruction from all compact block announcements...
< bitcoin-git> bitcoin/master 813ede9 Suhas Daftuar: [qa] Update compactblocks test for multi-peer reconstruction
< bitcoin-git> bitcoin/master 7017298 Suhas Daftuar: Allow compactblock reconstruction when block is in flight
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b416095371f5...a7f76512d9ea
< bitcoin-git> [bitcoin] laanwj closed pull request #9354: Make fuzzer actually test CTxOutCompressor (master...fixfuzz) https://github.com/bitcoin/bitcoin/pull/9354
< bitcoin-git> bitcoin/master b416095 Wladimir J. van der Laan: Merge #9354: Make fuzzer actually test CTxOutCompressor...
< bitcoin-git> bitcoin/master 5dd626a Pieter Wuille: Make fuzzer actually test CTxOutCompressor
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/79da3979b7cc...b416095371f5
< bitcoin-git> [bitcoin] btcdrak opened pull request #9376: Remove unused test files and references (master...fixmissing) https://github.com/bitcoin/bitcoin/pull/9376
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #9375: Relay compact block messages prior to full block connection (master...2016-12-compact-fast-relay) https://github.com/bitcoin/bitcoin/pull/9375
< bitcoin-git> [bitcoin] kallewoof closed pull request #9372: Fix: OSX QT compile: move bswap_XX into Bitcoin:: to avoid collision with existing definitions (master...rename-bswap_XX) https://github.com/bitcoin/bitcoin/pull/9372
< bitcoin-git> bitcoin/master 79da397 Wladimir J. van der Laan: Merge #9366: Fix: OSX QT compile: use built-in swap if available, or defer...
< bitcoin-git> [bitcoin] laanwj closed pull request #9366: Fix: OSX QT compile: use built-in swap if available, or defer (master...macosx-qt-build-fix2) https://github.com/bitcoin/bitcoin/pull/9366
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b99a093afed8...79da3979b7cc
< bitcoin-git> bitcoin/master 815f414 Karl-Johan Alm: Uses built-in byte swap if available (Apple) and if bswap_XX is undefined....

2016-12-17

< bitcoin-git> [bitcoin] droark closed pull request #9304: Allow linearization scripts to support hashes with reversed bytes (master...master) https://github.com/bitcoin/bitcoin/pull/9304
< bitcoin-git> [bitcoin] droark opened pull request #9373: Linearize script update (hash byte reversal and Python 3 support) (master...linearize-update) https://github.com/bitcoin/bitcoin/pull/9373
< bitcoin-git> [bitcoin] kallewoof opened pull request #9372: Fix: OSX QT compile: move bswap_XX into Bitcoin:: to avoid collision with existing definitions (master...rename-bswap_XX) https://github.com/bitcoin/bitcoin/pull/9372

2016-12-16

< bitcoin-git> [bitcoin] sipa closed pull request #9346: Batch construct batches (master...reusebatch) https://github.com/bitcoin/bitcoin/pull/9346
< bitcoin-git> bitcoin/master b99a093 Pieter Wuille: Merge #9346: Batch construct batches...
< bitcoin-git> bitcoin/master ed58969 Pieter Wuille: Batch construct batches...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8c7947e09ff8...b99a093afed8
< bitcoin-git> [bitcoin] morcos opened pull request #9371: Notify on removal (master...notifyOnRemoval) https://github.com/bitcoin/bitcoin/pull/9371
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9370: Fix fundrawtransactions address-reuse problem (master...2016/12/fix_frt_cop) https://github.com/bitcoin/bitcoin/pull/9370
< bitcoin-git> [bitcoin] laanwj closed pull request #9367: If we don't allow free txs, always send a fee filter (take 2) (master...Mf1612-feeFilterAlways2) https://github.com/bitcoin/bitcoin/pull/9367
< bitcoin-git> bitcoin/master 8c7947e Wladimir J. van der Laan: Merge #9367: If we don't allow free txs, always send a fee filter (take 2)...
< bitcoin-git> bitcoin/master fa16b8f MarcoFalke: If we don't allow free txs, always send a fee filter (take 2)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c9e00591cd3f...8c7947e09ff8
< bitcoin-git> [bitcoin] laanwj closed pull request #9365: [testing] [donotmerge] Dummy commit for checking travis failure (master...2016_12_debug_travis_issue) https://github.com/bitcoin/bitcoin/pull/9365
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9369: Factor out CWallet::nTimeSmart computation into a method. (master...pr/atw-timesmart) https://github.com/bitcoin/bitcoin/pull/9369
< bitcoin-git> [bitcoin] s-matthew-english opened pull request #9368: change to declarative sentences. simplify links (master...patch-13) https://github.com/bitcoin/bitcoin/pull/9368
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9367: If we don't allow free txs, always send a fee filter (take 2) (master...Mf1612-feeFilterAlways2) https://github.com/bitcoin/bitcoin/pull/9367
< bitcoin-git> [bitcoin] kallewoof opened pull request #9366: Fix: OSX QT compile: use built-in swap if available, or defer (master...macosx-qt-build-fix2) https://github.com/bitcoin/bitcoin/pull/9366
< bitcoin-git> [bitcoin] kallewoof closed pull request #9361: [WIP] Fix: OSX QT compile fix: defer to bswap_XX when defined. (master...macosx-qt-build-fix) https://github.com/bitcoin/bitcoin/pull/9361
< bitcoin-git> [bitcoin] laanwj opened pull request #9365: [testing] Dummy commit for checking travis failure (master...2016_12_debug_travis_issue) https://github.com/bitcoin/bitcoin/pull/9365
< bitcoin-git> [bitcoin] rebroad opened pull request #9363: Don't provide blocktxns for old blocks on a fork. (master...MinChainWorkBlocktxns) https://github.com/bitcoin/bitcoin/pull/9363
< bitcoin-git> [bitcoin] kallewoof opened pull request #9361: Fix: OSX compile fix: defer to bswap_XX when defined. (master...macosx-qt-build-fix) https://github.com/bitcoin/bitcoin/pull/9361
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9359: Fix CWalletTx::GetImmatureCredit() returning stale values. (master...pr/immature) https://github.com/bitcoin/bitcoin/pull/9359
< bitcoin-git> [bitcoin] theuni closed pull request #9358: Tell github to quit trippin (master...master) https://github.com/bitcoin/bitcoin/pull/9358
< bitcoin-git> [bitcoin] funbucks opened pull request #9358: Tell github to quit trippin (master...master) https://github.com/bitcoin/bitcoin/pull/9358

2016-12-15

< bitcoin-git> [bitcoin] sdaftuar opened pull request #9357: [0.13 backport] Attempt reconstruction from all compact block announcements (0.13...backport-optimistic-cb) https://github.com/bitcoin/bitcoin/pull/9357
< bitcoin-git> [bitcoin] laanwj closed pull request #9292: Complain when unknown rpcserialversion is specified (master...nofutureserial) https://github.com/bitcoin/bitcoin/pull/9292
< bitcoin-git> bitcoin/master c9e0059 Wladimir J. van der Laan: Merge #9322: [qa] Don't set unknown rpcserialversion...
< bitcoin-git> bitcoin/master fa615d3 MarcoFalke: [qa] Don't set unknown rpcserialversion
< bitcoin-git> bitcoin/master 80d073c Pieter Wuille: Complain when unknown rpcserialversion is specified
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/756374c522c4...c9e00591cd3f
< bitcoin-git> [bitcoin] laanwj closed pull request #9313: If we don't allow free txs, always send a fee filter (master...minminfee) https://github.com/bitcoin/bitcoin/pull/9313
< bitcoin-git> bitcoin/master 756374c Wladimir J. van der Laan: Merge #9313: If we don't allow free txs, always send a fee filter...
< bitcoin-git> bitcoin/master 01fea7a Alex Morcos: If we don't allow free txs, always send a fee filter
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c6fd923886a3...756374c522c4
< bitcoin-git> [bitcoin] hoffmabc closed pull request #9355: Add welcome script to Bitcoin Ocho (master...master) https://github.com/bitcoin/bitcoin/pull/9355
< bitcoin-git> [bitcoin] hoffmabc opened pull request #9355: Add welcome script to Bitcoin Ocho (master...master) https://github.com/bitcoin/bitcoin/pull/9355
< bitcoin-git> [bitcoin] sipa opened pull request #9354: Make fuzzer actually test CTxOutCompressor (master...fixfuzz) https://github.com/bitcoin/bitcoin/pull/9354
< bitcoin-git> [bitcoin] laanwj opened pull request #9353: Add data() method to CDataStream (master...2016_12_cdatastream_data) https://github.com/bitcoin/bitcoin/pull/9353
< bitcoin-git> [bitcoin] laanwj closed pull request #9331: [qa] Add test for rescan feature of wallet key import RPCs (master...pr/test-import-rescan) https://github.com/bitcoin/bitcoin/pull/9331
< bitcoin-git> bitcoin/master c6fd923 Wladimir J. van der Laan: Merge #9331: [qa] Add test for rescan feature of wallet key import RPCs...
< bitcoin-git> bitcoin/master d8c0b9f Russell Yanofsky: [qa] Add test for rescan feature of wallet key import RPCs...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1eef038b1bcf...c6fd923886a3
< bitcoin-git> bitcoin/master dab207e BtcDrak: Preserve tx version=1 for certain tests...
< bitcoin-git> bitcoin/master 1f0ca1a BtcDrak: Bump default transaction version to 2
< bitcoin-git> bitcoin/master c5d746a Alex Morcos: tiny test fix for mempool_tests
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/5bc209c73fb6...1eef038b1bcf
< bitcoin-git> [bitcoin] laanwj closed pull request #9340: [0.13] Update secp256k1 subtree (0.13...Mf1612-013subtree) https://github.com/bitcoin/bitcoin/pull/9340
< bitcoin-git> bitcoin/master 5bc209c Wladimir J. van der Laan: Merge #9172: Resurrect pstratem's "Simple fuzzing framework"...
< bitcoin-git> bitcoin/master a4153e2 Patrick Strateman: Simple fuzzing framework
< bitcoin-git> bitcoin/master 8b15434 Wladimir J. van der Laan: doc: Add bare-bones documentation for fuzzing
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b83264d9c7a8...5bc209c73fb6
< bitcoin-git> [bitcoin] rebroad closed pull request #9338: [wip] Stripe downloads to reduce stallers occuring (master...ReduceStalling) https://github.com/bitcoin/bitcoin/pull/9338
< bitcoin-git> bitcoin/master b83264d Pieter Wuille: Merge #8895: Better SigCache Implementation...
< bitcoin-git> bitcoin/master 67dac4e Jeremy Rubin: Add unit tests for the CuckooCache...
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b68685a16a81...b83264d9c7a8
< bitcoin-git> bitcoin/master c9e69fb Jeremy Rubin: Add CuckooCache implementation and replace the sigcache map_type with it...

2016-12-14

< bitcoin-git> [bitcoin] sdaftuar opened pull request #9352: Attempt reconstruction from all compact block announcements (master...optimistic-cb-2) https://github.com/bitcoin/bitcoin/pull/9352
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9351: Remove CWalletTx::fFromMe member. (master...pr/atw-fromme) https://github.com/bitcoin/bitcoin/pull/9351
< bitcoin-git> [bitcoin] Christewart opened pull request #9350: Adding label for amount inside of tx_valid/tx_invalid.json (master...master) https://github.com/bitcoin/bitcoin/pull/9350
< bitcoin-git> [bitcoin] sipa opened pull request #9349: Make CScript (and prevector) c++11 movable. (master...movescript) https://github.com/bitcoin/bitcoin/pull/9349
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9347: [0.13.2] wallet backports (0.13...Mf1612-013back) https://github.com/bitcoin/bitcoin/pull/9347
< bitcoin-git> [bitcoin] laanwj closed pull request #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock (master...2016-12-remove-unused-pnb-param) https://github.com/bitcoin/bitcoin/pull/9273
< bitcoin-git> bitcoin/master b68685a Wladimir J. van der Laan: Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock...
< bitcoin-git> bitcoin/master a13fa4c Matt Corallo: Remove unused CDiskBlockPos* argument from ProcessNewBlock
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/57e337d40e94...b68685a16a81
< bitcoin-git> [bitcoin] sipa closed pull request #9290: Make RelayWalletTransaction attempt to AcceptToMemoryPool. (master...resend_retries_mempool) https://github.com/bitcoin/bitcoin/pull/9290
< bitcoin-git> bitcoin/master f692fce Gregory Maxwell: Make RelayWalletTransaction attempt to AcceptToMemoryPool....
< bitcoin-git> bitcoin/master 57e337d Pieter Wuille: Merge #9290: Make RelayWalletTransaction attempt to AcceptToMemoryPool....
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/47e6a19e6b57...57e337d40e94
< bitcoin-git> [bitcoin] laanwj closed pull request #9211: [0.12 branch] Backports (0.12...Mf1611-back12) https://github.com/bitcoin/bitcoin/pull/9211
< bitcoin-git> [bitcoin] laanwj closed pull request #9323: [0.13] Add release notes for wallet/mempool rejections. (PR #9302 and #9290) (0.13...mempool_relnote) https://github.com/bitcoin/bitcoin/pull/9323
< bitcoin-git> [bitcoin] laanwj closed pull request #9330: [Qt] Console: add security warning (master...2016/12/qt_add_sec) https://github.com/bitcoin/bitcoin/pull/9330
< bitcoin-git> bitcoin/master 47e6a19 Wladimir J. van der Laan: Merge #9330: [Qt] Console: add security warning...
< bitcoin-git> bitcoin/master ed6b377 Jonas Schnelli: [Qt] Console: add security warning
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/82ccac739e2a...47e6a19e6b57
< bitcoin-git> [bitcoin] sipa opened pull request #9346: Batch construct batches (master...reusebatch) https://github.com/bitcoin/bitcoin/pull/9346
< bitcoin-git> bitcoin/master 82ccac7 Wladimir J. van der Laan: Merge #9344: Do not run functions with necessary side-effects in assert()...
< bitcoin-git> bitcoin/master da9cdd2 Gregory Maxwell: Do not run functions with necessary side-effects in assert()
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/26fe5c98ab6a...82ccac739e2a
< bitcoin-git> [bitcoin] laanwj closed pull request #9264: 0.13.2 backports (0.13...2016_12_backports_0_13) https://github.com/bitcoin/bitcoin/pull/9264
< bitcoin-git> [bitcoin] gmaxwell opened pull request #9344: Do not run functions with necessary side-effects in assert() (master...assert_no_sideeffects) https://github.com/bitcoin/bitcoin/pull/9344

2016-12-13

< bitcoin-git> [bitcoin] morcos opened pull request #9343: Don't create change at dust limit (master...noneconomicchange) https://github.com/bitcoin/bitcoin/pull/9343
< bitcoin-git> [bitcoin] richardkiss opened pull request #9342: Change SIG_NULLFAIL => NULLFAIL. (master...feature/unify_nullfail) https://github.com/bitcoin/bitcoin/pull/9342
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9340: [0.13] Update secp256k1 subtree (0.13...Mf1612-013subtree) https://github.com/bitcoin/bitcoin/pull/9340
< bitcoin-git> [bitcoin] laanwj closed pull request #9326: Update for OpenSSL 1.1 API. (master...openssl_api11) https://github.com/bitcoin/bitcoin/pull/9326
< bitcoin-git> bitcoin/master 26fe5c9 Wladimir J. van der Laan: Merge #9326: Update for OpenSSL 1.1 API....
< bitcoin-git> bitcoin/master b05b1af Gregory Maxwell: Fix qt/paymentrequestplus.cpp for OpenSSL 1.1 API....
< bitcoin-git> bitcoin/master bae1eef Gregory Maxwell: Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API....
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/5233aefa3f52...26fe5c98ab6a
< bitcoin-git> [bitcoin] laanwj closed pull request #9305: Refactor: Removed begin/end_ptr functions. (master...remove-begin-end_ptr-usage) https://github.com/bitcoin/bitcoin/pull/9305
< bitcoin-git> bitcoin/master 5233aef Wladimir J. van der Laan: Merge #9305: Refactor: Removed begin/end_ptr functions....
< bitcoin-git> bitcoin/master 8c1dbc5 Karl-Johan Alm: Refactor: Removed begin/end_ptr functions.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cfd5e6b1dc32...5233aefa3f52
< bitcoin-git> [bitcoin] laanwj closed pull request #9334: Update to latest libsecp256k1 (master...secp) https://github.com/bitcoin/bitcoin/pull/9334
< bitcoin-git> bitcoin/master 547a53d Pieter Wuille: Update libsecp256k1 to master
< bitcoin-git> bitcoin/master cfd5e6b Wladimir J. van der Laan: Merge #9334: Update to latest libsecp256k1...
< bitcoin-git> bitcoin/master 7b49f22 Pieter Wuille: Squashed 'src/secp256k1/' changes from 7a49cac..8225239...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b6abdc77d39c...cfd5e6b1dc32
< bitcoin-git> [bitcoin] laanwj closed pull request #9302: Return txid even if ATMP fails for new transaction (master...failedtxid) https://github.com/bitcoin/bitcoin/pull/9302
< bitcoin-git> bitcoin/master b6abdc7 Wladimir J. van der Laan: Merge #9302: Return txid even if ATMP fails for new transaction...
< bitcoin-git> bitcoin/master b3a7410 Pieter Wuille: Return txid even if ATMP fails for new transaction
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e6ba5068f107...b6abdc77d39c
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9335: Fix typo in test/data/tx_valid.json (master...feature/typo) https://github.com/bitcoin/bitcoin/pull/9335
< bitcoin-git> bitcoin/master e6ba506 MarcoFalke: Merge #9335: Fix typo in test/data/tx_valid.json...
< bitcoin-git> bitcoin/master e49a252 Richard Kiss: Fix spelling.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/76fcd9d50341...e6ba5068f107
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #9064: unify capitalization of "bitcoin address" (master...changeCaps) https://github.com/bitcoin/bitcoin/pull/9064
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #9339: Revert segwit. Increase block size to 8MB for Bitcoin Ocho. Bitcoin Ocho is the future. (master...master) https://github.com/bitcoin/bitcoin/pull/9339
< bitcoin-git> [bitcoin] goku1997 opened pull request #9339: Revert segwit. Increase block size to 8MB for Bitcoin Ocho. Bitcoin Ocho is the future. (master...master) https://github.com/bitcoin/bitcoin/pull/9339
< bitcoin-git> [bitcoin] rebroad opened pull request #9338: Stripe downloads to reduce stallers occuring (master...ReduceStalling) https://github.com/bitcoin/bitcoin/pull/9338

2016-12-12

< bitcoin-git> [bitcoin] richardkiss closed pull request #9336: Change SIG_NULLFAIL => NULLFAIL. (master...feature/unify_nullfail) https://github.com/bitcoin/bitcoin/pull/9336
< bitcoin-git> [bitcoin] richardkiss opened pull request #9336: Change SIG_NULLFAIL => NULLFAIL. (master...feature/unify_nullfail) https://github.com/bitcoin/bitcoin/pull/9336
< bitcoin-git> [bitcoin] richardkiss opened pull request #9335: Fix spelling. (master...feature/typo) https://github.com/bitcoin/bitcoin/pull/9335
< bitcoin-git> [bitcoin] sipa opened pull request #9334: Update to latest libsecp256k1 (master...secp) https://github.com/bitcoin/bitcoin/pull/9334
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9333: [trivial] Add comment documenting CWalletTx::mapValue (master...pr/comment-mapvalue) https://github.com/bitcoin/bitcoin/pull/9333
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys (on top of #9331) (master...pr/script-label) https://github.com/bitcoin/bitcoin/pull/9332
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9331: [qa] Add test for rescan feature of wallet key import RPCs (master...pr/test-import-rescan) https://github.com/bitcoin/bitcoin/pull/9331
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9330: [Qt] Console: add security warning (master...2016/12/qt_add_sec) https://github.com/bitcoin/bitcoin/pull/9330
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9329: [Qt] Console: allow empty arguments (master...2016/12/fix_qt_empty_args) https://github.com/bitcoin/bitcoin/pull/9329
< bitcoin-git> [bitcoin] gmaxwell opened pull request #9326: Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API. (master...openssl_api11) https://github.com/bitcoin/bitcoin/pull/9326
< bitcoin-git> [bitcoin] rebroad opened pull request #9325: Allow first cmpctblock/blocktxn received to be processed (rather than first requested) (master...ProcessFirstCmpct) https://github.com/bitcoin/bitcoin/pull/9325
< bitcoin-git> [bitcoin] sipa closed pull request #9324: Increase block size to 8MB for Bitcoin Ocho. Bitcoin Ocho is the future. (master...master) https://github.com/bitcoin/bitcoin/pull/9324
< bitcoin-git> [bitcoin] goku1997 opened pull request #9324: Increase block size to 8MB for Bitcoin Ocho. Bitcoin Ocho is the future. (master...master) https://github.com/bitcoin/bitcoin/pull/9324

2016-12-11

< bitcoin-git> [bitcoin] gmaxwell opened pull request #9323: [0.13] Add release notes for wallet/mempool rejections. (PR #9302 and #9290) (0.13...mempool_relnote) https://github.com/bitcoin/bitcoin/pull/9323
< bitcoin-git> [bitcoin] rebroad closed pull request #9300: Check for oversized getblocktxn message. (master...CheckOversizedGetblocktxns) https://github.com/bitcoin/bitcoin/pull/9300
< bitcoin-git> [bitcoin] rebroad closed pull request #9055: Skip processing of cmpctblocks we have previously downloaded. (master...SkipCmpctblocksPreviouslyDownloaded) https://github.com/bitcoin/bitcoin/pull/9055
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9322: [qa] Don't set unknown rpcserialversion (master...Mf1612-qaSerial) https://github.com/bitcoin/bitcoin/pull/9322
< bitcoin-git> [bitcoin] gmaxwell opened pull request #9319: Break addnode out from the outbound connection limits. (master...addnode_own_count) https://github.com/bitcoin/bitcoin/pull/9319

2016-12-10

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9309: [qa] Wallet needs to stay unlocked for whole test (master...rarerpcfail) https://github.com/bitcoin/bitcoin/pull/9309
< bitcoin-git> bitcoin/master 76fcd9d MarcoFalke: Merge #9309: [qa] Wallet needs to stay unlocked for whole test...
< bitcoin-git> bitcoin/master 9359f8a Alex Morcos: Wallet needs to stay unlocked for whole test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a1dcf2e1087b...76fcd9d50341
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9316: [wallet] Disable free transactions when relay is disabled (master...Mf1612-sendFreeNo) https://github.com/bitcoin/bitcoin/pull/9316
< bitcoin-git> [bitcoin] rebroad opened pull request #9315: Request announcement by cmpctblock AFTER requesting cmpctblock/blocktxn (master...RequestAnnounceAfter) https://github.com/bitcoin/bitcoin/pull/9315
< bitcoin-git> [bitcoin] sipa closed pull request #9240: Remove txConflicted (master...removeTxConflicted) https://github.com/bitcoin/bitcoin/pull/9240
< bitcoin-git> bitcoin/master a1dcf2e Pieter Wuille: Merge #9240: Remove txConflicted...
< bitcoin-git> bitcoin/master a874ab5 Alex Morcos: remove internal tracking of mempool conflicts for reporting to wallet
< bitcoin-git> bitcoin/master bf663f8 Alex Morcos: remove external usage of mempool conflict tracking
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/d38b0d7a6b60...a1dcf2e1087b
< bitcoin-git> [bitcoin] sipa closed pull request #9307: Remove undefined FetchCoins method declaration (master...pr/coins-delfetch) https://github.com/bitcoin/bitcoin/pull/9307
< bitcoin-git> bitcoin/master d38b0d7 Pieter Wuille: Merge #9307: Remove undefined FetchCoins method declaration...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/815640ec6af9...d38b0d7a6b60
< bitcoin-git> bitcoin/master fe41f58 Russell Yanofsky: Remove undefined FetchCoins method declaration
< bitcoin-git> bitcoin/master 815640e Pieter Wuille: Merge #9295: [Wallet] Bugfix: Fundrawtransaction: don't terminate when keypool is empty...
< bitcoin-git> [bitcoin] sipa closed pull request #9295: [Wallet] Bugfix: Fundrawtransaction: don't terminate when keypool is empty (master...2016/12/fix_frt) https://github.com/bitcoin/bitcoin/pull/9295
< bitcoin-git> bitcoin/master 1a6eacb Jonas Schnelli: [QA] add fundrawtransaction test on a locked wallet with empty keypool
< bitcoin-git> bitcoin/master c24a4f5 Jonas Schnelli: [Wallet] Bugfix: FRT: don't terminate when keypool is empty
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/72bf1b3d0962...815640ec6af9

2016-12-09

< bitcoin-git> [bitcoin] morcos opened pull request #9313: If we don't allow free txs, always send a fee filter (master...minminfee) https://github.com/bitcoin/bitcoin/pull/9313
< bitcoin-git> [bitcoin] morcos opened pull request #9312: Increase mempool expiry time to 2 weeks (master...longerexpiry) https://github.com/bitcoin/bitcoin/pull/9312
< bitcoin-git> [bitcoin] morcos opened pull request #9311: Flush wallet after abandontransaction (master...flushwalletonabandon) https://github.com/bitcoin/bitcoin/pull/9311
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9310: Assert FRESH validity in CCoinsViewCache::BatchWrite (on top of #9308) (master...pr/coins-batch-assert) https://github.com/bitcoin/bitcoin/pull/9310
< bitcoin-git> [bitcoin] morcos opened pull request #9309: Spurious RPC test failure (master...rarerpcfail) https://github.com/bitcoin/bitcoin/pull/9309
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9308: [test] Add CCoinsViewCache Access/Modify/Write tests (master...pr/coins-test) https://github.com/bitcoin/bitcoin/pull/9308
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9307: [trivial] Remove undefined FetchCoins method declaration (master...pr/coins-delfetch) https://github.com/bitcoin/bitcoin/pull/9307
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9306: Make CCoinsViewCache::Cursor() return latest data (master...pr/coins-cursor) https://github.com/bitcoin/bitcoin/pull/9306
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9303: Update comments in ctaes (master...ctaes) https://github.com/bitcoin/bitcoin/pull/9303
< bitcoin-git> bitcoin/master 72bf1b3 MarcoFalke: Merge #9303: Update comments in ctaes...
< bitcoin-git> bitcoin/master 760765d Pieter Wuille: Update ctaes
< bitcoin-git> bitcoin/master 8501bed Pieter Wuille: Squashed 'src/crypto/ctaes/' changes from cd3c3ac..003a4ac...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/86017842d6ef...72bf1b3d0962