2019-01-31

< bitcoin-git> [bitcoin] Empact closed pull request #14998: Run CI against ubuntu 14.04 (master...qt52) https://github.com/bitcoin/bitcoin/pull/14998
< bitcoin-git> [bitcoin] jnewbery opened pull request #15307: [WIP] [tool] Add salvage and zaptxs commands to bitcoin-wallet (master...wallet_tool_zaptxs_salvage) https://github.com/bitcoin/bitcoin/pull/15307
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15301: tests: When testing with --usecli, unify RPC arg to cli arg conversion and handle dicts and lists (master...fix-tests-cli-args) https://github.com/bitcoin/bitcoin/pull/15301
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3b19d8e341a5...cb35f1d305d8
< bitcoin-git> bitcoin/master 2e02341 Andrew Chow: tests: unify RPC argument to cli argument conversion and handle dicts and ...
< bitcoin-git> bitcoin/master cb35f1d MarcoFalke: Merge #15301: tests: When testing with --usecli, unify RPC arg to cli arg ...
< jnewbery> Using the `--usecli` option makes tests run extremely slowly. See the `--usecli` tests here: https://travis-ci.org/bitcoin/bitcoin/jobs/487152891 for example. Reproduces locally for me.
< bitcoin-git> [bitcoin] sdaftuar opened pull request #15305: [validation] Crash if disconnecting a block fails (master...019-01-disconnect-failure-shutdown) https://github.com/bitcoin/bitcoin/pull/15305
< gribble> https://github.com/bitcoin/bitcoin/issues/15091 | GUI: fix model overlay header sync by jonasschnelli · Pull Request #15091 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4b6673d38261...3b19d8e341a5
< bitcoin-git> bitcoin/master 5209106 Chun Kuan Lee: msvc: build secp256k1 locally
< bitcoin-git> bitcoin/master 82dcacb Chun Kuan Lee: msvc: build leveldb locally
< bitcoin-git> bitcoin/master 3b19d8e MarcoFalke: Merge #14372: msvc: build secp256k1 and leveldb locally
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #14372: msvc: build secp256k1 and leveldb locally (master...018-10-02-msvc-code) https://github.com/bitcoin/bitcoin/pull/14372
< jnewbery> 2. we officially announced the residency today. We're still looking for great engineers who want to spend summer working on Bitcoin or Lightning with us. If you know anyone who might be appropriate, please send them our way at https://residency.chaincode.com/#apply
< wumpus> PSA: release schedule for 0.18.0: https://github.com/bitcoin/bitcoin/issues/14438
< gribble> https://github.com/bitcoin/bitcoin/issues/13200 | Process logs in a separate thread by jamesob · Pull Request #13200 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15118 | Refactor block file logic by jimpo · Pull Request #15118 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15280 | gui: Fix shutdown order by promag · Pull Request #15280 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15153 | gui: Add Open Wallet menu by promag · Pull Request #15153 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15141 | Rewrite DoS interface between validation and net_processing by sdaftuar · Pull Request #15141 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/14897 | randomize GETDATA(tx) request order and introduce bias toward outbound by naumenkogs · Pull Request #14897 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15153 | gui: Add Open Wallet menu by promag · Pull Request #15153 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb
< bitcoin-git> [bitcoin] laanwj merged pull request #15299: Fix assertion in CKey::SignCompact (master...019-01-ckey-signcompact) https://github.com/bitcoin/bitcoin/pull/15299
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/efb6ddef9cb3...4b6673d38261
< bitcoin-git> bitcoin/master 3617f11 João Barbosa: Fix assertion in CKey::SignCompact
< bitcoin-git> bitcoin/master 4b6673d Wladimir J. van der Laan: Merge #15299: Fix assertion in CKey::SignCompact
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15303: travis: Remove unused FUNCTIONAL_TESTS_CONFIG (master...Mf1901-travisFun) https://github.com/bitcoin/bitcoin/pull/15303
< bitcoin-git> [bitcoin] laanwj merged pull request #11911: Free BerkeleyEnvironment instances when not in use (master...pr/countenv) https://github.com/bitcoin/bitcoin/pull/11911
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/252fd15addf1...efb6ddef9cb3
< bitcoin-git> bitcoin/master f1f4bb7 Russell Yanofsky: Free BerkeleyEnvironment instances when not in use
< bitcoin-git> bitcoin/master 88b1d95 Pierre Rochard: Tests: add unit tests for GetWalletEnv
< bitcoin-git> bitcoin/master 14bc2a1 Pierre Rochard: Trivial: add doxygen-compatible comments relating to BerkeleyEnvironment
< gribble> https://github.com/bitcoin/bitcoin/issues/15246 | qa: Add tests for invalid message headers by MarcoFalke · Pull Request #15246 · bitcoin/bitcoin · GitHub
< provoostenator> p2p_invalid_messages.py seems to fail more than average... https://travis-ci.org/bitcoin/bitcoin/jobs/486996280
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4d661baf1aca...252fd15addf1
< bitcoin-git> bitcoin/master 49d2374 Jonas Schnelli: [tools] Add wallet inspection and modification tool
< bitcoin-git> bitcoin/master 3c3e31c João Barbosa: [tests] Add wallet-tool test
< bitcoin-git> bitcoin/master 252fd15 MarcoFalke: Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing wa...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #13926: [Tools] bitcoin-wallet - a tool for creating and managing wallets offline (master...wallet_tool) https://github.com/bitcoin/bitcoin/pull/13926
< bitcoin-git> [bitcoin] achow101 opened pull request #15301: tests: When testing with --usecli, unify RPC arg to cli arg conversion and handle dicts and lists (master...fix-tests-cli-args) https://github.com/bitcoin/bitcoin/pull/15301
< bitcoin-git> [bitcoin] promag opened pull request #15299: Fix assertion in CKey::SignCompact (master...019-01-ckey-signcompact) https://github.com/bitcoin/bitcoin/pull/15299
< gribble> https://github.com/bitcoin/bitcoin/issues/15278 | Improve pidfile logging by hebasto · Pull Request #15278 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15278 | Improve pidfile logging by hebasto · Pull Request #15278 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #15002: 0.17: Backport #14941 (.17...018-12-backport-14941) https://github.com/bitcoin/bitcoin/pull/15002
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to .17: https://github.com/bitcoin/bitcoin/compare/09a9238c0456...30db5cc6418a
< bitcoin-git> bitcoin/.17 0cd9ad2 João Barbosa: rpc: Make unloadwallet wait for complete wallet unload
< bitcoin-git> bitcoin/.17 30db5cc Wladimir J. van der Laan: Merge #15002: 0.17: Backport #14941
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7c09e209ef31...4d661baf1aca
< bitcoin-git> bitcoin/master f96dbd1 Gregory Sanders: gdb attaching to process during tests has non-sudo solution
< bitcoin-git> bitcoin/master 4d661ba Wladimir J. van der Laan: Merge #15244: gdb attaching to process during tests has non-sudo solution
< bitcoin-git> [bitcoin] laanwj merged pull request #15244: gdb attaching to process during tests has non-sudo solution (master...gdb_ptrace) https://github.com/bitcoin/bitcoin/pull/15244
< bitcoin-git> [bitcoin] laanwj merged pull request #15225: GUI: Change the receive button to respond to keypool state changing (master...receive-button) https://github.com/bitcoin/bitcoin/pull/15225
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/36aeb43c01d2...7c09e209ef31
< bitcoin-git> bitcoin/master 14bcdbe Andrew Chow: Check for more than private keys disabled to show receive button
< bitcoin-git> bitcoin/master 2bc4c3e Andrew Chow: Notify the GUI that the keypool has changed to set the receive button
< bitcoin-git> bitcoin/master 7c09e20 Wladimir J. van der Laan: Merge #15225: GUI: Change the receive button to respond to keypool state c...
< gribble> https://github.com/bitcoin/bitcoin/issues/15297 | wallet: Releases dangling files on BerkeleyEnvironment::Close by promag · Pull Request #15297 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a0d657bd311e...36aeb43c01d2
< bitcoin-git> bitcoin/master fa3745b MarcoFalke: qa: Add tests for invalid message headers
< bitcoin-git> bitcoin/master 36aeb43 Wladimir J. van der Laan: Merge #15246: qa: Add tests for invalid message headers
< bitcoin-git> [bitcoin] laanwj merged pull request #15246: qa: Add tests for invalid message headers (master...Mf1901-qaMsgHeader) https://github.com/bitcoin/bitcoin/pull/15246
< bitcoin-git> [bitcoin] laanwj merged pull request #15272: doc: correct logging return type and RPC example (master...rpc-logging-return-example) https://github.com/bitcoin/bitcoin/pull/15272
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b9d3df8bcd0e...a0d657bd311e
< bitcoin-git> bitcoin/master e1c27da fanquake: doc: correct logging rpc return type and example
< bitcoin-git> bitcoin/master a0d657b Wladimir J. van der Laan: Merge #15272: doc: correct logging return type and RPC example
< gribble> https://github.com/bitcoin/bitcoin/issues/15272 | doc: correct logging return type and RPC example by fanquake · Pull Request #15272 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #15176: docs: Get rid of badly named readme (master...rename-osx-readme) https://github.com/bitcoin/bitcoin/pull/15176
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/37d09b251cd7...b9d3df8bcd0e
< bitcoin-git> bitcoin/master f24ed6d Martin Erlandsson: Delete README_osx.md and move its contents into build-osx.md
< bitcoin-git> bitcoin/master b9d3df8 Wladimir J. van der Laan: Merge #15176: docs: Get rid of badly named readme
< bitcoin-git> [bitcoin] instagibbs closed pull request #15283: log: Fix UB with bench on genesis block (master...ub_genesis_bench) https://github.com/bitcoin/bitcoin/pull/15283
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cb77dc820f1b...37d09b251cd7
< bitcoin-git> bitcoin/master a6cd50d Hennadii Stepanov: Add gitian PGP key for hebasto
< bitcoin-git> bitcoin/master 37d09b2 Wladimir J. van der Laan: Merge #15275: Add gitian PGP key for hebasto
< bitcoin-git> [bitcoin] laanwj merged pull request #15275: Add gitian PGP key for hebasto (master...0190128-gitian-key) https://github.com/bitcoin/bitcoin/pull/15275
< bitcoin-git> [bitcoin] promag opened pull request #15297: wallet: Releases dangling files on BerkeleyEnvironment::Close (master...019-01-close-dbenv-files) https://github.com/bitcoin/bitcoin/pull/15297

