2018-03-11

< bitcoin-git> bitcoin/master 0fbed98 Akio Nakamura: [script] lint-whitespace: improve print linenumber...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bb98aec6743e...d8d9162f5bad
< bitcoin-git> [bitcoin] sipa closed pull request #12670: Link (0.9...master) https://github.com/bitcoin/bitcoin/pull/12670
< bitcoin-git> [bitcoin] aaassad opened pull request #12670: Link (0.9...master) https://github.com/bitcoin/bitcoin/pull/12670
< bitcoin-git> [bitcoin] nvercamm opened pull request #12668: Doc: Ubuntu xenial first dependencies (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12668
< esotericnonsense> i mean, last commit to bitcoin/bitcoin is yesterday. :P
< luke-jr> #bitcoin-core-dev is not "ask Core devs questions so you can build your scamcoin"
< bitcoin-git> [bitcoin] eklitzke closed pull request #12664: Rename LevelDB background compaction thread (master...bgcompact) https://github.com/bitcoin/bitcoin/pull/12664

2018-03-10

< bitcoin-git> [bitcoin] luke-jr opened pull request #12666: configure: UniValue 1.0.4 is required for pushKV(, bool) (master...univalue-1.0.4-required) https://github.com/bitcoin/bitcoin/pull/12666
< eklitzke> leveldb isn't really optimized for the way bitcoin writes to it
< eklitzke> you can get global stats with mallinfo(3) but the xml thing seems to be the only way to get the stats broken down by arena (for bitcoin each thread effectively gets its own arena)
< eklitzke> bitcoin-cli getmemory mallocinfo
< bitcoin-git> [bitcoin] practicalswift opened pull request #12665: Add compile time checking for all run time locking assertions (master...compile-time-checking-of-runtime-assertions) https://github.com/bitcoin/bitcoin/pull/12665
< bitcoin-git> [bitcoin] eklitzke opened pull request #12664: Rename LevelDB background compaction thread (master...bgcompact) https://github.com/bitcoin/bitcoin/pull/12664
< bitcoin-git> [bitcoin] laanwj closed pull request #12567: util: Print timestamp strings in logs using ISO 8601 formatting (master...iso-8601) https://github.com/bitcoin/bitcoin/pull/12567
< bitcoin-git> bitcoin/master bb98aec Wladimir J. van der Laan: Merge #12567: util: Print timestamp strings in logs using ISO 8601 formatting...
< bitcoin-git> bitcoin/master a7324bd practicalswift: Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/29fad97c320c...bb98aec6743e
< sipa> bitcoin core doesn't have plugins
< bitcoin-git> [bitcoin] eklitzke opened pull request #12659: Improve Fatal LevelDB Log Messages (master...leveldb_errmsg) https://github.com/bitcoin/bitcoin/pull/12659
< bitcoin-git> [bitcoin] eklitzke closed pull request #12491: Try to use posix_fadvise with CBufferedFile (master...fadvise) https://github.com/bitcoin/bitcoin/pull/12491
< bitcoin-git> [bitcoin] sipa opened pull request #12658: Sanitize some wallet serialize (master...201803_crazywalletser) https://github.com/bitcoin/bitcoin/pull/12658

2018-03-09

< eklitzke> related, it would be nice to use some of the platform-specific optimizations they have in the leveldb envs elsewhere in the bitcoin codebase (e.g. in addition to mmap-backed files they have a pread based implementation for random access files)
< ryanofsky> i actually looked into using mojo for bitcoin, but the standalone mojo project went away, and now there are just forks in chromium and fuchsia
< gribble> MarcoFalke was last seen in #bitcoin-core-dev 2 days, 5 hours, 21 minutes, and 21 seconds ago: <MarcoFalke> #9598 either review+merge or close
< ryanofsky> travis builds a merged commit, you can fetch what it builds with "git fetch https://github.com/bitcoin/bitcoin pull/12288/merge"
< gribble> https://github.com/bitcoin/bitcoin/issues/12288 | [WIP][NET] Add NATPMP support. by annanay25 · Pull Request #12288 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] maaku opened pull request #12656: Add scripts for doing gitian builds on any platform using VirtualBox + Vagrant + Packer (master...vagrant) https://github.com/bitcoin/bitcoin/pull/12656
< meshcollider> Regardless of terminology yes it's the site for the bitcoin core project
< eklitzke> pardon me, affiliated with bitcoin core
< luke-jr> eklitzke: there is no official "bitcoin project", note
< instagibbs> it's under the bitcoin-core org in github, yes
< eklitzke> how is bitcoincore.org maintained? it has an official relationship with the bitcoin project right?
< armid> Guys, any guide to follow for build a small bitcoin-based cryptocurrency?
< elwray> how can i debug bitcoin in windows?
< bitcoin-git> [bitcoin] MeshCollider closed pull request #12654: 0.9 bunnnyboy (0.10...0.9) https://github.com/bitcoin/bitcoin/pull/12654
< bitcoin-git> [bitcoin] teamfiness reopened pull request #12654: 0.9 bunnnyboy (0.10...0.9) https://github.com/bitcoin/bitcoin/pull/12654
< bitcoin-git> [bitcoin] teamfiness closed pull request #12654: 0.9 bunnnyboy (0.10...0.9) https://github.com/bitcoin/bitcoin/pull/12654
< bitcoin-git> [bitcoin] teamfiness opened pull request #12654: 0.9 #03724 (0.10...0.9) https://github.com/bitcoin/bitcoin/pull/12654
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12653: Allow to optional specify the directory for the blocks storage (master...2018/03/blocksdir) https://github.com/bitcoin/bitcoin/pull/12653
< bitcoin-git> [bitcoin] practicalswift opened pull request #12652: bitcoin-cli: Provide a better error message when bitcoind is not running (master...bitcoin-cli-error-message-when-bitcoind-is-not-running) https://github.com/bitcoin/bitcoin/pull/12652

