2018-07-30

< gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: -avoidreuse feature for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10065 | Support not reusing addresses · Issue #10065 · bitcoin/bitcoin · GitHub
< fanquake> Also locked the conversation on https://github.com/bitcoin/bitcoin/commit/d2186b3db61a9d4dc2d4a6211573790d9e34bf58#comments, as that's probably carried on long enough.

2018-07-29

< gmaxwell> I saw it, and so did some ordinary user in #bitcoin, and I'm pretty sure I didn't have anything cached.
< wumpus> they both show 0.16.2 don't they? https://bitcoin.org/en/download https://bitcoincore.org/en/download/

2018-07-28

< jonasschnelli> cfields: sigs ---> https://github.com/bitcoin-core/bitcoin-detached-sigs/pull/10 (thanks ken2812221)
< jonasschnelli> ken2812221: sry. :) now my fault. I need: e56b7d20bc7bfb8203f1651ddcf4fc18d8685acf942a8c7b90919f29e24db3a1 bitcoin-0.16.2-osx-unsigned.tar.gz
< jonasschnelli> You file: e56b7d20bc7bfb8203f1651ddcf4fc18d8685acf942a8c7b90919f29e24db3a1 bitcoin-osx-unsigned.tar.gz
< jonasschnelli> ken2812221: the file sha256sum doesn't match the available signatures: https://github.com/bitcoin-core/gitian.sigs/blob/master/0.16.2-osx-unsigned/laanwj/bitcoin-osx-0.16-build.assert
< gribble> https://github.com/bitcoin/bitcoin/issues/13782 | Fix osslsigncode compile issue in gitian-build by ken2812221 · Pull Request #13782 · bitcoin/bitcoin · GitHub
< windsok> +1 to making invalid options in bitcoin.conf a warning. I'm having trouble figuring out which option is causing the error

2018-07-27