2019-01-30

< bitcoin-git> [bitcoin] Empact closed pull request #15171: test: Wait before cleanup on exit (master...test-wait-cleanup) https://github.com/bitcoin/bitcoin/pull/15171
< bitcoin-git> [bitcoin] laanwj merged pull request #15292: Remove 'boost::optional'-related false positive -Wmaybe-uninitialized warnings on GCC compiler (master...0190130-gcc-maybeuninitialized) https://github.com/bitcoin/bitcoin/pull/15292
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bb36f5e24b63...cb77dc820f1b
< bitcoin-git> bitcoin/master 2d48314 Hennadii Stepanov: Remove 'boost::optional'-related gcc warnings
< bitcoin-git> bitcoin/master cb77dc8 Wladimir J. van der Laan: Merge #15292: Remove 'boost::optional'-related false positive -Wmaybe-unin...
< hebasto> Could someone restart Travis on #15292? My build is ok: https://travis-ci.org/hebasto/bitcoin/builds/486611945
< gribble> https://github.com/bitcoin/bitcoin/issues/15292 | Remove boost::optional-related false positive -Wmaybe-uninitialized warnings on GCC compiler by hebasto · Pull Request #15292 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #15296: tests: Add script checking for deterministic line coverage in unit tests (master...test_deterministic_coverage) https://github.com/bitcoin/bitcoin/pull/15296
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15295: fuzz: Add test/fuzz/test_runner.py and run it in travis (master...Mf1901-qaFuzz) https://github.com/bitcoin/bitcoin/pull/15295
< gribble> https://github.com/bitcoin/bitcoin/issues/15255 | [tests] Remove travis_wait from lint script by gkrizek · Pull Request #15255 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15276: travis: Compile once on trusty (master...Mf1901-travisTrusty) https://github.com/bitcoin/bitcoin/pull/15276
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9553102c38c0...bb36f5e24b63
< bitcoin-git> bitcoin/master fa83999 MarcoFalke: travis: Compile once on trusty
< bitcoin-git> bitcoin/master fa5ce3f MarcoFalke: travis: Compile trusty with depends for now
< bitcoin-git> bitcoin/master bb36f5e MarcoFalke: Merge #15276: travis: Compile once on trusty
< bitcoin-git> [bitcoin] laanwj merged pull request #15043: test: Build fuzz targets into seperate executables (master...Mf1812-buildFuzzTargets) https://github.com/bitcoin/bitcoin/pull/15043
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/77339e5c244b...9553102c38c0
< bitcoin-git> bitcoin/master fab4bed MarcoFalke: [test] fuzz: make test_one_input return void
< bitcoin-git> bitcoin/master 2ca632e MarcoFalke: test: Build fuzz targets into seperate executables
< bitcoin-git> bitcoin/master 9553102 Wladimir J. van der Laan: Merge #15043: test: Build fuzz targets into seperate executables
< wumpus> MarcoFalke: https://github.com/bitcoin-core/qa-assets is live
< gribble> https://github.com/bitcoin/bitcoin/issues/15043 | test: Build fuzz targets into seperate executables by MarcoFalke · Pull Request #15043 · bitcoin/bitcoin · GitHub
< MarcoFalke> To hold Bitcoin Core related blobs used for quality assurance
< MarcoFalke> wumpus: Mind to create a https://github.com/new for bitcoin-core/qa-assets ?
< gkrizek> Ok, great. I see in the logs: "Received repository 'bitcoin-core/secp256k1', but no pool is configured for it.", but I'm guessing you added the webhook before the update to the config?
< bitcoin-git> [bitcoin] hebasto merged pull request #15163: Correct units for "-dbcache" and "-prune" (master...0190114-correct-info-units) https://github.com/bitcoin/bitcoin/pull/15163
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04226f8706b5...77339e5c244b
< bitcoin-git> bitcoin/master 6f6514a Hennadii Stepanov: Correct units for "-dbcache" and "-prune"
< bitcoin-git> bitcoin/master 77339e5 Wladimir J. van der Laan: Merge #15163: Correct units for "-dbcache" and "-prune"
< gribble> https://github.com/bitcoin/bitcoin/issues/15292 | Remove boost::optional-related false positive -Wmaybe-uninitialized warnings on GCC compiler by hebasto · Pull Request #15292 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact opened pull request #15294: [moveonly] Extract RipeMd160 (master...ripe-md) https://github.com/bitcoin/bitcoin/pull/15294
< gribble> https://github.com/bitcoin/bitcoin/issues/15043 | test: Build fuzz targets into seperate executables by MarcoFalke · Pull Request #15043 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15163 | Correct units for "-dbcache" and "-prune" by hebasto · Pull Request #15163 · bitcoin/bitcoin · GitHub
< promag> is there a 0.17.2 date? still some work in https://github.com/bitcoin/bitcoin/milestone/40
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bd8bda161e35...a47319dada2f
< bitcoin-git> bitcoin/master 04da9f4 Amiti Uttarwar: [RPC] Update getrawtransaction interface
< bitcoin-git> bitcoin/master a47319d MarcoFalke: Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
< bitcoin-git> [bitcoin] amitiuttarwar merged pull request #15159: [RPC] Remove lookup to UTXO set from GetTransaction (master...3931_rebase) https://github.com/bitcoin/bitcoin/pull/15159
< gkrizek> Thanks everyone for being patient with this! It's very hard for me to adequately mimic the bitcoin repo payloads and IRC stuff, so naturally the bugs happen in "production".
< bitcoin-git> [bitcoin] fanquake merged pull request #15252: [0.17] Backport: Update zmq to 4.3.1 (.17...17-backport-15188) https://github.com/bitcoin/bitcoin/pull/15252
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15270: Pull leveldb subtree (master...Mf1901-subtreeLeveldb) https://github.com/bitcoin/bitcoin/pull/15270
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/72ca72e6370e...29396bd66999
< bitcoin-git> bitcoin/master 4f2e6c8 MarcoFalke: Squashed 'src/leveldb/' changes from 524b7e36a8..f545dfabff
< bitcoin-git> bitcoin/master fa61801 MarcoFalke: Pull leveldb subtree
< bitcoin-git> bitcoin/master 29396bd Wladimir J. van der Laan: Merge #15270: Pull leveldb subtree
< gribble> https://github.com/bitcoin/bitcoin/issues/15263 | Descriptor expansions only need pubkey entries for PKH/WPKH by sipa · Pull Request #15263 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #15292: Remove 'boost::optional'-related gcc warnings (master...0190130-gcc-maybeuninitialized) https://github.com/bitcoin/bitcoin/pull/15292