2018-03-08

< bitcoin-git> [bitcoin] 251Labs opened pull request #12650: gui: Fix issue: "default port not shown correctly in settings dialog" (master...patch/12623/default-port-not-shown) https://github.com/bitcoin/bitcoin/pull/12650
< karelb> But, I am not sure if it's better to make a separate page, or just make it part of the bitcoin.org website and make it as PR
< karelb> auto-generated from bitcoin core by giving it --help
< karelb> I want to make something like http://chainquery.com/bitcoin-api/getbestblockhash but even simplier
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #12644: [Trivial] Fix formatting issue on wallet_listreceivedby (master...trivia) https://github.com/bitcoin/bitcoin/pull/12644
< bitcoin-git> [bitcoin] eklitzke opened pull request #12649: Add documentation about generating flame graphs. (master...flamegraphs) https://github.com/bitcoin/bitcoin/pull/12649
< ryanofsky> i'm seeing weirdness with github, somehow my PR is not updating, and doesn't show the same commits as my pr branch. https://github.com/bitcoin/bitcoin/pull/9680/commits vs https://github.com/ryanofsky/bitcoin/commits/pr/makewtx
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12648: [0.16] test: Update trusted git root (0.16...Mf1803-016gitTrustedRootBump) https://github.com/bitcoin/bitcoin/pull/12648
< bitcoin-git> [bitcoin] jimpo opened pull request #12647: wallet: Fix possible memory leak in CreateWalletFromFile. (master...wallet-pointer) https://github.com/bitcoin/bitcoin/pull/12647
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #12644: [Trivial] Fix formatting issue on wallet_listreceivedby (master...trivia) https://github.com/bitcoin/bitcoin/pull/12644
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12607: depends: Remove ccache (master...ccache-removal) https://github.com/bitcoin/bitcoin/pull/12607
< bitcoin-git> bitcoin/master 29fad97 MarcoFalke: Merge #12607: depends: Remove ccache...
< bitcoin-git> bitcoin/master cc87967 fanquake: depends: Remove ccache
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a34ac6ae0788...29fad97c320c
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12643: [qa] util: Remove unused sync_chain (master...Mf1803-qaUtilSyncChain) https://github.com/bitcoin/bitcoin/pull/12643

2018-03-07

