2018-07-25

< bitcoin-git> [bitcoin] laanwj closed pull request #13721: Bugfixes for BIP 174 combining and deserialization (master...psbt-fixes) https://github.com/bitcoin/bitcoin/pull/13721
< bitcoin-git> bitcoin/master 9f23c16 Wladimir J. van der Laan: Merge #13721: Bugfixes for BIP 174 combining and deserialization...
< bitcoin-git> bitcoin/master fad231a Andrew Chow: Fix merging of global unknown data in PSBTs...
< bitcoin-git> bitcoin/master 41df035 Andrew Chow: Check that PSBT keys are the correct length...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/94dd89e6fa37...9f23c1659938
< Lico> Hi guys I am sorry for the basic question, but I would like to debug the bitcoin and I would like to know what tools for debug do you use for Ubuntu ? Does anybody use and IDE for Ubuntu ? I tried to use netbeans, eclipse
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13706: doc: Minor improvements to release-process.md (master...release_process_doc) https://github.com/bitcoin/bitcoin/pull/13706
< bitcoin-git> bitcoin/master 94dd89e MarcoFalke: Merge #13706: doc: Minor improvements to release-process.md...
< bitcoin-git> bitcoin/master 1c22cc1 Mitchell Cash: doc: Update broken links to now point to gitian-build.py
< bitcoin-git> bitcoin/master 95464c7 Mitchell Cash: doc: Improve command to generate list of authors for release notes...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/a140953907eb...94dd89e6fa37
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13753: scripted-diff: Remove trailing whitespaces (master...remove-trailing-whitespaces) https://github.com/bitcoin/bitcoin/pull/13753
< bitcoin-git> bitcoin/master a140953 MarcoFalke: Merge #13753: scripted-diff: Remove trailing whitespaces...
< bitcoin-git> bitcoin/master 12dd101 João Barbosa: scripted-diff: Remove trailing whitespaces...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c8836532024f...a140953907eb
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13750: depends: use MacOS friendly sed syntax in qt.mk (master...2018/07/depends-qt-macos) https://github.com/bitcoin/bitcoin/pull/13750
< bitcoin-git> bitcoin/master c883653 MarcoFalke: Merge #13750: depends: use MacOS friendly sed syntax in qt.mk...
< bitcoin-git> bitcoin/master 12c93cb Sjors Provoost: depends: use MacOS friendly sed syntax in qt.mk
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cf7f9ae34e66...c8836532024f
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13617: release: require macOS 10.10+ (master...macos-10-10) https://github.com/bitcoin/bitcoin/pull/13617
< bitcoin-git> bitcoin/master 6c6dbd8 fanquake: doc: mention that macOS 10.10 is now required
< bitcoin-git> bitcoin/master 84b0cfa fanquake: release: bump minimum required macOS to 10.10
< bitcoin-git> bitcoin/master 26b15df fanquake: depends: set OSX_MIN_VERSION to 10.10
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/1211b15bf6c0...cf7f9ae34e66
< bitcoin-git> [bitcoin] kallewoof opened pull request #13756: wallet: -avoidreuse feature for improved privacy (master...feature-avoidreuse) https://github.com/bitcoin/bitcoin/pull/13756
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13755: [WIP] Full unicode support on Windows (master...bdb-unicode) https://github.com/bitcoin/bitcoin/pull/13755
< bitcoin-git> [bitcoin] kallewoof closed pull request #10386: [WIP] [wallet] Optional '-avoidreuse' flag which defaults to not reusing addresses in sends (master...feature-white-black-address) https://github.com/bitcoin/bitcoin/pull/10386
< bitbee> is roger ver still stealing bitcoin core code?

