< 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] 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
< 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] MarcoFalke opened pull request #9416: travis: make distdir before make (master...Mf1612-travisDistDirCheck) https://github.com/bitcoin/bitcoin/pull/9416
< 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] 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] anditto opened pull request #9407: Added missing colons in when running help command (master...minor-style-fixes) https://github.com/bitcoin/bitcoin/pull/9407
< 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] 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] 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] 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] 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/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] 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] 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] 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
< 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] 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] 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] 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] 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] 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] ryanofsky opened pull request #9306: Make CCoinsViewCache::Cursor() return latest data (master...pr/coins-cursor) https://github.com/bitcoin/bitcoin/pull/9306