2019-01-29

< gribble> https://github.com/bitcoin/bitcoin/issues/14929 | net: Allow connections from misbehavior banned peers by gmaxwell · Pull Request #14929 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11826 | RFC: Activity feature · Issue #11826 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14978 | Factor out PSBT utilities from RPCs for use in GUI code; related refactoring. by gwillen · Pull Request #14978 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15153 | gui: Add Open Wallet menu by promag · Pull Request #15153 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15280 | gui: Fix shutdown order by promag · Pull Request #15280 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15270 | Pull leveldb subtree by MarcoFalke · Pull Request #15270 · bitcoin/bitcoin · GitHub
< echeveria> in any case you can't expect that people will change version bytes at all, or that bitcoin won't, so using them as identifiers would be a poor decision.
< echeveria> Bullit: #bitcoin please.

2019-01-28

< sipa> stevenroose: if it's a BIP, no need to refer to anything but bitcoin and testnet
< gleb> I've modified transaction transmission and sometimes (very rarely though) I'm getting "non-mandatory-script-verify-flag (Witness program hash mismatch)". Any idea how it might happen or where should I look for? Transactions are generated by "bitcoin-cli sendtoaddress"
< luke-jr> promag: or perhaps void the bitcoin.conf wallets, and load wallet w1?
< dongcarl> Hey all, I've been working on making bitcoin builds with Guix, which I think can replace gitian for our release process one day. It is a very exciting package manger which will bring much better supply chain security to Bitcoin. Let me know your thoughts! https://github.com/bitcoin/bitcoin/pull/15277
< promag> losing my mind with bitcoin-qt shutdown
< stevenroose> What are some "network identifiers" that can be used to generally refer to a "bitcoin network"? I.e. Mainnet, Testnet, Liquidv1, ...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15248: rpc: Compile on GCC4.8 (master...Mf1901-rpcCompileGCC48) https://github.com/bitcoin/bitcoin/pull/15248
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e0c0fd62ff0...d6e700e40f86
< bitcoin-git> bitcoin/master fa5f890 MarcoFalke: rpc: Compile on GCC4.8
< bitcoin-git> bitcoin/master d6e700e MarcoFalke: Merge #15248: rpc: Compile on GCC4.8
< bitcoin-git> [bitcoin] domob1812 closed pull request #15259: Use real HTTP bind address in curl RPC help (master...decoupled-rpchelp) https://github.com/bitcoin/bitcoin/pull/15259
< bitcoin-git> [bitcoin] hebasto opened pull request #15275: Add gitian PGP key for hebasto (master...0190128-gitian-key) https://github.com/bitcoin/bitcoin/pull/15275