< jhfrontz> I'm getting errors about missing symbols (like described here: https://github.com/bitcoin/bitcoin/issues/12511#issuecomment-386740137 ).
< wumpus> but a warning if in bitcoin.conf
< luke-jr> wumpus: actually, it might be annoying if users get errors for Knots configs in bitcoin.conf
< sipa> (by default it's enforced, unless you pass -ignoreunknownconfigoptions or so; and then it still only applies to bitcoin.conf and not to command line options)
< sipa> wumpus: or we need a way to specify bitcoin.conf options that only apply to a particular binary
< sipa> but we should probably make it ignore bitcoin-cli only options like this one, when present in bitcoin.conf
< sipa> right; you can't put it in bitcoin.conf anymore, because it's not a bitcoind option
< sipa> in bitcoin.conf it should work fine; that file should be read by both bitcoind and bitcoin-cli
< sipa> satwo: no, but it's a bitcoin-cli command line option; not a bitcoind one
< satwo> Has the bitcoind config param -rpcclienttimeout been removed? I'm getting errors trying to set it in both the command line and in bitcoin.conf.
< harding> brighton36: I'm not sure what you're talking about, but it feels a bit off topic for this channel. Would you mind joining #bitcoin-core-website to discuss further? (Or you can PM me if you're a registered user.)
< harding> brighton36: I help maintain the site. I don't relaly understand your question. There's a basic contributing policy at https://github.com/bitcoin-core/bitcoincore.org/blob/master/CONTRIBUTING.md but the basic process is the same for any open source project: people open PRs proposing changes, other people provide feedback, once the feedback is generally positive, the PR is merged. If the PR never gets to that stage, it's
< jonasschnelli> sipa: would adding 'h' as equivalent to ' in the descriptor xpub/xpriv range definition makes sense? >'< in conjunction with JSON and the GUI/bitcoin-cli/shell seems to be a hassle

2018-07-26

< gribble> https://github.com/bitcoin/bitcoin/issues/13311 | Dont edit Chainparams after initialization by jtimon · Pull Request #13311 · bitcoin/bitcoin · GitHubAsset 1Asset 1
< gribble> https://github.com/bitcoin/bitcoin/issues/13426 | [bugfix] Fix encoding issue for Windows by ken2812221 · Pull Request #13426 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13426 | [bugfix] Fix encoding issue for Windows by ken2812221 · Pull Request #13426 · bitcoin/bitcoin · GitHub
< wumpus> jamesob: < wumpus> as for high priority for review, please review everything under the 0.17 milestone: https://github.com/bitcoin/bitcoin/milestone/33
< gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: -avoidreuse feature for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub
< wumpus> as for high priority for review, please review everything under the 0.17 milestone: https://github.com/bitcoin/bitcoin/milestone/33
< gribble> https://github.com/bitcoin/bitcoin/issues/12624 | Release schedule for 0.17.0 · Issue #12624 · bitcoin/bitcoin · GitHub
< BlueMatt> jonasschnelli: well I ask because there is debate about what to write in some docs in rust-bitcoin, and also what to call it on bitcoincore.org docs
< sipa> BlueMatt: scriptWitness is just in bitcoin core's source code though; is it called that way anywhere else?
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark mi
< satwo> Would modifying bitcoin-rpc to say something like "size (total):" or "total size:" be messy overkill? At the very least it would bring RPC and BIP 141 in harmony, potentially reducing some confusion
< satwo> Hi all. BIP-141 defines 4 ways to measure the size of a transaction: weight, virtual size, base size, and total size. Bitcoin-cli decoderawtransaction returns weight, vsize ("virtual size" - obvious), and size (“total size" - not obvious). I must not be the only one to have found it nontrivial to figure out how base size, total size in BIP141 and “size” in RPC are related. Even once one figures out that “BIP 141
< arubi> DDG first result for "scriptWitness" is the transaction.h file in the repo, and for "witnessScript bitcoin" the first result is is the core-dev docs site
< BlueMatt> Ugh, ok, poll time, what are peoples' thoughts on what to call the witness version of the redeemScript? https://github.com/bitcoin-core/bitcoincore.org/issues/581 and https://github.com/rust-bitcoin/rust-bitcoin/pull/109 for debate context
< ken2812221> bitcoin-git is dead?
< jonasschnelli> provoostenator: https://bitcoin.jonasschnelli.ch/build/715
< gribble> https://github.com/bitcoin/bitcoin/issues/13426 | [bugfix] Fix encoding issue for Windows by ken2812221 · Pull Request #13426 · bitcoin/bitcoin · GitHub

2018-07-25

< bitcoin-git> [bitcoin] fanquake closed pull request #12696: Fix possible data race when committing block files (master...fsync) https://github.com/bitcoin/bitcoin/pull/12696
< gribble> https://github.com/bitcoin/bitcoin/issues/13696 | Add aarch64 qt depends support for cross compiling bitcoin-qt by TheCharlatan · Pull Request #13696 · bitcoin/bitcoin · GitHub
< provoostenator> Mirroring everything in #bitcoin-core-dev-read-only is not ideal either I guess
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13714: contrib: Add lxc network setup for Bionic host (master...gitian-build-auto-install) https://github.com/bitcoin/bitcoin/pull/13714
< bitcoin-git> bitcoin/master 29b4ee6 MarcoFalke: Merge #13714: contrib: Add lxc network setup for Bionic host...
< bitcoin-git> bitcoin/master 60c3c23 Chun Kuan Lee: [contrib] Add automatic setup for Ubuntu Bionic
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2d41af17282e...29b4ee64695f
< bitcoin-git> [bitcoin] laanwj closed pull request #13658: [moveonly] Extract RescanWallet to handle a simple rescan (master...rescan-from-time) https://github.com/bitcoin/bitcoin/pull/13658
< bitcoin-git> bitcoin/master 2d41af1 Wladimir J. van der Laan: Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescan...
< bitcoin-git> bitcoin/master 3fe836b Ben Woosley: [moveonly] Extract RescanWallet to handle a simple rescan...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9f23c1659938...2d41af17282e
< 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