< bitcoin-git> bitcoin/0.16 60086dd MarcoFalke: Merge #12637: backport: #12556 fix version typo in getpeerinfo RPC call help...
< bitcoin-git> bitcoin/0.16 e730b82 Tamas Blummer: fix version typo...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to 0.16: https://github.com/bitcoin/bitcoin/compare/72a3290c9012...60086ddc34ee
< bitcoin-git> [bitcoin] promag opened pull request #12639: Reduce cs_main lock in listunspent (master...2018-03-reduce-cs_main_lock-listunspent) https://github.com/bitcoin/bitcoin/pull/12639
< gribble> https://github.com/bitcoin/bitcoin/issues/7759 | [WIP] rest: Stream entire utxo set by laanwj · Pull Request #7759 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/7759 | [WIP] rest: Stream entire utxo set by laanwj · Pull Request #7759 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #10367: [WIP] [test] Test abortrescan command. (master...test-abort-rescan-2) https://github.com/bitcoin/bitcoin/pull/10367
< bitcoin-git> [bitcoin] laanwj closed pull request #10353: Refactor script interpreter flags to use new CScriptFlags class for stricter checking (master...scriptflags) https://github.com/bitcoin/bitcoin/pull/10353
< bitcoin-git> [bitcoin] laanwj closed pull request #10366: [test] Remove all * imports (master...tests-unstar-imports) https://github.com/bitcoin/bitcoin/pull/10366
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12638: qa: Remove mempool.dat from cached regtest datadir (master...Mf1803-qaMempoolCache) https://github.com/bitcoin/bitcoin/pull/12638
< bitcoin-git> [bitcoin] laanwj closed pull request #11892: [Qt] Warn if fallback fee has been used (master...2017/12/qt_warn_fallbackfee) https://github.com/bitcoin/bitcoin/pull/11892
< bitcoin-git> [bitcoin] laanwj closed pull request #12184: [TRIVIAL] Drop C headers in favour of C++-compatibility headers. (master...cpp11_includes) https://github.com/bitcoin/bitcoin/pull/12184
< arubi> pls restart job 2 in https://travis-ci.org/bitcoin/bitcoin/builds/350022328 , seems like travis timeout (it passed on my branch's travis instance)
< bitcoin-git> bitcoin/master a34ac6a Wladimir J. van der Laan: Merge #9598: Improve readability by removing redundant casts to same type (on all platforms)...
< bitcoin-git> bitcoin/master 06edc23 practicalswift: Improve readability by removing redundant casts to same type (on all platforms)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/efa18a230d48...a34ac6ae0788
< bitcoin-git> [bitcoin] laanwj closed pull request #12626: Limit the number of IPs addrman learns from each DNS seeder (master...master) https://github.com/bitcoin/bitcoin/pull/12626
< bitcoin-git> bitcoin/master efa18a2 Wladimir J. van der Laan: Merge #12626: Limit the number of IPs addrman learns from each DNS seeder...
< bitcoin-git> bitcoin/master 46e7f80 e0: Limit the number of IPs we use from each DNS seeder...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/842f61a675db...efa18a230d48
< bitcoin-git> [bitcoin] fanquake opened pull request #12637: backport: #12556 fix version typo in getpeerinfo RPC call help (0.16...backport-fix-version-typo) https://github.com/bitcoin/bitcoin/pull/12637
< gribble> https://github.com/bitcoin/bitcoin/issues/9598 | Improve readability by removing redundant casts to same type (on all platforms) by practicalswift · Pull Request #9598 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #12636: backport: #11995 Fix Qt build with Xcode 9 (0.16...qt-fix-backport) https://github.com/bitcoin/bitcoin/pull/12636
< bitcoin-git> [bitcoin] laanwj closed pull request #11900: [script] simplify CheckMinimalPush checks, add safety assert (master...checkminimal) https://github.com/bitcoin/bitcoin/pull/11900
< bitcoin-git> bitcoin/master 842f61a Wladimir J. van der Laan: Merge #11900: [script] simplify CheckMinimalPush checks, add safety assert...
< bitcoin-git> bitcoin/master 0749808 Gregory Sanders: CheckMinimalPush comments are prescriptive
< bitcoin-git> bitcoin/master 176db61 Gregory Sanders: simplify CheckMinimalPush checks, add safety assert
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/98bc27fb5998...842f61a675db
< bitcoin-git> [bitcoin] laanwj closed pull request #11687: External wallet files (master...pr/wfile) https://github.com/bitcoin/bitcoin/pull/11687
< bitcoin-git> bitcoin/master be8ab7d Russell Yanofsky: Create new wallet databases as directories rather than files...
< bitcoin-git> bitcoin/master 26c06f2 Russell Yanofsky: Allow wallet files not in -walletdir directory...
< bitcoin-git> bitcoin/master d8a99f6 Russell Yanofsky: Allow wallet files in multiple directories...
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/8a43bdcffd8d...98bc27fb5998
< bitcoin-git> [bitcoin] kallewoof opened pull request #12634: [refactor] Make TransactionWithinChainLimit more flexible (master...txmempool-chain-limit-value) https://github.com/bitcoin/bitcoin/pull/12634
< bitcoin-git> [bitcoin] laanwj closed pull request #12620: Remove TransactionTableModel::TxIDRole (master...2018-03-remove-txidrole) https://github.com/bitcoin/bitcoin/pull/12620
< bitcoin-git> bitcoin/master 8a43bdc Wladimir J. van der Laan: Merge #12620: Remove TransactionTableModel::TxIDRole...
< bitcoin-git> bitcoin/master 3b26b6a João Barbosa: qt: Remove TransactionTableModel::TxIDRole
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/791c3ea61b4e...8a43bdcffd8d
< bitcoin-git> [bitcoin] btcdrak opened pull request #12633: Reserve 16 bits of nversion in blockheader (master...reservedbits) https://github.com/bitcoin/bitcoin/pull/12633
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12627: qa: Fix some tests to work on native windows (master...Mf1803-qaWindowsTests) https://github.com/bitcoin/bitcoin/pull/12627
< bitcoin-git> bitcoin/master 791c3ea MarcoFalke: Merge #12627: qa: Fix some tests to work on native windows...
< bitcoin-git> bitcoin/master fa3528a MarcoFalke: qa: Fix some tests to work on native windows
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/da9a2f5cd903...791c3ea61b4e
< bitcoin-git> [bitcoin] laanwj closed pull request #11630: Simplify Base32 and Base64 conversions (master...201711_simpleconvert) https://github.com/bitcoin/bitcoin/pull/11630
< bitcoin-git> bitcoin/master da9a2f5 Wladimir J. van der Laan: Merge #11630: Simplify Base32 and Base64 conversions...
< bitcoin-git> bitcoin/master b3ea8cc Pieter Wuille: Simplify Base32 and Base64 conversions
< bitcoin-git> bitcoin/master 3296a3b Pieter Wuille: Generalize ConvertBits
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/a312e201ba56...da9a2f5cd903
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12631: [gitian] Alphabetize signing keys & add kallewoof key (master...kallewoof-key) https://github.com/bitcoin/bitcoin/pull/12631
< bitcoin-git> bitcoin/master e690cf4 Karl-Johan Alm: [gitian] Add kallewoof key for signing
< bitcoin-git> bitcoin/master a312e20 MarcoFalke: Merge #12631: [gitian] Alphabetize signing keys & add kallewoof key...
< bitcoin-git> bitcoin/master 92fa6d2 Karl-Johan Alm: [gitian] Re-order keys by owner first name alphabetic order
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/4ca7c1e4ac60...a312e201ba56
< bitcoin-git> bitcoin/master 4ca7c1e Wladimir J. van der Laan: Merge #9991: listreceivedbyaddress Filter Address...
< bitcoin-git> bitcoin/master 8ee0812 Jeremy Rubin: Add address filtering to listreceivedbyaddress
< bitcoin-git> bitcoin/master f087613 Jeremy Rubin: Add tests of listreceivedbyaddress address filtering
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/3fa24bb217b2...4ca7c1e4ac60
< bitcoin-git> [bitcoin] laanwj closed pull request #12204: Fix overly eager BIP30 bypass (master...bip30bypassfix) https://github.com/bitcoin/bitcoin/pull/12204
< bitcoin-git> bitcoin/master 3fa24bb Wladimir J. van der Laan: Merge #12204: Fix overly eager BIP30 bypass...
< bitcoin-git> bitcoin/master 5b8b387 Alex Morcos: Fix overly eager BIP30 bypass
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0f7167989d60...3fa24bb217b2
< gribble> https://github.com/bitcoin/bitcoin/issues/12204 | Fix overly eager BIP30 bypass by morcos · Pull Request #12204 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kallewoof opened pull request #12631: [gitian] Add kallewoof key for signing (master...kallewoof-key) https://github.com/bitcoin/bitcoin/pull/12631
< bitcoin-git> [bitcoin] laanwj closed pull request #12482: [tests] bind functional test nodes to 127.0.0.1 (master...2018/02/test-framework-bind) https://github.com/bitcoin/bitcoin/pull/12482
< bitcoin-git> bitcoin/master 0f71679 Wladimir J. van der Laan: Merge #12482: [tests] bind functional test nodes to 127.0.0.1...
< bitcoin-git> bitcoin/master b156ff7 Sjors Provoost: [tests] bind functional test nodes to 127.0.0.1...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8a709fba9bfa...0f7167989d60
< bitcoin-git> [bitcoin] laanwj closed pull request #12619: doc: Give hint about gitian not able to download (master...patch-2) https://github.com/bitcoin/bitcoin/pull/12619
< bitcoin-git> bitcoin/master 8a709fb Wladimir J. van der Laan: Merge #12619: doc: Give hint about gitian not able to download...
< bitcoin-git> bitcoin/master 08e0855 kallewoof: Give hint about gitian not able to download...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b225010a808d...8a709fba9bfa
< stevenroose> I'm sure it's still impossible, but if the birthday paradox applies, it would slightly reduce the security as compared to current bitcoin
< bitcoin-git> [bitcoin] dagurval closed pull request #12629: [qa] Fix race condition in p2p_compactblocks (master...qa-race) https://github.com/bitcoin/bitcoin/pull/12629
< bitcoin-git> [bitcoin] murrayn opened pull request #12630: Provide useful error message if datadir is not writable. (master...datadir_writable) https://github.com/bitcoin/bitcoin/pull/12630
< bitcoin-git> [bitcoin] dagurval opened pull request #12629: [qa] Fix race condition in p2p_compactblocks (master...qa-race) https://github.com/bitcoin/bitcoin/pull/12629