2019-01-27

< bitcoin-git2> [bitcoin] fivepiece opened pull request #15274: remove redundant 'solved' from ProduceSignature (master...sign_redundant_solved) https://github.com/bitcoin/bitcoin/pull/15274
< gribble> https://github.com/bitcoin/bitcoin/issues/15274 | remove redundant solved from ProduceSignature by fivepiece · Pull Request #15274 · bitcoin/bitcoin · GitHub
< bitcoin-git2> [bitcoin] droark opened pull request #15273: Slight tweak to the verify-commits script directions (master...tweak_verify_commit_dirs) https://github.com/bitcoin/bitcoin/pull/15273
< gribble> https://github.com/bitcoin/bitcoin/issues/15273 | Slight tweak to the verify-commits script directions by droark · Pull Request #15273 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #15254: Trivial: fixup a few doxygen comments (master...doxygen-comments) https://github.com/bitcoin/bitcoin/pull/15254
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b78f6c61c452...5e0c0fd62ff0
< bitcoin-git> bitcoin/master 9431e1b Ben Woosley: Trivial: fixup a few doxygen comments...
< bitcoin-git> bitcoin/master 70e7cee Ben Woosley: Trivial: Doxygenize existing CBufferedFile and VectorReader comments
< bitcoin-git> bitcoin/master 5e0c0fd Wladimir J. van der Laan: Merge #15254: Trivial: fixup a few doxygen comments...
< bitcoin-git> [bitcoin] fanquake opened pull request #15272: doc: correct logging return type and RPC example (master...rpc-logging-return-example) https://github.com/bitcoin/bitcoin/pull/15272