2018-07-24

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13656: Remove the boost/algorithm/string/predicate.hpp dependency (master...patch/remove_boost_predicate_from_netbase) https://github.com/bitcoin/bitcoin/pull/13656
< bitcoin-git> bitcoin/master 1211b15 MarcoFalke: Merge #13656: Remove the boost/algorithm/string/predicate.hpp dependency...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7a9bca61fa55...1211b15bf6c0
< bitcoin-git> bitcoin/master e3245f2 251: Removes Boost predicate.hpp dependency...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13650: [travis] Don't store debug info if --enable-debug is set (master...travis-debug-fix) https://github.com/bitcoin/bitcoin/pull/13650
< bitcoin-git> bitcoin/master 7a9bca6 MarcoFalke: Merge #13650: [travis] Don't store debug info if --enable-debug is set...
< bitcoin-git> bitcoin/master 14788fb Chun Kuan Lee: [travis] Don't store debug info if --enable-debug is set
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5f7575e26364...7a9bca61fa55
< bitcoin-git> [bitcoin] kallewoof reopened pull request #10386: [WIP] [wallet] Optional '-avoidreuse' flag which defaults to not reusing addresses in sends (master...feature-white-black-address) https://github.com/bitcoin/bitcoin/pull/10386
< bitcoin-git> [bitcoin] promag opened pull request #13753: scripted-diff: Remove trailing whitespaces (master...remove-trailing-whitespaces) https://github.com/bitcoin/bitcoin/pull/13753
< bitcoin-git> [bitcoin] laanwj closed pull request #12257: [wallet] Use destination groups instead of coins in coin select (master...feature-addrgrouped-coinselect) https://github.com/bitcoin/bitcoin/pull/12257
< bitcoin-git> bitcoin/master 65b3eda Karl-Johan Alm: wallet: Add input bytes to CInputCoin...
< bitcoin-git> [bitcoin] laanwj pushed 11 new commits to master: https://github.com/bitcoin/bitcoin/compare/7ebd8c638525...5f7575e26364
< bitcoin-git> bitcoin/master 173e18a Karl-Johan Alm: utils: Add insert() convenience templates
< bitcoin-git> bitcoin/master a443d7a Karl-Johan Alm: moveonly: CoinElegibilityFilter into coinselection.h
< gribble> https://github.com/bitcoin/bitcoin/issues/11881 | Remove Python2 support by jnewbery · Pull Request #11881 · bitcoin/bitcoin · GitHubAsset 1Asset 1
< bitcoin-git> [bitcoin] 251Labs opened pull request #13751: Utils and libraries: Drops the boost/algorithm/string/split.hpp dependency (master...patch/remove_boost_split) https://github.com/bitcoin/bitcoin/pull/13751
< bitcoin-git> [bitcoin] Sjors opened pull request #13750: depends: use MacOS friendly sed syntax in qt.mk (master...2018/07/depends-qt-macos) https://github.com/bitcoin/bitcoin/pull/13750
< gribble> https://github.com/bitcoin/bitcoin/issues/13732 | Depends: Fix Qts rcc determinism by Fuzzbawls · Pull Request #13732 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hmel closed pull request #13739: refactor: remove superfluous boost::thread_interrupted catch (master...dead-code-elimination) https://github.com/bitcoin/bitcoin/pull/13739
< bitcoin-git> [bitcoin] kallewoof closed pull request #13716: bitcoin-cli: -stdinwalletpassphrase and non-echo stdin passwords (master...stdinwalletpassphrase) https://github.com/bitcoin/bitcoin/pull/13716
< gribble> https://github.com/bitcoin/bitcoin/issues/13742 | doc: Adjust bitcoincore.org links by MarcoFalke · Pull Request #13742 · bitcoin/bitcoin · GitHub

2018-07-23