2018-03-06

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12627: qa: Fix some tests to work on native windows (master...Mf1803-qaWindowsTests) https://github.com/bitcoin/bitcoin/pull/12627
< bitcoin-git> [bitcoin] EthanHeilman opened pull request #12626: Limit the number of IPs addrman learns from each DNS seeder (master...master) https://github.com/bitcoin/bitcoin/pull/12626
< bitcoin-git> [bitcoin] fanquake opened pull request #12625: depends: biplist 1.0.3 (master...biplist-1-0-3) https://github.com/bitcoin/bitcoin/pull/12625
< bitcoin-git> [bitcoin] laanwj closed pull request #11372: Address encoding cleanup (master...201709_addr_cleanup) https://github.com/bitcoin/bitcoin/pull/11372
< bitcoin-git> bitcoin/master 119b0f8 Pieter Wuille: Split key_io (address/key encodings) off from base58
< bitcoin-git> bitcoin/master 32e69fa Pieter Wuille: Replace CBitcoinSecret with {Encode,Decode}Secret
< bitcoin-git> bitcoin/master ebfe217 Pieter Wuille: Stop using CBase58Data for ext keys
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/29088b14ee4b...b225010a808d
< bitcoin-git> [bitcoin] laanwj closed pull request #12600: Add a test for large tx output scripts with segwit input. (master...feature/segwit_big_txout_script) https://github.com/bitcoin/bitcoin/pull/12600
< bitcoin-git> bitcoin/master 5f8cc0d Richard Kiss: Add a test for large tx output scripts with segwit input.
< bitcoin-git> bitcoin/master 29088b1 Wladimir J. van der Laan: Merge #12600: Add a test for large tx output scripts with segwit input....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/17c44b208f1c...29088b14ee4b
< bitcoin-git> [bitcoin] laanwj closed pull request #12098: [scripts] lint-whitespace: add param to check last N commits (master...lint-whitespace-n-commits) https://github.com/bitcoin/bitcoin/pull/12098
< bitcoin-git> bitcoin/master 17c44b2 Wladimir J. van der Laan: Merge #12098: [scripts] lint-whitespace: add param to check last N commits...
< bitcoin-git> bitcoin/master 8dbf740 Sjors Provoost: [scripts] lint-whitespace: check last N commits or unstaged changes...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/14475e2dcdc8...17c44b208f1c
< bitcoin-git> [bitcoin] laanwj closed pull request #12097: [scripts] lint-whitespace: use perl instead of grep -P (master...lint-whitespace-no-grep-P) https://github.com/bitcoin/bitcoin/pull/12097
< bitcoin-git> bitcoin/master 14475e2 Wladimir J. van der Laan: Merge #12097: [scripts] lint-whitespace: use perl instead of grep -P...
< bitcoin-git> bitcoin/master 40b17f5 Sjors Provoost: [scripts] lint-whitespace: use perl instead of grep -P...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9fb3898c3fb0...14475e2dcdc8
< bitcoin-git> [bitcoin] laanwj closed pull request #12432: [qt] send: Clear All also resets coin control options (master...2018/02/qt-send-clear-all-coin-control) https://github.com/bitcoin/bitcoin/pull/12432
< bitcoin-git> bitcoin/master 9fb3898 Wladimir J. van der Laan: Merge #12432: [qt] send: Clear All also resets coin control options...
< bitcoin-git> bitcoin/master f506c0a Sjors Provoost: [qt] send: Clear All also resets coin control options
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e1d6e2af6d89...9fb3898c3fb0
< bitcoin-git> [bitcoin] laanwj closed pull request #12519: Net: Pass MSG_MORE flag when sending non-final network messages (master...MSG_MORE) https://github.com/bitcoin/bitcoin/pull/12519
< bitcoin-git> [bitcoin] laanwj closed pull request #12622: net: Correct addrman logging (master...2018_03_addrman_log_fixup) https://github.com/bitcoin/bitcoin/pull/12622
< bitcoin-git> [bitcoin] laanwj closed pull request #12479: RPC: Add child transactions to getrawmempool verbose output (master...getrawmempool_descendent_pointers) https://github.com/bitcoin/bitcoin/pull/12479
< bitcoin-git> bitcoin/master cd5e438 Wladimir J. van der Laan: Merge #12479: RPC: Add child transactions to getrawmempool verbose output...
< bitcoin-git> bitcoin/master 1dfb4e7 Conor Scott: [Tests] Check output of parent/child tx list from getrawmempool, getmempooldescendants, getmempoolancestors, and REST interface
< bitcoin-git> bitcoin/master fc44cb1 Conor Scott: [RPC] Add list of child transactions to verbose output of getrawmempool
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/12ac2f0d7129...cd5e4381d46d
< bitcoin-git> [bitcoin] laanwj closed pull request #12581: doc: Mention configure without wallet in FreeBSD instructions (0.16...patch-3) https://github.com/bitcoin/bitcoin/pull/12581
< bitcoin-git> bitcoin/master 12ac2f0 Wladimir J. van der Laan: Merge #12581: doc: Mention configure without wallet in FreeBSD instructions...
< bitcoin-git> bitcoin/master c5be37e Dan Bolser: doc: Mention configure without wallet in FreeBSD instructions...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b7c8812ad0c2...12ac2f0d7129
< bitcoin-git> bitcoin/master b7c8812 Wladimir J. van der Laan: Merge #12564: [arith_uint256] Avoid unnecessary this-copy using prefix operator...
< bitcoin-git> [bitcoin] laanwj closed pull request #12564: [arith_uint256] Avoid unnecessary this-copy using prefix operator (master...optim-arith_uint256-operator-dec) https://github.com/bitcoin/bitcoin/pull/12564
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/85424d79eded...b7c8812ad0c2
< bitcoin-git> bitcoin/master 22b4aae Karl-Johan Alm: [arith_uint256] Avoid unnecessary this-copy using prefix operator
< bitcoin-git> [bitcoin] laanwj opened pull request #12622: net: Correct addrman logging (master...2018_03_addrman_log_fixup) https://github.com/bitcoin/bitcoin/pull/12622
< bitcoin-git> [bitcoin] laanwj closed pull request #12603: [docs] PeerLogicValidation interface (master...jamesob/2018-03-peerlogicvalidation-doc) https://github.com/bitcoin/bitcoin/pull/12603
< bitcoin-git> bitcoin/master 85424d7 Wladimir J. van der Laan: Merge #12603: [docs] PeerLogicValidation interface...
< bitcoin-git> bitcoin/master b7cd08b James O'Beirne: Add documentation to PeerLogicValidation interface and related functions
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a36834f10b80...85424d79eded
< bitcoin-git> [bitcoin] promag opened pull request #12621: Avoid querying unnecessary model data when filtering transactions (master...2018-03-transaction-filter-avoid-querying) https://github.com/bitcoin/bitcoin/pull/12621
< bitcoin-git> bitcoin/master a36834f Wladimir J. van der Laan: Merge #9037: net: Add test-before-evict discipline to addrman...
< bitcoin-git> bitcoin/master e68172e Ethan Heilman: Add test-before-evict discipline to addrman...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/20e3b9a485fd...a36834f10b80
< bitcoin-git> [bitcoin] promag opened pull request #12620: Remove TransactionTableModel::TxIDRole (master...2018-03-remove-txidrole) https://github.com/bitcoin/bitcoin/pull/12620
< bitcoin-git> [bitcoin] kallewoof opened pull request #12619: Give hint about gitian not able to download (master...patch-2) https://github.com/bitcoin/bitcoin/pull/12619
< bitcoin-git> [bitcoin] theuni closed pull request #9566: threading: use std::chrono for timestamps (master...nuke-boost-chrono2) https://github.com/bitcoin/bitcoin/pull/9566
< bitcoin-git> [bitcoin] laanwj closed pull request #12617: gui: Show messages as text not html (master...2018_03_gui_textbox) https://github.com/bitcoin/bitcoin/pull/12617
< bitcoin-git> bitcoin/master 20e3b9a Wladimir J. van der Laan: Merge #12617: gui: Show messages as text not html...
< bitcoin-git> bitcoin/master 6fbc098 Wladimir J. van der Laan: gui: Show messages as text not html...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f13d756cdd94...20e3b9a485fd
< bitcoin-git> [bitcoin] laanwj closed pull request #12373: Build: Add build support for profiling. (master...profiling) https://github.com/bitcoin/bitcoin/pull/12373
< bitcoin-git> bitcoin/master f13d756 Wladimir J. van der Laan: Merge #12373: Build: Add build support for profiling....
< bitcoin-git> bitcoin/master cfaac2a murrayn: Add build support for 'gprof' profiling.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/765a3ebb0268...f13d756cdd94
< bitcoin-git> [bitcoin] laanwj closed pull request #11986: [depends] zeromq 4.2.3 (master...zeromq-4-2-3) https://github.com/bitcoin/bitcoin/pull/11986
< bitcoin-git> bitcoin/master 765a3eb Wladimir J. van der Laan: Merge #11986: [depends] zeromq 4.2.3...
< bitcoin-git> bitcoin/master 13a399a Cory Fields: depends: patch pthread_set_name_np out of zeromq
< bitcoin-git> bitcoin/master 8f79226 fanquake: depends: zeromq 4.2.3
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/bc679829e2d3...765a3ebb0268
< bitcoin-git> [bitcoin] eklitzke opened pull request #12618: Set SCHED_BATCH priority on the loadblk thread. (master...sched_batch) https://github.com/bitcoin/bitcoin/pull/12618
< bitcoin-git> [bitcoin] laanwj closed pull request #10271: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores (master...replace-boost-getnumcores) https://github.com/bitcoin/bitcoin/pull/10271
< bitcoin-git> bitcoin/master bc67982 Wladimir J. van der Laan: Merge #10271: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores...
< bitcoin-git> bitcoin/master 937bf43 fanquake: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d74b01db0c13...bc679829e2d3
< bitcoin-git> [bitcoin] ajtowns closed pull request #10994: Add option to avoid warning on certain network upgrades (master...ignore-vbits) https://github.com/bitcoin/bitcoin/pull/10994
< gribble> https://github.com/bitcoin/bitcoin/issues/11120 | [RPC] verifytxoutproof returns object including blockhash by instagibbs · Pull Request #11120 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] NicolasDorier reopened pull request #9991: listreceivedbyaddress Filter Address (master...listreceivedbyaddress-filtered) https://github.com/bitcoin/bitcoin/pull/9991
< bitcoin-git> [bitcoin] instagibbs closed pull request #11545: [wallet] Support CMV signing of 17~20 key template (master...20of20) https://github.com/bitcoin/bitcoin/pull/11545
< bitcoin-git> [bitcoin] JeremyRubin closed pull request #9938: Lock-Free CheckQueue (master...PR-lockfree-checkqueue) https://github.com/bitcoin/bitcoin/pull/9938
< bitcoin-git> [bitcoin] ajtowns closed pull request #10996: Add per-network config file network.conf (master...netconf) https://github.com/bitcoin/bitcoin/pull/10996
< bitcoin-git> [bitcoin] laanwj closed pull request #12588: [Utils] Remove deprecated PyZMQ call from Python ZMQ example (master...zmq_example_fix) https://github.com/bitcoin/bitcoin/pull/12588
< bitcoin-git> bitcoin/master d74b01d Wladimir J. van der Laan: Merge #12588: [Utils] Remove deprecated PyZMQ call from Python ZMQ example...
< bitcoin-git> bitcoin/master 6058766 Michał Zabielski: Remove deprecated PyZMQ call from Python ZMQ example...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cff95a63250e...d74b01db0c13
< bitcoin-git> [bitcoin] laanwj closed pull request #12616: Set modal overlay hide button as default (master...2018-03-modaloverlay) https://github.com/bitcoin/bitcoin/pull/12616
< sipa> xyxxy: look at the eclipse attacks on bitcoin's peer to peer network paper
< bitcoin-git> bitcoin/master cfdd895 João Barbosa: qt: Set modal overlay hide button as default
< bitcoin-git> bitcoin/master cff95a6 Wladimir J. van der Laan: Merge #12616: Set modal overlay hide button as default...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1f9349129d57...cff95a63250e
< bitcoin-git> [bitcoin] laanwj closed pull request #12615: doc: allow for SIGNER containing spaces (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12615
< bitcoin-git> bitcoin/master 1f93491 Wladimir J. van der Laan: Merge #12615: doc: allow for SIGNER containing spaces...
< bitcoin-git> bitcoin/master e2b2e48 Ken Lee: doc: SIGNER can contains space inside now....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9903537750ac...1f9349129d57
< bitcoin-git> [bitcoin] laanwj opened pull request #12617: gui: Show messages as text not html (master...2018_03_gui_textbox) https://github.com/bitcoin/bitcoin/pull/12617
< xyxxy> have there been any notable articles or papers published pertaining to a security code review of bitcoin core?
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #11666: [RPC] Add utility signinput (master...signinput) https://github.com/bitcoin/bitcoin/pull/11666
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #10216: [Wallet] FundRawTransaction can accept pre-set inputs whose parent is not yet broadcasted (master...fundrawtransaction2) https://github.com/bitcoin/bitcoin/pull/10216
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #10202: [Wallet] FundRawTransaction can fund a transaction with preset inputs found in the CoinView (master...fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/10202
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #9991: listreceivedbyaddress Filter Address (master...listreceivedbyaddress-filtered) https://github.com/bitcoin/bitcoin/pull/9991
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #9728: Can create External HD wallet with -externalhd (master...watchonlyhd) https://github.com/bitcoin/bitcoin/pull/9728
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #10980: [Refactor] Decouple CKeyStore from CWatchOnlyStore (master...decouplewatchonly) https://github.com/bitcoin/bitcoin/pull/10980
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #11653: [RPC] Add utility getsignaturehash (master...getsignaturehash) https://github.com/bitcoin/bitcoin/pull/11653
< bitcoin-git> [bitcoin] laanwj closed pull request #12604: Add DynamicMemoryUsage() to CDBWrapper to estimate LevelDB memory use (master...leveldb_memory) https://github.com/bitcoin/bitcoin/pull/12604
< bitcoin-git> bitcoin/master 9903537 Wladimir J. van der Laan: Merge #12604: Add DynamicMemoryUsage() to CDBWrapper to estimate LevelDB memory use...
< bitcoin-git> bitcoin/master 741f017 Evan Klitzke: Add DynamicMemoryUsage() to LevelDB...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7deba93bdc76...9903537750ac
< bitcoin-git> [bitcoin] promag opened pull request #12616: Set modal overlay hide button as default (master...2018-03-modaloverlay) https://github.com/bitcoin/bitcoin/pull/12616
< bitcoin-git> [bitcoin] ken2812221 opened pull request #12615: doc: SIGNER can contains space inside now. (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12615
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12606: [depends] Revert "ccache 3.4.1" (master...Mf1803-dependsCCache) https://github.com/bitcoin/bitcoin/pull/12606
< bitcoin-git> bitcoin/master 7deba93 Wladimir J. van der Laan: test: Update trust git root...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/7deba93bdc76616011a9f493cbc203d60084416f
< bitcoin-git> [bitcoin] practicalswift opened pull request #12611: consensus: Use safer casting in IsValidSignatureEncoding(...) (master...safer-casting-in-IsValidSignatureEncoding) https://github.com/bitcoin/bitcoin/pull/12611
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12610: Multiwallet for the GUI (master...2018/03/multiwallet) https://github.com/bitcoin/bitcoin/pull/12610
< Randolf> The changed file in that Chinese Pull Request seemed to be about creating a fork of Bitcoin and then changing just one line of code. Closing it without merging was the correct decision.
< bitcoin-git> [bitcoin] jerryldh closed pull request #12609: 陈独秀同志,你请讲! (master...master) https://github.com/bitcoin/bitcoin/pull/12609
< bitcoin-git> [bitcoin] jerryldh opened pull request #12609: 陈独秀同志,你请讲! (master...master) https://github.com/bitcoin/bitcoin/pull/12609
< gribble> https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr · Pull Request #11082 · bitcoin/bitcoin · GitHub