2019-01-26

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15258: Scripts and tools: Fix devtools/copyright_header.py to always honor exclusions (master...copyright-header-abs) https://github.com/bitcoin/bitcoin/pull/15258
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/ab46fe6ec1b3...b78f6c61c452
< bitcoin-git> bitcoin/master 2434ab5 Ben Woosley: Scripts and tools: Fix devtools/copyright_header.py to always honor exclusions...
< bitcoin-git> bitcoin/master ad5e5a1 Ben Woosley: Scripts and tools: Drop no-longer-relevant copyright holder names...
< bitcoin-git> bitcoin/master b78f6c6 MarcoFalke: Merge #15258: Scripts and tools: Fix devtools/copyright_header.py to always honor exclusions...
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15270: Pull leveldb subtree (master...Mf1901-subtreeLeveldb) https://github.com/bitcoin/bitcoin/pull/15270
< bitcoin-git> [bitcoin] d3spwn opened pull request #15268: doc: suggest using timeoutstopsec in systemd file during IBD (master...systemd-tweaks) https://github.com/bitcoin/bitcoin/pull/15268
< gribble> https://github.com/bitcoin/bitcoin/issues/15250 | Use RdSeed when available, and reduce RdRand load by sipa · Pull Request #15250 · bitcoin/bitcoin · GitHub

2019-01-25