< gribble> https://github.com/bitcoin/bitcoin/issues/9502 | [Qt] Add option to pause/resume block downloads by jonasschnelli · Pull Request #9502 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9502 | [Qt] Add option to pause/resume block downloads by jonasschnelli · Pull Request #9502 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery closed pull request #10160: Add updatepeer RPC (master...updatepeer) https://github.com/bitcoin/bitcoin/pull/10160
< gribble> https://github.com/bitcoin/bitcoin/issues/11637 | p2p: Remove dead service bits code by MarcoFalke · Pull Request #11637 · bitcoin/bitcoin · GitHubAsset 1Asset 1
< ossifrage> harding, in my case I think it is just that my node has been up for a while and the connection count is wandering up and with it the non-bitcoin nodes (recently lost my old ip address thanks to verizon-quality)
< gribble> https://github.com/bitcoin/bitcoin/issues/9502 | [Qt] Add option to pause/resume block downloads by jonasschnelli · Pull Request #9502 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master 7ebd8c6 Wladimir J. van der Laan: qt: Update translation source messages...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/7ebd8c6385253bfa30175169a22f93474d8ddfaf
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13747: tests: Skip P2PConnection's is_closing() check when not available (master...skip-isclosing) https://github.com/bitcoin/bitcoin/pull/13747
< bitcoin-git> bitcoin/master ab28b5b MarcoFalke: Merge #13747: tests: Skip P2PConnection's is_closing() check when not available...
< bitcoin-git> bitcoin/master 64b9f27 Daniel Kraft: Skip is_closing() check when not available....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c0a47da72505...ab28b5b52702
< gribble> https://github.com/bitcoin/bitcoin/issues/12257 | [wallet] Use destination groups instead of coins in coin select by kallewoof · Pull Request #12257 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] domob1812 opened pull request #13747: tests: Skip P2PConnection's is_closing() check when not available (master...skip-isclosing) https://github.com/bitcoin/bitcoin/pull/13747
< gribble> https://github.com/bitcoin/bitcoin/issues/13478 | [RFC] gui: Minimum required Qt5 · Issue #13478 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13529 | Use new Qt5 connect syntax by promag · Pull Request #13529 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13719: Avoid creating a temporary vector for size-prefixed elements (master...201807_psbt_no_vec_serialize) https://github.com/bitcoin/bitcoin/pull/13719
< bitcoin-git> bitcoin/master c0a47da Wladimir J. van der Laan: Merge #13719: Avoid creating a temporary vector for size-prefixed elements...
< bitcoin-git> bitcoin/master 84547fa Pieter Wuille: Avoid creating a temporary vector for size-prefixed elements
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d2186b3db61a...c0a47da72505
< bitcoin-git> [bitcoin] laanwj closed pull request #13742: doc: Adjust bitcoincore.org links (master...Mf1807-docBitcoinCore) https://github.com/bitcoin/bitcoin/pull/13742
< bitcoin-git> bitcoin/master d2186b3 Wladimir J. van der Laan: Merge #13742: doc: Adjust bitcoincore.org links...
< bitcoin-git> bitcoin/master fa45151 MarcoFalke: doc: Adjust bitcoincore.org links
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0a34593ddb7a...d2186b3db61a
< bitcoin-git> [bitcoin] kallewoof opened pull request #13746: -masterdatadir for datadir bootstrapping (master...masterdatadir) https://github.com/bitcoin/bitcoin/pull/13746
< wumpus> no, but in this case, being able to embed comments in JSON wouldn't help, they'd get lost in transit. bitcoin-cli parses and reformats the JSON to add indentation and such to make it more human-readable , which would lose comments
< gmaxwell> (inspired by someone who looked like they nearly pasted the output of dumpprivkey into #bitcoin)
< gribble> https://github.com/bitcoin/bitcoin/issues/12257 | [wallet] Use destination groups instead of coins in coin select by kallewoof · Pull Request #12257 · bitcoin/bitcoin · GitHubAsset 1Asset 1
< MarcoFalke> See for example the dropdown in https://github.com/bitcoin/bitcoin/pull/13449#issuecomment-397424236
< ken2812221> Is there any way to have bitcoin-git ignore DrahtBot?

2018-07-22

< bitcoin-git> [bitcoin] DrahtBot reopened pull request #11599: scripted-diff: Small locking rename (master...pr/locksren) https://github.com/bitcoin/bitcoin/pull/11599
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #11911: Free CDBEnv instances when not in use (master...pr/countenv) https://github.com/bitcoin/bitcoin/pull/11911
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #12096: [rpc] [wallet] Allow specifying the output index when using bumpfee (master...better-bumpfee) https://github.com/bitcoin/bitcoin/pull/12096
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #12676: Show "bip125-replaceable" flag, when retrieving mempool entries (master...rpc-raw-replaceable-flag) https://github.com/bitcoin/bitcoin/pull/12676
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12818: [qt] TransactionView: highlight replacement tx after fee bump (master...2018/03/bump-fee-focus) https://github.com/bitcoin/bitcoin/pull/12818
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12911: wallet: Show fee in results for signrawtransaction* when known (master...sign-show-fees) https://github.com/bitcoin/bitcoin/pull/12911
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13084: Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code (master...201804_keepnegone) https://github.com/bitcoin/bitcoin/pull/13084
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13095: build: update ax_boost_chrono/unit_test_framework (master...sync-boost-ax-chrono-unit-test) https://github.com/bitcoin/bitcoin/pull/13095
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13128: policy: Add Clang thread safety annotations for variables guarded by cs_feeEstimator (master...guarded-by-cs_feeEstimator) https://github.com/bitcoin/bitcoin/pull/13128
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13200: Process logs in a separate thread (master...2018-05-asynclog) https://github.com/bitcoin/bitcoin/pull/13200
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13247: Add tests to SingleThreadedSchedulerClient() and document the memory model (master...scheduler-tests) https://github.com/bitcoin/bitcoin/pull/13247
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13268: Consistently bounds-check vin/vout access (master...vout-bounds-check) https://github.com/bitcoin/bitcoin/pull/13268
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13280: [qt] Removed "Pay only the required fee" checkbox (master...custom-fee) https://github.com/bitcoin/bitcoin/pull/13280
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13310: Report progress in ReplayBlocks while rolling forward (master...2018-05-replayblocks-progress) https://github.com/bitcoin/bitcoin/pull/13310
< MarcoFalke> nah, haven't tried but according to https://github.com/bitcoin/bitcoin/pull/13171#issuecomment-405711147 this is not enough
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13743: [Refactor] Replace some boost::bind to std::bind (master...std-bind) https://github.com/bitcoin/bitcoin/pull/13743
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13740: trivial: remove unneeded include (master...include-cleanup) https://github.com/bitcoin/bitcoin/pull/13740
< bitcoin-git> bitcoin/master 0a34593 MarcoFalke: Merge #13740: trivial: remove unneeded include...
< bitcoin-git> bitcoin/master 0454b56 Nikolay Mitev: trivial: remove unneeded include
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a6f00ce66fe4...0a34593ddb7a
< MarcoFalke> jonasschnelli: Looks like your nightly builds are queued, but never completed: https://bitcoin.jonasschnelli.ch/#nighly
< bitcoin-git> [bitcoin] laanwj closed pull request #13212: Net: Fixed a race condition when disabling the network. (master...setnetworkactive) https://github.com/bitcoin/bitcoin/pull/13212
< bitcoin-git> bitcoin/master a6f00ce Wladimir J. van der Laan: Merge #13212: Net: Fixed a race condition when disabling the network....
< bitcoin-git> bitcoin/master 793290f lmanners: Net: Fixed a race condition when disabling the network....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6deac922e34d...a6f00ce66fe4
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13742: doc: Adjust bitcoincore.org links (master...Mf1807-docBitcoinCore) https://github.com/bitcoin/bitcoin/pull/13742
< bitcoin-git> [bitcoin] fanquake closed pull request #12825: Only allocate a LevelDB block cache if LevelDB will actually use it (master...buffer-cache) https://github.com/bitcoin/bitcoin/pull/12825
< bitcoin-git> [bitcoin] fanquake opened pull request #13741: Only allocate a LevelDB block cache if LevelDB will actually use it (master...eklitzke-buffer-cache-rebased) https://github.com/bitcoin/bitcoin/pull/13741
< bitcoin-git> [bitcoin] laanwj closed pull request #13633: Drop dead code from Stacks (master...stacks) https://github.com/bitcoin/bitcoin/pull/13633
< bitcoin-git> bitcoin/master 6deac92 Wladimir J. van der Laan: Merge #13633: Drop dead code from Stacks...
< bitcoin-git> bitcoin/master 5617840 Ben Woosley: Drop dead code from Stacks...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0d1ebf4d3f39...6deac922e34d
< bitcoin-git> [bitcoin] laanwj closed pull request #13733: Utils: Refactor ArgsManager a little (master...tiny-refactor-args-manager) https://github.com/bitcoin/bitcoin/pull/13733
< bitcoin-git> bitcoin/master 0d1ebf4 Wladimir J. van der Laan: Merge #13733: Utils: Refactor ArgsManager a little...
< bitcoin-git> bitcoin/master 9544a3f AtsukiTak: tiny refactor for ArgsManager...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/05714f96e4a6...0d1ebf4d3f39
< bitcoin-git> [bitcoin] hmel opened pull request #13740: trivial: remove unneeded include (master...include-cleanup) https://github.com/bitcoin/bitcoin/pull/13740
< bitcoin-git> [bitcoin] hmel opened pull request #13739: trivial: remove superfluous catch (master...dead-code-elimination) https://github.com/bitcoin/bitcoin/pull/13739
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11762: Avoid locking mutexes that are already held by the same thread (master...remove-double-locks) https://github.com/bitcoin/bitcoin/pull/11762
< bitcoin-git> bitcoin/master 05714f9 MarcoFalke: Merge #11762: Avoid locking mutexes that are already held by the same thread...
< bitcoin-git> bitcoin/master 01a06d6 practicalswift: Avoid locking mutexes that are already held by the same thread
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/10b9a811b643...05714f96e4a6
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12764: doc: Remove field in getblocktemplate help that has never been used. (master...remove_unused_gbt_field) https://github.com/bitcoin/bitcoin/pull/12764
< bitcoin-git> bitcoin/master ac8a1d0 Conor Scott: [RPC] Remove field in getblocktemplate help that has never been used
< bitcoin-git> bitcoin/master 10b9a81 MarcoFalke: Merge #12764: doc: Remove field in getblocktemplate help that has never been used....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/62baa28787a0...10b9a811b643
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13691: Remove redundant variables, statements and forward declarations (master...redundancy-cleanups) https://github.com/bitcoin/bitcoin/pull/13691
< bitcoin-git> bitcoin/master 3dee4cc practicalswift: Remove redundant statement
< bitcoin-git> bitcoin/master 99be644 practicalswift: Remove redundant unused variables
< bitcoin-git> bitcoin/master 66ed242 practicalswift: Remove redundant forward declaration
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/59407fce54fa...62baa28787a0
< fanquake> It also means the GH UI (if you use it) becomes fairly useless as any sort of gauge to what's recently happened in bitcoin/bitcoin.
< fanquake> wumpus I've added a column to https://github.com/bitcoin/bitcoin/projects/8 with some "mergeable" PRs
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13722: trivial: Replace CPubKey::operator[] with CPubKey::vch where possible (master...use_varname_not_this) https://github.com/bitcoin/bitcoin/pull/13722
< bitcoin-git> bitcoin/master 59407fc MarcoFalke: Merge #13722: trivial: Replace CPubKey::operator[] with CPubKey::vch where possible...
< bitcoin-git> bitcoin/master 6755569 Nikolay Mitev: trivial: Replace CPubKey::operator[] with CPubKey::vch where possible
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/aa9429a19732...59407fce54fa
< bitcoin-git> [bitcoin] DrahtBot closed pull request #9502: [Qt] Add option to pause/resume block downloads (master...2017/01/autodownload) https://github.com/bitcoin/bitcoin/pull/9502
< bitcoin-git> [bitcoin] DrahtBot closed pull request #11535: Avoid unintentional unsigned integer wraparounds (master...unsigned-integer-wraparounds) https://github.com/bitcoin/bitcoin/pull/11535
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12825: Only allocate a LevelDB block cache if LevelDB will actually use it (master...buffer-cache) https://github.com/bitcoin/bitcoin/pull/12825
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #12984: logs: Make the columns in subsequent UpdateTip log entries horizontally aligned (master...attention-to-detail) https://github.com/bitcoin/bitcoin/pull/12984
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13729: travis: Avoid unnecessarily setting env variables on the lint build (master...ci-lint-env) https://github.com/bitcoin/bitcoin/pull/13729
< bitcoin-git> bitcoin/master 515348f Ben Woosley: Don't unnecessarily install shellcheck on the lint build...
< bitcoin-git> bitcoin/master 751c958 Ben Woosley: Use the Travis python language feature on the lint build...
< bitcoin-git> bitcoin/master 1be5c33 Ben Woosley: Avoid unnecessarily setting env variables on the lint build...
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/e8c74348d397...aa9429a19732
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13683: wallet: Introduce assertion to document the assumption that cache and cache_used are always set in tandem (master...null-pointer-dereference) https://github.com/bitcoin/bitcoin/pull/13683
< bitcoin-git> bitcoin/master e8c7434 MarcoFalke: Merge #13683: wallet: Introduce assertion to document the assumption that cache and cache_used are always set in tandem...
< bitcoin-git> bitcoin/master d063303 practicalswift: wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCredit(...)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/eeae4711f338...e8c74348d397
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13726: Utils and libraries: Removes the boost/algorithm/string/join dependency (master...patch/remove_boost_join_dependency) https://github.com/bitcoin/bitcoin/pull/13726
< bitcoin-git> bitcoin/master eeae471 MarcoFalke: Merge #13726: Utils and libraries: Removes the boost/algorithm/string/join dependency...
< bitcoin-git> bitcoin/master 5f019d5 251: Removes the boost/algorithm/string/join dependency...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/07ce27845575...eeae4711f338

2018-07-21

< bitcoin-git> [bitcoin] ken2812221 opened pull request #13734: Drop boost::scoped_array (master...drop-boost-scoped-array) https://github.com/bitcoin/bitcoin/pull/13734
< gribble> https://github.com/bitcoin/bitcoin/issues/9332 | Let wallet importmulti RPC accept labels for standard scriptPubKeys by ryanofsky · Pull Request #9332 · bitcoin/bitcoin · GitHubAsset 1Asset 1
< gribble> https://github.com/bitcoin/bitcoin/issues/8469 | [POC] Introducing property based testing to Core by Christewart · Pull Request #8469 · bitcoin/bitcoin · GitHubAsset 1Asset 1
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #8469: [POC] Introducing property based testing to Core (master...rapidcheck) https://github.com/bitcoin/bitcoin/pull/8469
< 7GHABEQTM> [bitcoin] DrahtBot reopened pull request #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys (master...pr/script-label) https://github.com/bitcoin/bitcoin/pull/9332
< 07IADEZV6> [bitcoin] DrahtBot closed pull request #8469: [POC] Introducing property based testing to Core (master...rapidcheck) https://github.com/bitcoin/bitcoin/pull/8469
< bitcoin-git> [bitcoin] DrahtBot closed pull request #10605: Add AssertLockHeld assertions in CWallet::ListCoins (master...pr/listlock) https://github.com/bitcoin/bitcoin/pull/10605
< bitcoin-git> [bitcoin] DrahtBot closed pull request #11484: Optional update rescan option in importmulti RPC (master...enhancement/optional-update-rescan-on-importmulti) https://github.com/bitcoin/bitcoin/pull/11484
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #11795: net: Avoid locking cs_vNodes twice when calling FindNode(...). Add NodeExists(...). (master...NodeExists) https://github.com/bitcoin/bitcoin/pull/11795
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12288: [WIP][NET] Add NATPMP support. (master...natpmp-support) https://github.com/bitcoin/bitcoin/pull/12288
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12557: [WIP] [depends] openssl: add aarch64_darwin (master...2018/02/depends-openssl-aarch64-apple-darwin1) https://github.com/bitcoin/bitcoin/pull/12557
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12677: RPC: Add ancestor{count,size,fees} to listunspent output (master...listunspent_ancestorinfo) https://github.com/bitcoin/bitcoin/pull/12677
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12764: Remove field in getblocktemplate help that has never been used. (master...remove_unused_gbt_field) https://github.com/bitcoin/bitcoin/pull/12764
< bitcoin-git> [bitcoin] AtsukiTak opened pull request #13733: Utils: Refactor ArgsManager a little (master...tiny-refactor-args-manager) https://github.com/bitcoin/bitcoin/pull/13733
< bitcoin-git> [bitcoin] Fuzzbawls opened pull request #13732: Depends: Fix Qt's rcc determinism (master...btc_fix-rcc-determinism) https://github.com/bitcoin/bitcoin/pull/13732
< newbie--> walletissue: /join #bitcoin
< walletissue> I have big problem with my wallet , I have synced the bitcoin core wallet with blockchain network recently and now I can see transactions in my wallet and I have positive receive transactions but I cant see my btc in my balance or transfer it to other addresses I need urgent help to fic problem.
< fanquake> I've added a "Mergeable" list to https://github.com/bitcoin/bitcoin/projects/8. It'll be easy to add very close to/mergeable PRs to that, rather than always calling them out here.
< gribble> https://github.com/bitcoin/bitcoin/issues/13339 | wallet: Replace %w by wallet name in -walletnotify script by promag · Pull Request #13339 · bitcoin/bitcoin · GitHub

2018-07-20

< bitcoin-git> [bitcoin] Empact opened pull request #13729: Scripts and tools: Avoid unnecessarily setting env variables on the lint build (master...ci-lint-env) https://github.com/bitcoin/bitcoin/pull/13729
< bitcoin-git> [bitcoin] Empact opened pull request #13728: Run the CI lint stage on mac and linux both (master...bsd-bash-compatibility) https://github.com/bitcoin/bitcoin/pull/13728
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13725: Fix bitcoin-cli --version (master...fix-bitcoin-cli-version) https://github.com/bitcoin/bitcoin/pull/13725
< bitcoin-git> bitcoin/master 07ce278 MarcoFalke: Merge #13725: Fix bitcoin-cli --version...
< bitcoin-git> bitcoin/master 5b82aa7 Ben Woosley: Fix bitcoin-cli --version...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2dc5ab637803...07ce27845575
< gribble> https://github.com/bitcoin/bitcoin/issues/13212 | Net: Fixed a race condition when disabling the network. by lmanners · Pull Request #13212 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] DrahtBot closed pull request #9384: CCoinsViewCache code cleanup & deduplication (master...pr/ccoins-cleanup) https://github.com/bitcoin/bitcoin/pull/9384
< bitcoin-git> [bitcoin] DrahtBot closed pull request #11494: Clarify BIP9 behaviour when nTimeout <= 0 (master...vb_0_timeout) https://github.com/bitcoin/bitcoin/pull/11494
< bitcoin-git> [bitcoin] DrahtBot closed pull request #11551: Fix unsigned integer wrap-around in GetBlockProofEquivalentTime (master...proof-equivalent-time) https://github.com/bitcoin/bitcoin/pull/11551
< bitcoin-git> [bitcoin] DrahtBot closed pull request #11785: Raise the open fd limit to the maximum allowed (master...master) https://github.com/bitcoin/bitcoin/pull/11785
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12051: add missing debian contrib files to tarball (master...master) https://github.com/bitcoin/bitcoin/pull/12051
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12274: http: avoid fd exhaustion (master...http-fd-limit) https://github.com/bitcoin/bitcoin/pull/12274
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12297: Improve CWallet::IsAllFromMe for false results (master...2018-01-isallfromme) https://github.com/bitcoin/bitcoin/pull/12297
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12419: Force distinct destinations in CWallet::CreateTransaction (master...2018-02-distinct-destinations) https://github.com/bitcoin/bitcoin/pull/12419
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12435: RPC: Strict JSON-RPC 2.0 compliance (gated behind flag) (master...2018-02-jsonrpc-2.0) https://github.com/bitcoin/bitcoin/pull/12435
< gribble> https://github.com/bitcoin/bitcoin/issues/9959 | Mining: Prevent slowdown in CreateNewBlock on large mempools by sdaftuar · Pull Request #9959 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] spyder46n2 closed pull request #13727: MENY - Fix OS-X debug build (master...mney-fix-OSX-debug-build) https://github.com/bitcoin/bitcoin/pull/13727
< bitcoin-git> [bitcoin] spyder46n2 opened pull request #13727: MENY - Fix OS-X debug build (master...mney-fix-OSX-debug-build) https://github.com/bitcoin/bitcoin/pull/13727
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #11194: fees: optimize decay (master...speedup-movingaverage) https://github.com/bitcoin/bitcoin/pull/11194
< bitcoin-git> [bitcoin] 251Labs opened pull request #13726: Utils and libraries: Removes the boost/algorithm/string/join dependency (master...patch/remove_boost_join_dependency) https://github.com/bitcoin/bitcoin/pull/13726
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #9719: Allow abort of ConnectBlock() when shutdown requested. (master...AbortConnectBlockAtShutdown) https://github.com/bitcoin/bitcoin/pull/9719
< bitcoin-git> [bitcoin] DrahtBot closed pull request #9719: Allow abort of ConnectBlock() when shutdown requested. (master...AbortConnectBlockAtShutdown) https://github.com/bitcoin/bitcoin/pull/9719
< bitcoin-git> [bitcoin] Empact opened pull request #13725: Fix bitcoin-cli --version (master...fix-bitcoin-cli-version) https://github.com/bitcoin/bitcoin/pull/13725
< bitcoin-git> [bitcoin] laanwj closed pull request #13482: Remove boost::program_options dependency (master...program_options) https://github.com/bitcoin/bitcoin/pull/13482
< bitcoin-git> bitcoin/master 2dc5ab6 Wladimir J. van der Laan: Merge #13482: Remove boost::program_options dependency...
< bitcoin-git> bitcoin/master 11588c6 Chun Kuan Lee: Replace boost program_options
< bitcoin-git> bitcoin/master f447a0a Chun Kuan Lee: Remove program options from build system
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/dcc0cffbcf51...2dc5ab637803
< bitcoin-git> [bitcoin] laanwj closed pull request #13695: lint: Add linter for circular dependencies (master...circ-lint) https://github.com/bitcoin/bitcoin/pull/13695
< bitcoin-git> bitcoin/master dcc0cff Wladimir J. van der Laan: Merge #13695: lint: Add linter for circular dependencies...
< bitcoin-git> bitcoin/master 5c613aa Ben Woosley: lint: Add linter for circular dependencies...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c575260f80e9...dcc0cffbcf51
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13724: [contrib] Support ARM and RISC-V symbol check (master...symbol-check-all) https://github.com/bitcoin/bitcoin/pull/13724
< bitcoin-git> [bitcoin] laanwj closed pull request #11637: p2p: Remove dead service bits code (master...Mf1711-p2pDead) https://github.com/bitcoin/bitcoin/pull/11637
< bitcoin-git> bitcoin/master c575260 Wladimir J. van der Laan: Merge #11637: p2p: Remove dead service bits code...
< bitcoin-git> bitcoin/master fa4bf92 MarcoFalke: Remove dead service bits code
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f7f574d453bf...c575260f80e9
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13718: docs: Specify preferred Python string formatting technique (master...python-string-format-guideline) https://github.com/bitcoin/bitcoin/pull/13718
< bitcoin-git> bitcoin/master f7f574d MarcoFalke: Merge #13718: docs: Specify preferred Python string formatting technique...
< bitcoin-git> bitcoin/master b1b8863 Mason Simon: docs: Specify preferred Python string formatting technique
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6b6e854362bc...f7f574d453bf
< bitcoin-git> bitcoin/0.16 2848aa8 Wladimir J. van der Laan: Merge #13703: 0.16.2: [doc] Bump manpages...
< bitcoin-git> bitcoin/0.16 0296b9c MarcoFalke: 0.16.2: Bump manpages
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.16: https://github.com/bitcoin/bitcoin/compare/08ca3144104a...2848aa808fde
< bitcoin-git> bitcoin/master cebefba Jonas Schnelli: Add option to disable private keys during internal wallet creation
< bitcoin-git> bitcoin/master 2f15c2b Jonas Schnelli: Add disable privatekeys option to createwallet
< bitcoin-git> bitcoin/master 9995a60 Jonas Schnelli: Add facility to store wallet flags (64 bits)
< bitcoin-git> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/aba2e666d7fd...6b6e854362bc
< bitcoin-git> [bitcoin] sipa opened pull request #13723: PSBT key path cleanups (master...201807_key_origin_provider) https://github.com/bitcoin/bitcoin/pull/13723
< bitcoin-git> [bitcoin] hmel opened pull request #13722: [Trivial] Use variable name instead of relying on class layout (master...use_varname_not_this) https://github.com/bitcoin/bitcoin/pull/13722
< kallewoof> I'm torn on https://github.com/bitcoin/bitcoin/pull/12257#discussion_r203741762 -- on the one hand, we want to give correct values for ancestor count; on the other hand, the reason ancestor count is taken into account is because we want to avoid too-long chains of unconfirmed transactions, which is separate. on the third (?) hand, the accurate ancestor count will give a hint at the number of ancestors the resulting transaction
< bitcoin-git> [bitcoin] achow101 opened pull request #13721: Bugfixes for BIP 174 combining and deserialization (master...psbt-fixes) https://github.com/bitcoin/bitcoin/pull/13721

2018-07-19

< gribble> https://github.com/bitcoin/bitcoin/issues/13311 | Dont edit Chainparams after initialization by jtimon · Pull Request #13311 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/8994 | Testchains: Introduce custom chain whose constructor... by jtimon · Pull Request #8994 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12493 | [wallet] Reopen CDBEnv after encryption instead of shutting down by achow101 · Pull Request #12493 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using an uninitialized variable in path calculation. (master...check-ParseUInt32-return-value) https://github.com/bitcoin/bitcoin/pull/13712
< bitcoin-git> bitcoin/master 27ee53c practicalswift: wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHDKeypath(...).
< bitcoin-git> bitcoin/master aba2e66 MarcoFalke: Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using an uninitialized variable in path calculation....
< bitcoin-git> bitcoin/master 7223263 practicalswift: wallet: Add tests for ParseHDKeypath(...)
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/f281f8f75522...aba2e666d7fd
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13074: [trivial] Correct help text for `importaddress` RPC (master...importaddress_help_text) https://github.com/bitcoin/bitcoin/pull/13074
< bitcoin-git> bitcoin/master f281f8f MarcoFalke: Merge #13074: [trivial] Correct help text for `importaddress` RPC...
< bitcoin-git> bitcoin/master 2c71edc John Newbery: [wallet] [rpc] Fix importaddress help text
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8c3643279165...f281f8f75522
< bitcoin-git> [bitcoin] practicalswift opened pull request #13720: build: Make lint-locale-dependence.sh work with BSD grep (avoid empty subexpressions) (master...bsd-grep-compatibility) https://github.com/bitcoin/bitcoin/pull/13720
< bitcoin-git> [bitcoin] sipa opened pull request #13719: Avoid creating a temporary vector for size-prefixed elements (master...201807_psbt_no_vec_serialize) https://github.com/bitcoin/bitcoin/pull/13719
< gmaxwell> wumpus: right, I think the reason I found the socket most interesting was better security, e.g. making it easy to give a group access to the bitcoin daemon rather than all of localhost.
< gmaxwell> wumpus: Do we have a way to test it without bitcoin-cli support?
< wumpus> otherwise I'm not sure this is ever going to happen, though I still think it's useful even without bitcoin-cli support
< wumpus> yadev: see https://bitcoin.org/en/full-node (but yes, discussion of user issues belongs in #bitcoin)
< jonasschnelli> yadev: #bitcoin
< gribble> https://github.com/bitcoin/bitcoin/issues/8973 | Incoming tor connections should use alternative port · Issue #8973 · bitcoin/bitcoin · GitHub
< cfields> wumpus: I think that makes sense. They're Bitcoin Core downloads, not Bitcoin downloads. If bitcoin.org wants to mirror them, that's their prerogative.
< luke-jr> wumpus: I think we should leave that up to bitcoin.org, and encourage them to be multi-fullnode
< wumpus> provoostenator: so can you connect locally to the 127.0.0.1:port that tor connects on to reach bitcoin?
< wumpus> so in any case: does everyone think I should stop uploading bitcoin core to bitcoin.org? this would be a complete break with them, maybe that's better than waiting for cobra to decide to no longer support core as he's already threatened at least once, but I'm ambivalent abouti t
< moneyball> The current thinking is to have it in Tokyo in October after Scaling Bitcoin
< luke-jr> (and making it harder to "just run bitcoin.org" seems a step in that direction)
< luke-jr> if people are running/updating Core simply because it's on bitcoin.org, that is kind of a systemic risk we should address if possible
< achow101> there's ongoing work to move all of the bitcoin core stuff from bitcoin.org to bitcoincore.org
< luke-jr> Cobra wanted to make Knots the "default" on bitcoin.org a while back; we could encourage that, or (probably better) encourage not having a "default"
< achow101> wumpus: are you aware of the recent events on bitcoin.org?
< wumpus> achow101: are you seriously suggesting I should no longer update bitcoin.org and upload binaries there?
< wumpus> luke-jr: possibly, but at the least it loses the qsettings, that's also why it's not "Bitcoin core" named there yet
< achow101> as in we should simply take the bitcoin.org steps out of our release process and if someone wants to do them later, then that's fine
< achow101> I was thinking that it may not be appropriate to make release posts on bitcoin.org, at least not before they go up on bitcoincore.or
< wumpus> I think the link to bitcoin.org is only for the *general* descriptoin of bitcoin
< luke-jr> bitcoin.org could increase distance further, but someone needs to do that work, and people whined when they tried, so I think it's stuck
< sipa> the Bitcoin Core software, see https://bitcoin.org/en/download
< provoostenator> And there's guiconstants.h: QAPP_ORG_DOMAIN "bitcoin.org"
< jnewbery> I don't think we link to bitcoin.org for downloads any more
< achow101> we still link to bitcoin.org for things like downloads
< wumpus> #topic moving away from bitcoin.org more (achow101)
< achow101> topic suggestion: moving away from bitcoin.org more
< jonasschnelli> No strong opinion... but slighly prefere to have it under the bitcoin-core repository
< lclc> I know there are several seeder implementations but it appears to be the most used one. And since getting new node IPs by DNS is the default way to bootstrap a node in Core I think it makes sense to have one implementation in the bitcoin-core org.
< luke-jr> should we put bfgminer, knots, kallewoof's script debugger stuff, etc under bitcoin-core too? :p
< lclc> I though because there are a few open issues and simple PRs for bitcoin-seeder and it might would make sense that several Bitcoin maintainers have merge rights.
< wumpus> #topic bitcoin-seeder under bitcoin-core GitHub organisation (lclc)
< gribble> https://github.com/bitcoin/bitcoin/issues/13697 | Support output descriptors in scantxoutset by sipa · Pull Request #13697 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] masonicboom opened pull request #13718: docs: Specify preferred Python string formatting technique (master...python-string-format-guideline) https://github.com/bitcoin/bitcoin/pull/13718
< bitcoin-git> [bitcoin] masonicboom opened pull request #13717: docs: Link to python style guidelines from developer notes (master...link-to-python-style-guidelines-from-dev-notes) https://github.com/bitcoin/bitcoin/pull/13717
< gribble> https://github.com/bitcoin/bitcoin/issues/13617 | [WIP] release: require macOS 10.10+ by fanquake · Pull Request #13617 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13617 | [WIP] release: require macOS 10.10+ by fanquake · Pull Request #13617 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/8469 | [POC] Introducing property based testing to Core by Christewart · Pull Request #8469 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13712 | wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using an uninitialized variable in path calculation. by practicalswift · Pull Request #13712 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13426 | [bugfix] Add u8path and u8string to fix encoding issue for Windows by ken2812221 · Pull Request #13426 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13666 | Always create signatures with Low R values by achow101 · Pull Request #13666 · bitcoin/bitcoin · GitHub
< lclc> Topic Suggestion: Hi everyone, I propose moving the bitcoin-seeder from sipa's private GitHub (https://github.com/sipa/bitcoin-seeder) to the bitcoin-core GitHub organisation (https://github.com/bitcoin-core). (if this is on-topic)
< gribble> https://github.com/bitcoin/bitcoin/issues/13697 | Support output descriptors in scantxoutset by sipa · Pull Request #13697 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9502 | [Qt] Add option to pause/resume block downloads by jonasschnelli · Pull Request #9502 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9662 | Add createwallet "disableprivatekeys" option: a sane mode for watchonly-wallets by jonasschnelli · Pull Request #9662 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13689: depends: disable Werror when building zmq (master...zmq_clang_depends) https://github.com/bitcoin/bitcoin/pull/13689
< bitcoin-git> bitcoin/master 8c36432 MarcoFalke: Merge #13689: depends: disable Werror when building zmq...
< bitcoin-git> bitcoin/master a4ba238 Lawrence Nahum: depends: disable Werror for zmqlib release, causes ndk build to break
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e1260a798d10...8c3643279165
< gribble> https://github.com/bitcoin/bitcoin/issues/13697 | Support output descriptors in scantxoutset by sipa · Pull Request #13697 · bitcoin/bitcoin · GitHubAsset 1Asset 1