2018-03-05

< bitcoin-git> [bitcoin] fanquake opened pull request #12607: [WIP] depends: Remove ccache (master...ccache-removal) https://github.com/bitcoin/bitcoin/pull/12607
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12606: [depends] Revert "ccache 3.4.1" (master...Mf1803-dependsCCache) https://github.com/bitcoin/bitcoin/pull/12606
< bitcoin-git> [bitcoin] laanwj closed pull request #12568: Allow dustrelayfee to be set to zero (master...zero_dustrelayfee_opt) https://github.com/bitcoin/bitcoin/pull/12568
< bitcoin-git> bitcoin/master 874e818 Luke Dashjr: Allow dustrelayfee to be set to zero
< bitcoin-git> bitcoin/master ed6ae80 Wladimir J. van der Laan: Merge #12568: Allow dustrelayfee to be set to zero...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/955fd23517bf...ed6ae8059cdb
< bitcoin-git> [bitcoin] Sjors reopened pull request #12482: [tests] bind functional test nodes to 127.0.0.1 (master...2018/02/test-framework-bind) https://github.com/bitcoin/bitcoin/pull/12482
< bitcoin-git> [bitcoin] Sjors closed pull request #12482: [tests] bind functional test nodes to 127.0.0.1 (master...2018/02/test-framework-bind) https://github.com/bitcoin/bitcoin/pull/12482
< bitcoin-git> [bitcoin] laanwj closed pull request #12512: Don't test against the mempool min fee information in mempool_limit.py (master...fix-min-fee-test) https://github.com/bitcoin/bitcoin/pull/12512
< bitcoin-git> bitcoin/master 955fd23 Wladimir J. van der Laan: Merge #12512: Don't test against the mempool min fee information in mempool_limit.py...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9a75902c568a...955fd23517bf
< bitcoin-git> bitcoin/master 55f89da Ben Woosley: Don't test against the mempool min fee information in mempool_limit.py...
< bitcoin-git> [bitcoin] laanwj closed pull request #11995: [depends] Fix Qt build with Xcode 9 (master...macos-10-13-fix-depends-qt) https://github.com/bitcoin/bitcoin/pull/11995
< bitcoin-git> bitcoin/master 2b1f794 fanquake: [Depends] Fix Qt build with Xcode 9.2
< bitcoin-git> bitcoin/master 9a75902 Wladimir J. van der Laan: Merge #11995: [depends] Fix Qt build with Xcode 9...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d59b8d6aa110...9a75902c568a
< bitcoin-git> [bitcoin] eklitzke opened pull request #12604: Add DynamicMemoryUsage() to CDBWrapper to estimate LevelDB memory use (master...leveldb_memory) https://github.com/bitcoin/bitcoin/pull/12604
< bitcoin-git> [bitcoin] jamesob opened pull request #12603: [docs] PeerLogicValidation interface (master...jamesob/2018-03-peerlogicvalidation-doc) https://github.com/bitcoin/bitcoin/pull/12603
< bitcoin-git> [bitcoin] ajtowns reopened pull request #11862: [wip] Network specific conf sections (master...netconf-sections) https://github.com/bitcoin/bitcoin/pull/11862
< bitcoin-git> [bitcoin] ajtowns closed pull request #11862: [wip] Network specific conf sections (master...netconf-sections) https://github.com/bitcoin/bitcoin/pull/11862
< bitcoin-git> [bitcoin] laanwj closed pull request #11880: Stop special-casing phashBlock handling in validation for TBV (master...2017-12-tbv-phash) https://github.com/bitcoin/bitcoin/pull/11880
< bitcoin-git> bitcoin/master d59b8d6 Wladimir J. van der Laan: Merge #11880: Stop special-casing phashBlock handling in validation for TBV...
< bitcoin-git> bitcoin/master 9c5a4a6 Matt Corallo: Stop special-casing phashBlock handling in validation for TBV
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c8ea91aa1d16...d59b8d6aa110
< bitcoin-git> [bitcoin] laanwj closed pull request #12501: [qt] Improved "custom fee" explanation in tooltip (master...patch-2) https://github.com/bitcoin/bitcoin/pull/12501
< bitcoin-git> bitcoin/master c8ea91a Wladimir J. van der Laan: Merge #12501: [qt] Improved "custom fee" explanation in tooltip...
< bitcoin-git> bitcoin/master 0bc095e Randolf Richardson: [qt] Improved "custom fee" explanation in tooltip
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/47a7666dbe38...c8ea91aa1d16
< bitcoin-git> [bitcoin] laanwj closed pull request #11889: Drop extra script variable in ProduceSignature (master...pr/dupvar) https://github.com/bitcoin/bitcoin/pull/11889
< bitcoin-git> bitcoin/master 47a7666 Wladimir J. van der Laan: Merge #11889: Drop extra script variable in ProduceSignature...
< bitcoin-git> bitcoin/master 9360f50 Russell Yanofsky: Drop extra script variable in ProduceSignature...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7f999643212d...47a7666dbe38
< bitcoin-git> [bitcoin] laanwj closed pull request #12516: Avoid unintentional unsigned integer wraparounds in tests (master...unsigned-integer-wraparounds-in-tests) https://github.com/bitcoin/bitcoin/pull/12516
< bitcoin-git> bitcoin/master 7f99964 Wladimir J. van der Laan: Merge #12516: Avoid unintentional unsigned integer wraparounds in tests...
< bitcoin-git> bitcoin/master 2736c9e practicalswift: Avoid unintentional unsigned integer wraparounds in tests
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6645eaf0ab30...7f999643212d
< bitcoin-git> [bitcoin] laanwj closed pull request #12466: depends: Only use D_DARWIN_C_SOURCE when building miniupnpc on darwin (master...fix-miniupnpc-darwin) https://github.com/bitcoin/bitcoin/pull/12466
< bitcoin-git> bitcoin/master 6645eaf Wladimir J. van der Laan: Merge #12466: depends: Only use D_DARWIN_C_SOURCE when building miniupnpc on darwin...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d77b4a7bcf23...6645eaf0ab30
< bitcoin-git> bitcoin/master 992f568 fanquake: depends: Only use D_DARWIN_C_SOURCE when building miniupnpc on darwin
< bitcoin-git> [bitcoin] laanwj closed pull request #12527: gitian-build.sh: fix signProg being recognized as two parameters (master...master) https://github.com/bitcoin/bitcoin/pull/12527
< bitcoin-git> bitcoin/master d77b4a7 Wladimir J. van der Laan: Merge #12527: gitian-build.sh: fix signProg being recognized as two parameters...
< bitcoin-git> bitcoin/master 87c4320 Ken Lee: gitian-build.sh: fix signProg being recognized as two parameters
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cbc1fcf576cd...d77b4a7bcf23
< bitcoin-git> [bitcoin] laanwj closed pull request #12573: Fix compilation when compiler do not support __builtin_clz* (master...vs2017) https://github.com/bitcoin/bitcoin/pull/12573
< bitcoin-git> bitcoin/master cbc1fcf Wladimir J. van der Laan: Merge #12573: Fix compilation when compiler do not support __builtin_clz*...
< bitcoin-git> bitcoin/master 1830784 532479301: Consensus: Fix bug when compiler do not support __builtin_clz*...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9d49dcf9fab3...cbc1fcf576cd
< bitcoin-git> [bitcoin] laanwj closed pull request #10922: New file-partition.md doc describing how to partition files to ensure fast initial blockchain synchronization.. (master...master) https://github.com/bitcoin/bitcoin/pull/10922
< bitcoin-git> [bitcoin] fanquake closed pull request #12041: doc: OpenBSD build instructions revamp (master...openbsd-build-revamp) https://github.com/bitcoin/bitcoin/pull/12041
< bitcoin-git> [bitcoin] laanwj closed pull request #12260: [Trivial] link mentioned scripted-diff-commit (developer-doc) (master...LINK_COMMIT_IN_DOC_DEVNOTES) https://github.com/bitcoin/bitcoin/pull/12260