< bitcoin-git> [bitcoin] jamesob opened pull request #15267: doc: explain AcceptToMemoryPoolWorker's coins_to_uncache (master...2019-01-atmpw-uncache-coins-doc) https://github.com/bitcoin/bitcoin/pull/15267
< bitcoin-git> [bitcoin] jamesob closed pull request #15264: validation: remove useless uncache accounting in ATMPW (master...2019-01-remove-useless-uncaching-atmpw) https://github.com/bitcoin/bitcoin/pull/15264
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15266: memory: Construct globals on first use (master...Mf1901-cofu) https://github.com/bitcoin/bitcoin/pull/15266
< bitcoin-git> [bitcoin] sdaftuar opened pull request #15265: Flush without erasing cache during periodic and pruning flushes (master...2019-01-periodic-flush-dont-wipe) https://github.com/bitcoin/bitcoin/pull/15265
< gribble> https://github.com/bitcoin/bitcoin/issues/13059 | Dynamic wallet load / create / unload · Issue #13059 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jamesob opened pull request #15264: validation: remove useless uncache accounting in ATMPW (master...2019-01-remove-useless-uncaching-atmpw) https://github.com/bitcoin/bitcoin/pull/15264
< gmaxwell> Is there anything we can do to head off funds loss from typos/copypaste errors with decriptor importing? The use of descriptors as user/api handled key material seems like a step backward for Bitcoin, as we're now introducing ways for simple typos (or clbuttic errors) to cause funds to go off to space.
< gribble> https://github.com/bitcoin/bitcoin/issues/13932 | Additional utility RPCs for PSBT by achow101 · Pull Request #13932 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14491 | Allow descriptor imports with importmulti by MeshCollider · Pull Request #14491 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14075 | Import watch only pubkeys to the keypool if private keys are disabled by achow101 · Pull Request #14075 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14021 | Import key origin data through descriptors in importmulti by achow101 · Pull Request #14021 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14978 | Factor out PSBT utilities from RPCs for use in GUI code; related refactoring. by gwillen · Pull Request #14978 · bitcoin/bitcoin · GitHub
< gmaxwell> 00:45:38 < gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull
< gmaxwell> Request #13756 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub
< achow101> #bitcoin-core-dev Wallet Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider
< bitcoin-git> [bitcoin] sipa opened pull request #15263: Descriptor expansions only need pubkey entries for PKH/WPKH (master...201901_flatprovider_pkh) https://github.com/bitcoin/bitcoin/pull/15263
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15249: Docs: Update python docs to reflect that wildcard imports are disallowed (master...wildcard-imports-doc) https://github.com/bitcoin/bitcoin/pull/15249
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d14ef5721ffc...ab46fe6ec1b3
< bitcoin-git> bitcoin/master f618c58 Ben Woosley: Docs: Update python docs to reflect that wildcard imports are disallowed
< bitcoin-git> bitcoin/master ab46fe6 MarcoFalke: Merge #15249: Docs: Update python docs to reflect that wildcard imports are disallowed...
< bitcoin-git> [bitcoin] practicalswift opened pull request #15262: build: Enable C++14 in build, require C++14 compiler. (master...c++14) https://github.com/bitcoin/bitcoin/pull/15262
< bitcoin-git> [bitcoin] lcornelius101 opened pull request #15261: update firmwear (master...master) https://github.com/bitcoin/bitcoin/pull/15261
< gribble> https://github.com/bitcoin/bitcoin/issues/15239 | scripts and tools: Move non-linux build source tarballs to "bitcoin-binaries/version" directory by hebasto · Pull Request #15239 · bitcoin/bitcoin · GitHub
< hebasto> promag: FYI, after merging #15101 the <qt/walletmodel.h> header gets required even with --disable-wallet (https://github.com/bitcoin/bitcoin/pull/14879#issuecomment-457569766)
< gribble> https://github.com/bitcoin/bitcoin/issues/15101 | gui: Add WalletController by promag · Pull Request #15101 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] DesWurstes closed pull request #15151: [Consensus] [P2P] [Utils and libraries] Cleanup (master...patch-6) https://github.com/bitcoin/bitcoin/pull/15151
< bitcoin-git> [bitcoin] domob1812 closed pull request #15181: Use correct RPC port in help curl example (master...rpchelp-port) https://github.com/bitcoin/bitcoin/pull/15181
< bitcoin-git> [bitcoin] domob1812 opened pull request #15259: Use real HTTP bind address in curl RPC help (master...decoupled-rpchelp) https://github.com/bitcoin/bitcoin/pull/15259
< gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact opened pull request #15258: Scripts and tools: Fix devtools/copyright_header.py to always honor exclusions (master...copyright-header-abs) https://github.com/bitcoin/bitcoin/pull/15258
< bitcoin-git> [bitcoin] Empact opened pull request #15257: Scripts and tools: Bump flake8 to 3.6.0 (master...flake-36) https://github.com/bitcoin/bitcoin/pull/15257
< echeveria> similar to Travis, building Bitcoin Core, I men’s.
< echeveria> they run mostly alright for this sort of target. I know a developer that has a dedicated Mac Mini build server for their binary distribution in a similar way to bitcoin core.
< bitcoin-git> [bitcoin] kallewoof closed pull request #15241: travis: add --enable-debug macos build (master...travis-enable-debug-macos) https://github.com/bitcoin/bitcoin/pull/15241
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15233: Prevent mutex lock fail even if --enable-debug (master...fix_mutex_lock_fail) https://github.com/bitcoin/bitcoin/pull/15233
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/72bd4ab867e3...d14ef5721ffc
< bitcoin-git> bitcoin/master b09dab0 Akio Nakamura: Prevent mutex lock fail even if --enable-debug...
< bitcoin-git> bitcoin/master d14ef57 MarcoFalke: Merge #15233: Prevent mutex lock fail even if --enable-debug...
< bitcoin-git> [bitcoin] gkrizek opened pull request #15255: [tests] Remove travis_wait from lint script (master...remove-travis_wait) https://github.com/bitcoin/bitcoin/pull/15255
< bitcoin-git> [bitcoin] Empact closed pull request #15231: Drop defunct Windows compat fixes (master...ai-addrconfig) https://github.com/bitcoin/bitcoin/pull/15231
< bitcoin-git> [bitcoin] Empact opened pull request #15254: Trivial: fixup a few doxygen comments (master...doxygen-comments) https://github.com/bitcoin/bitcoin/pull/15254
< bitcoin-git> [bitcoin] Empact opened pull request #15253: Net: Consistently log outgoing INV messages (master...inv-log) https://github.com/bitcoin/bitcoin/pull/15253
< bitcoin-git> [bitcoin] fanquake opened pull request #15252: [0.17] Backport: Update zmq to 4.3.1 (0.17...017-backport-15188) https://github.com/bitcoin/bitcoin/pull/15252
< bitcoin-git> [bitcoin] fanquake opened pull request #15251: [0.17] doc: Remove errant paste from walletcreatefundedpsbt for nLocktime replaceable (0.17...017-backport-15213) https://github.com/bitcoin/bitcoin/pull/15251
< bitcoin-git> [bitcoin] sipa opened pull request #15250: Use RdSeed when available, and reduce RdRand load (master...201901_rdseed) https://github.com/bitcoin/bitcoin/pull/15250
< bitcoin-git> [bitcoin] Empact opened pull request #15249: Docs: Update python docs to reflect that wildcard imports are disallowed (master...wildcard-imports-doc) https://github.com/bitcoin/bitcoin/pull/15249
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15248: rpc: Compile on GCC4.8 (master...Mf1901-rpcCompileGCC48) https://github.com/bitcoin/bitcoin/pull/15248

2019-01-24

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15247: qa: Use wallet to retrieve raw transactions (master...Mf1901-qaWalletRaw) https://github.com/bitcoin/bitcoin/pull/15247
< meshcollider> sipa: I've been thinking about your comment here: https://github.com/bitcoin/bitcoin/pull/14491#discussion_r247192015
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15246: qa: Add tests for invalid message headers (master...Mf1901-qaMsgHeader) https://github.com/bitcoin/bitcoin/pull/15246
< bitcoin-git> [bitcoin] instagibbs opened pull request #15245: remove deprecated mentions of signrawtransaction from fundraw help (master...fundraw_signraw) https://github.com/bitcoin/bitcoin/pull/15245
< gmaxwell> I think it would be nice to even do more than what Bitcoin Core currently does.. but priorities, the sign/verify after generate is a pretty general protection at least.
< provoostenator> Even devices that don't have an official sign message feature, Bitcoin Core could just have it sign a fake transaction.
< provoostenator> "internally to bitcoin core is sign-after-generate" - I didn't know we did that, that seems smart.
< gmaxwell> right. Well we can only go so far too. :) But the standard we've set internally to bitcoin core is sign-after-generate.
< gmaxwell> Which is analogous to the process bitcoin uses internally when generating keys: it signs a message and verifies, to make sure that the generated address/key actually work.
< gmaxwell> Corruption inside bitcoin is also a concern, but a strictly less serious one than corruption by humans or across application boundaries.
< gribble> https://github.com/bitcoin/bitcoin/issues/14912 | [WIP] External signer support (e.g. hardware wallet) by Sjors · Pull Request #14912 · bitcoin/bitcoin · GitHub
< provoostenator> So we need something to replace xpub that has a better checksum? Or does that still data corruption risk? Because something goes wrong inside of Bitcoin Core during the import?
< gribble> https://github.com/bitcoin/bitcoin/issues/14075 | Import watch only pubkeys to the keypool if private keys are disabled by achow101 · Pull Request #14075 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14929 | net: Allow connections from misbehavior banned peers by gmaxwell · Pull Request #14929 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14929 | net: Allow connections from misbehavior banned peers by gmaxwell · Pull Request #14929 · bitcoin/bitcoin · GitHub
< jnewbery> 2. We're looking for recommendations for residents. If you know anyone who wants to immerse themselves in Bitcoin/Lightning over summer and is excited about making a real contribution to the project, please send them our way
< jnewbery> it's 2-3 weeks of seminars followed by 2 months of project work. We're expecting the residents to make really meaningful contributions to Bitcoin Core and other Bitcoin/Lightning projects while they're here
< gribble> https://github.com/bitcoin/bitcoin/issues/14955 | Switch all RNG code to the built-in PRNG by sipa · Pull Request #14955 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15141 | Rewrite DoS interface between validation and net_processing by sdaftuar · Pull Request #15141 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15225 | GUI: Change the receive button to respond to keypool state changing by achow101 · Pull Request #15225 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15118 | Refactor block file logic by jimpo · Pull Request #15118 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15118 | Refactor block file logic by jimpo · Pull Request #15118 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14121 | Index for BIP 157 block filters by jimpo · Pull Request #14121 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13932 | Additional utility RPCs for PSBT by achow101 · Pull Request #13932 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15225 | GUI: Change the receive button to respond to keypool state changing by achow101 · Pull Request #15225 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15118 | Refactor block file logic by jimpo · Pull Request #15118 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/14491 | Allow descriptor imports with importmulti by MeshCollider · Pull Request #14491 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14711 | Remove uses of chainActive and mapBlockIndex in wallet code by ryanofsky · Pull Request #14711 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14897 | randomize GETDATA(tx) request order and introduce bias toward outbound by naumenkogs · Pull Request #14897 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15153 | gui: Add Open Wallet menu by promag · Pull Request #15153 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15226 | Allow creating blank (empty) wallets (alternative) by achow101 · Pull Request #15226 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb
< bitcoin-git> [bitcoin] instagibbs opened pull request #15244: gdb attaching to process during tests has non-sudo solution (master...gdb_ptrace) https://github.com/bitcoin/bitcoin/pull/15244
< wumpus> seeing a lot of (ut)ACKs with commit ids that stay plain text, see e.g. https://github.com/bitcoin/bitcoin/pull/15112
< gribble> https://github.com/bitcoin/bitcoin/issues/15241 | travis: add --enable-debug macos build by kallewoof · Pull Request #15241 · bitcoin/bitcoin · GitHub
< provoostenator> Travis machine 10 cross compiles to bitcoin-x86_64-apple-darwin14, but that only compiles and doesn't run tests (obviously).
< gribble> https://github.com/bitcoin/bitcoin/issues/14955 | Switch all RNG code to the built-in PRNG by sipa · Pull Request #14955 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15233 | Prevent mutex lock fail even if --enable-debug by AkioNak · Pull Request #15233 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15223 | Doc: add information about security to the JSON-RPC doc by harding · Pull Request #15223 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14955 | Switch all RNG code to the built-in PRNG by sipa · Pull Request #14955 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery opened pull request #15243: [doc] add notes on release notes (master...release_notes) https://github.com/bitcoin/bitcoin/pull/15243
< bitcoin-git> [bitcoin] laanwj closed pull request #15193: Default -whitelistforcerelay to off (master...2019-01-forcerelayoff) https://github.com/bitcoin/bitcoin/pull/15193
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5eb32d23841b...72bd4ab867e3
< bitcoin-git> bitcoin/master a36d97d Suhas Daftuar: Default -whitelistforcerelay to off
< bitcoin-git> bitcoin/master 72bd4ab Wladimir J. van der Laan: Merge #15193: Default -whitelistforcerelay to off...
< promag> lldb gives "frame #9: 0x000000010033d532 bitcoin-qt`(anonymous namespace)::RNGState::MixExtract(this=0x000000010269af80, out="", num=4335447936, hasher=0x00007ffeefbfc4d8, strong_seed=<unavailable>) at random.cpp:355 [opt]"
< gribble> https://github.com/bitcoin/bitcoin/issues/9 | Fix for GUI on Macs and latest wxWidgets by gavinandresen · Pull Request #9 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15225 | GUI: Change the receive button to respond to keypool state changing by achow101 · Pull Request #15225 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #15223: Doc: add information about security to the JSON-RPC doc (master...2019-01-rpc-security) https://github.com/bitcoin/bitcoin/pull/15223
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/73a6bac9fffa...5eb32d23841b
< bitcoin-git> bitcoin/master 5a5ea93 David A. Harding: Doc: add information about security to the JSON-RPC doc
< bitcoin-git> bitcoin/master 5eb32d2 Wladimir J. van der Laan: Merge #15223: Doc: add information about security to the JSON-RPC doc...
< bitcoin-git> [bitcoin] kallewoof opened pull request #15241: travis: add --enable-debug macos build (master...travis-enable-debug-macos) https://github.com/bitcoin/bitcoin/pull/15241
< luke-jr> apparently since 2015, which wumpus closed with no explanation? https://github.com/bitcoin/bitcoin/issues/6628
< luke-jr> bitcoin-0.17.1/bin/bitcoin-qt: relocation error: bitcoin-0.17.1/bin/bitcoin-qt: symbol __chk_fail, version GLIBC_2.3.4 not defined in file libc.so.6 with link time reference
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #15196: [test]: Update all subprocess.check_output functions to be Python 3.4 compatible (master...cron-ci-fix) https://github.com/bitcoin/bitcoin/pull/15196
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/82cf6813a4ef...73a6bac9fffa
< bitcoin-git> bitcoin/master fdf82ba Graham Krizek: Update all subprocess.check_output functions in CI scripts to be Python 3.4 compatible...
< bitcoin-git> bitcoin/master 73a6bac Jonas Schnelli: Merge #15196: [test]: Update all subprocess.check_output functions to be Python 3.4 compatible...
< gribble> https://github.com/bitcoin/bitcoin/issues/15196 | [test]: Update all subprocess.check_output functions to be Python 3.4 compatible by gkrizek · Pull Request #15196 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13998 | Scripts and tools: gitian-build.py improvements and corrections by hebasto · Pull Request #13998 · bitcoin/bitcoin · GitHub

2019-01-23

< ryanofsky> i know specifying --prefix lets bitcoin autoconf find the "config.site" file generated by depends
< dongcarl> Question for people more knowledgeable about depends: in depends/README.md, it says that the way to use the results of calling `make` in depends for bitcoin is to do ./configure --prefix=`pwd`/depends/x86_64-w64-mingw32, but in our gitian descriptor we seem to use it like so: CONFIG_SITE=`pwd`/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/. Is there a difference between the two?
< bitcoin-git> [bitcoin] hebasto opened pull request #15239: scripts and tools: Move non-linux build source tarballs to "bitcoin-binaries/version" directory (master...20190123-gitian-source-tarballs) https://github.com/bitcoin/bitcoin/pull/15239
< dongcarl> Can someone add https://github.com/bitcoin/bitcoin/pull/14856 to the P2P board?
< gribble> https://github.com/bitcoin/bitcoin/issues/11387 | net: remove more CConnman globals by theuni · Pull Request #11387 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] instagibbs opened pull request #15238: remove some magic mining constants in functional tests (master...magic_miner) https://github.com/bitcoin/bitcoin/pull/15238
< gribble> https://github.com/bitcoin/bitcoin/issues/14671 | Utility to replace RPC calls that dont need wallet or chain context · Issue #14671 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14667 | Add deriveaddresses RPC util method by Sjors · Pull Request #14667 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14053 | Add address-based index (attempt 4?) by marcinja · Pull Request #14053 · bitcoin/bitcoin · GitHub