2018-04-19

< kallewoof> It's ignored in bitcoin.conf too. `noincludeconf=1 \n includeconf=relative.conf` will still include relative.conf.

2018-04-18

< bitcoin-git> [bitcoin] ken2812221 opened pull request #13024: test: Add rpcauth pair that generated by rpcauth (master...rpc_test) https://github.com/bitcoin/bitcoin/pull/13024
< gribble> https://github.com/bitcoin/bitcoin/issues/10740 | [WIP] [wallet] `loadwallet` RPC - load wallet at runtime by jnewbery · Pull Request #10740 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10740 | [WIP] [wallet] `loadwallet` RPC - load wallet at runtime by jnewbery · Pull Request #10740 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13017 | Add wallets management functions by promag · Pull Request #13017 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] skeees opened pull request #13023: Add unit tests for signals generated by ProcessNewBlock (master...event-tests) https://github.com/bitcoin/bitcoin/pull/13023
< bitcoin-git> [bitcoin] jamesob opened pull request #13022: [qa] Attach node index to test_node AssertionError and print messages (master...2018-04-18-func-test-debug-log) https://github.com/bitcoin/bitcoin/pull/13022
< jamesob> MarcoFalke: doesn't look like it: https://travis-ci.org/bitcoin/bitcoin/jobs/367259625
< bitcoin-git> [bitcoin] Empact closed pull request #13019: validation: Consistently use FormatStateMessage (master...format-state-message) https://github.com/bitcoin/bitcoin/pull/13019
< gribble> https://github.com/bitcoin/bitcoin/issues/13000 | travis: Switch to xenial by MarcoFalke · Pull Request #13000 · bitcoin/bitcoin · GitHub
< jamesob> has there been any talk of moving from trusty to xenial on travis? It may be the case that we're unable to run bitcoin-qt using the functional test framework due to a bug in the version of openssl trusty uses
< gribble> https://github.com/bitcoin/bitcoin/issues/12639 | Reduce cs_main lock in listunspent by promag · Pull Request #12639 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jimpo opened pull request #13021: MOVEONLY: Move logging code from util.{h,cpp} to new files. (master...logging-files) https://github.com/bitcoin/bitcoin/pull/13021
< bitcoin-git> [bitcoin] Empact opened pull request #13020: Consistently log CValidationState on call failure (master...log-cvalidation-state) https://github.com/bitcoin/bitcoin/pull/13020
< bitcoin-git> [bitcoin] Empact opened pull request #13019: Trivial: Consistently use FormatStateMessage (master...format-state-message) https://github.com/bitcoin/bitcoin/pull/13019
< MarcoFalke> wumpus: minor nit: It says 15.99 on https://dev.visucore.com/bitcoin/doxygen/index.html ; I guess you'd have to run ./configure before generating the docs?
< gribble> https://github.com/bitcoin/bitcoin/issues/11857 | Build tx index in parallel with validation by jimpo · Pull Request #11857 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact closed pull request #13018: Make AbortNode function static (master...abort-node-static) https://github.com/bitcoin/bitcoin/pull/13018
< bitcoin-git> [bitcoin] Empact opened pull request #13018: Make AbortNode function static (master...abort-node-static) https://github.com/bitcoin/bitcoin/pull/13018
< bitcoin-git> [bitcoin] promag opened pull request #13017: Add AddWallet, RemoveWallet, GetWallet and GetWallets (master...2018-04-vpwallets) https://github.com/bitcoin/bitcoin/pull/13017
< bitcoin-git> [bitcoin] Empact opened pull request #13016: scripted-diff: Rename CChainState::g_failed_blocks to m_failed_blocks (master...g-failed-blocks) https://github.com/bitcoin/bitcoin/pull/13016
< bitcoin-git> [bitcoin] Empact closed pull request #12991: Remove unused default args to Invalid and DoS (master...remove-unused-default-args-dos) https://github.com/bitcoin/bitcoin/pull/12991
< gribble> https://github.com/bitcoin/bitcoin/issues/12985 | Windows: Avoid launching as admin when NSIS installer ends. by JeremyRand · Pull Request #12985 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12985: Windows: Avoid launching as admin when NSIS installer ends. (master...nsis-de-elevate) https://github.com/bitcoin/bitcoin/pull/12985
< bitcoin-git> bitcoin/master 7d8a8cc JeremyRand: Avoid launching as admin when NSIS installer ends....
< bitcoin-git> bitcoin/master 615f7c2 Wladimir J. van der Laan: Merge #12985: Windows: Avoid launching as admin when NSIS installer ends....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0d12570a8037...615f7c288414
< bitcoin-git> [bitcoin] laanwj closed pull request #12990: depends: Fix libX11 build on gcc 8 (master...Mf1804-dependsGCC8Fix) https://github.com/bitcoin/bitcoin/pull/12990
< gribble> https://github.com/bitcoin/bitcoin/issues/12990 | depends: Fix libX11 build on gcc 8 by MarcoFalke · Pull Request #12990 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13007: test: Fix dangling wallet pointer in vpwallets (master...2018-04-fixwallettest) https://github.com/bitcoin/bitcoin/pull/13007
< bitcoin-git> bitcoin/master 0d12570 Wladimir J. van der Laan: Merge #13007: test: Fix dangling wallet pointer in vpwallets...
< bitcoin-git> bitcoin/master d41a420 João Barbosa: test: Fix dangling wallet pointer in vpwallets
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8fd62437c683...0d12570a8037
< bitcoin-git> [bitcoin] laanwj closed pull request #12715: depends: Add 'make clean' rule (master...clean-depends) https://github.com/bitcoin/bitcoin/pull/12715
< bitcoin-git> bitcoin/master 8fd6243 Wladimir J. van der Laan: Merge #12715: depends: Add 'make clean' rule...
< bitcoin-git> bitcoin/master aff16fd Henrik Jonsson: depends: Add 'make clean' and 'make clean-all' rules...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3a8a4dc4a130...8fd62437c683
< gribble> https://github.com/bitcoin/bitcoin/issues/11857 | Build tx index in parallel with validation by jimpo · Pull Request #11857 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13014: Allow txindex in prune mode (master...2018/04/txindex_prune) https://github.com/bitcoin/bitcoin/pull/13014
< gribble> https://github.com/bitcoin/bitcoin/issues/12715 | depends: Add make clean rule by hkjn · Pull Request #12715 · bitcoin/bitcoin · GitHub
<@wumpus> kallewoof: but you have a good point I think the difference conceptually is that the zmq notification protocol is specific to bitcoin core, and includes some specific implementation details, while you're trying to make a more general exchange format

2018-04-17

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13013: bench: Amend mempool_eviction test for witness txs (master...Mf1804-benchWitnessMempool) https://github.com/bitcoin/bitcoin/pull/13013
< bitcoin-git> [bitcoin] jamesob opened pull request #13012: [doc] Add comments for chainparams.h, validation.cpp (master...2018-04-17-doc-chainparams-validation) https://github.com/bitcoin/bitcoin/pull/13012
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13011: Cache witness hash in CTransaction (master...Mf1804-cacheWitnessHash) https://github.com/bitcoin/bitcoin/pull/13011
< bitcoin-git> [bitcoin] wbarobinson opened pull request #13010: Trivial: Language Cleanup (master...master) https://github.com/bitcoin/bitcoin/pull/13010
< bitcoin-git> [bitcoin] practicalswift closed pull request #12897: Add GetBlockIndex(const uint256& hash) for when the caller assumes that the block index exists for the given block hash (master...GetBlockIndex) https://github.com/bitcoin/bitcoin/pull/12897
< bitcoin-git> [bitcoin] IPGlider opened pull request #13008: rpc: Rename size to vsize in mempool related calls (master...rename-size-to-vsize) https://github.com/bitcoin/bitcoin/pull/13008
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12791: Expose a transaction's weight via RPC (master...2018-03-weight) https://github.com/bitcoin/bitcoin/pull/12791
< bitcoin-git> bitcoin/master 9e50c33 Matt Corallo: Note new weight field in release-notes.
< bitcoin-git> bitcoin/master 2874709 Matt Corallo: Expose a transaction's weight via RPC
< bitcoin-git> bitcoin/master d0d9112 Matt Corallo: Test new weight field in p2p_segwit
< bitcoin-git> [bitcoin] jonasschnelli pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/6b46288a0853...3a8a4dc4a130
< gribble> https://github.com/bitcoin/bitcoin/issues/12791 | Expose a transactions weight via RPC by TheBlueMatt · Pull Request #12791 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12782 | Explicitly state our assumptions about LookupBlockIndex(...) return values by practicalswift · Pull Request #12782 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12897 | Add GetBlockIndex(const uint256& hash) for when the caller assumes that the block index exists for the given block hash by practicalswift · Pull Request #12897 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #13007: Fix dangling wallet pointer in vpwallets (master...2018-04-fixwallettest) https://github.com/bitcoin/bitcoin/pull/13007
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12949: tests: Avoid copies of CTransaction (master...Mf1804-testNoCopyTx) https://github.com/bitcoin/bitcoin/pull/12949
< bitcoin-git> bitcoin/master 6b46288 MarcoFalke: Merge #12949: tests: Avoid copies of CTransaction...
< bitcoin-git> bitcoin/master fae58ec MarcoFalke: tests: Avoid copies of CTransaction
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a63b4e349346...6b46288a0853
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12982: Fix inconsistent namespace formatting guidelines (master...pr/namespace) https://github.com/bitcoin/bitcoin/pull/12982
< bitcoin-git> bitcoin/master a63b4e3 MarcoFalke: Merge #12982: Fix inconsistent namespace formatting guidelines...
< bitcoin-git> bitcoin/master cd0e1e9 Russell Yanofsky: Fix inconsistent namespace formatting guidelines...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/58bbc5521235...a63b4e349346
< bitcoin-git> [bitcoin] laanwj closed pull request #13004: Print to console by default when not run with -daemon (master...printtoconsole) https://github.com/bitcoin/bitcoin/pull/13004
< bitcoin-git> bitcoin/master 58bbc55 Wladimir J. van der Laan: Merge #13004: Print to console by default when not run with -daemon...
< bitcoin-git> bitcoin/master 6a3b0d3 Evan Klitzke: Print to console by default when not run with -daemon...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/39e0c65b29eb...58bbc5521235
< gribble> https://github.com/bitcoin/bitcoin/issues/12639 | Reduce cs_main lock in listunspent by promag · Pull Request #12639 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12988: Hold cs_main while calling UpdatedBlockTip() signal (master...updatedblocktip-race) https://github.com/bitcoin/bitcoin/pull/12988
< bitcoin-git> bitcoin/master d86edd3 Jesse Cohen: Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip...
< bitcoin-git> bitcoin/master 39e0c65 Wladimir J. van der Laan: Merge #12988: Hold cs_main while calling UpdatedBlockTip() signal...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/434150aef798...39e0c65b29eb
< bitcoin-git> [bitcoin] laanwj closed pull request #12977: Refactor g_wallet_init_interface to const reference (master...2018-04-walletinitinterface) https://github.com/bitcoin/bitcoin/pull/12977
< bitcoin-git> bitcoin/master 434150a Wladimir J. van der Laan: Merge #12977: Refactor g_wallet_init_interface to const reference...
< bitcoin-git> bitcoin/master 6ec78f1 João Barbosa: wallet: Refactor g_wallet_init_interface to const reference
< bitcoin-git> bitcoin/master 1936125 João Barbosa: wallet: Make WalletInitInterface members const
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/307699304886...434150aef798
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12899: macOS: Prevent Xcode 9.3 build warnings (master...preventxcodebuildwarnings) https://github.com/bitcoin/bitcoin/pull/12899
< bitcoin-git> bitcoin/master 3076993 Jonas Schnelli: Merge #12899: macOS: Prevent Xcode 9.3 build warnings...
< bitcoin-git> bitcoin/master 2eb5036 Akio Nakamura: macOS: Prevent Xcode 9.3 build warnings...
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/07825088f9cf...307699304886
< gribble> https://github.com/bitcoin/bitcoin/issues/11857 | Build tx index in parallel with validation by jimpo · Pull Request #11857 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #12695: [build] Make --enable-debug pick better options (master...enabledebug) https://github.com/bitcoin/bitcoin/pull/12695
< bitcoin-git> [bitcoin] practicalswift opened pull request #13005: Make --enable-debug to pick better options (master...enabledebug-again) https://github.com/bitcoin/bitcoin/pull/13005
< bitcoin-git> [bitcoin] fanquake closed pull request #12689: Smarter default behavior for -printtoconsole (master...console) https://github.com/bitcoin/bitcoin/pull/12689
< bitcoin-git> [bitcoin] practicalswift opened pull request #13004: Print to console by default when not run with -daemon (master...printtoconsole) https://github.com/bitcoin/bitcoin/pull/13004
< gribble> https://github.com/bitcoin/bitcoin/issues/12838 | QT: double click bitcoin icon on the task bar with setting minimize to the tray cause a blank window · Issue #12838 · bitcoin/bitcoin · GitHub
< fanquake> Turns out if you close/crash Bitcoin Core in the way described in #12838, it just refuses to launch again.
< bitcoin-git> [bitcoin] ajtowns closed pull request #12931: Use winehq debs for win32 tests (master...travis-win32) https://github.com/bitcoin/bitcoin/pull/12931
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13003: qa: Add test for orphan handling (master...Mf1804-qaOrphans) https://github.com/bitcoin/bitcoin/pull/13003
< bitcoin-git> [bitcoin] sipa closed pull request #12874: Only accept bare multisig outputs after addmultisigaddress (master...201803_nowalletbaremultisig) https://github.com/bitcoin/bitcoin/pull/12874
< bitcoin-git> [bitcoin] sipa opened pull request #13002: Do not treat bare multisig outputs as IsMine unless watched (master...201804_cleanismine) https://github.com/bitcoin/bitcoin/pull/13002

2018-04-16

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12972: Add python3 script shebang lint (master...explicit_python3) https://github.com/bitcoin/bitcoin/pull/12972
< bitcoin-git> bitcoin/master 958bf40 practicalswift: add lint tool to check python3 shebang
< bitcoin-git> bitcoin/master 2bff472 John Newbery: [contrib] convert test-security-check to python3
< bitcoin-git> bitcoin/master 0782508 MarcoFalke: Merge #12972: Add python3 script shebang lint...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/4366f61cc9d4...07825088f9cf
< bitcoin-git> [bitcoin] laanwj closed pull request #11862: Network specific conf sections (master...netconf-sections) https://github.com/bitcoin/bitcoin/pull/11862
< bitcoin-git> bitcoin/master 4d34fcc Anthony Towns: ArgsManager: drop m_negated_args...
< bitcoin-git> bitcoin/master 95eb66d Anthony Towns: ArgsManager: support config file sections
< bitcoin-git> bitcoin/master 3673ca3 Anthony Towns: ArgsManager: keep command line and config file arguments separate
< bitcoin-git> [bitcoin] laanwj pushed 12 new commits to master: https://github.com/bitcoin/bitcoin/compare/6a278e064009...4366f61cc9d4
< gribble> https://github.com/bitcoin/bitcoin/issues/12647 | wallet: Fix possible memory leak in CreateWalletFromFile. by jimpo · Pull Request #12647 · bitcoin/bitcoin · GitHub
< jamesob> (which made, e.g., https://github.com/bitcoin/bitcoin/pull/11824 necessary)
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13000: travis: Switch to xenial (master...Mf1804-travisXenial) https://github.com/bitcoin/bitcoin/pull/13000
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13000: travis: Switch to xenial (master...Mf1804-travisXenial) https://github.com/bitcoin/bitcoin/pull/13000
< bitcoin-git> [bitcoin] ken2812221 opened pull request #12999: qt: Show the Window when double clicking the taskbar icon (master...qt-fix) https://github.com/bitcoin/bitcoin/pull/12999
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12996: tests: Remove redundant bytes(…) calls (master...bytes²) https://github.com/bitcoin/bitcoin/pull/12996
< bitcoin-git> bitcoin/master 6a278e0 MarcoFalke: Merge #12996: tests: Remove redundant bytes(…) calls...
< bitcoin-git> bitcoin/master 9db48c5 practicalswift: tests: Remove redundant bytes²
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fe8fa22d7a4a...6a278e064009
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12987: tests/tools: Enable additional Python flake8 rules for automatic linting via Travis (master...enable-flake8-checks) https://github.com/bitcoin/bitcoin/pull/12987
< bitcoin-git> bitcoin/master 643aad1 practicalswift: Enable additional flake8 rules
< bitcoin-git> bitcoin/master fe8fa22 MarcoFalke: Merge #12987: tests/tools: Enable additional Python flake8 rules for automatic linting via Travis...
< bitcoin-git> bitcoin/master f020aca practicalswift: Minor Python cleanups to make flake8 pass with the new rules enabled
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/0d6992168c2b...fe8fa22d7a4a
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #12998: Default to defining endian-conversion DECLs in compat w/o config (master...2018-04-default-decls) https://github.com/bitcoin/bitcoin/pull/12998
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12997: [doc] build-windows: Switch to Artful, since Zesty is EOL (master...Mf1804-docBuildWinArtful) https://github.com/bitcoin/bitcoin/pull/12997
< gribble> https://github.com/bitcoin/bitcoin/issues/12360 | Bury bip9 deployments by jnewbery · Pull Request #12360 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #12996: tests: Remove redundant bytes(…) calls (master...bytes²) https://github.com/bitcoin/bitcoin/pull/12996
< gribble> https://github.com/bitcoin/bitcoin/issues/11739 | Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesis by sdaftuar · Pull Request #11739 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12993: tests: Remove compatibility code not needed now when we're on Python 3 (master...remove-python-2-compatibility-code) https://github.com/bitcoin/bitcoin/pull/12993
< bitcoin-git> bitcoin/master 0d69921 Wladimir J. van der Laan: Merge #12993: tests: Remove compatibility code not needed now when we're on Python 3...
< bitcoin-git> bitcoin/master b95f9a6 practicalswift: tests: Remove compatibility code not needed now when we're on Python 3
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6df0c6cb4169...0d6992168c2b
<@wumpus> jonasschnelli: @I just tried to run the "bitcoin-0.16.99-arm-linux-gnueabihf-debug.tar.gz": that's expected, the debug files contain separate debug information for the main executables, they're not executable in themselves
< jonasschnelli> readelf -A bitcoin-tx.dbg tells me it should be executable
< jonasschnelli> I just tried to run the "bitcoin-0.16.99-arm-linux-gnueabihf-debug.tar.gz" debug binaries on my arm machine but get a "cannot execute binary file: Exec format error"
<@wumpus> Kanna: off topic here, go to #bitcoin
< gribble> https://github.com/bitcoin/bitcoin/issues/12990 | depends: Fix libX11 build on gcc 8 by MarcoFalke · Pull Request #12990 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #12993: tests: Remove compatibility code not needed now when we're on Python 3 (master...remove-python-2-compatibility-code) https://github.com/bitcoin/bitcoin/pull/12993
< Kanna> <fanquake> my fork should happen on this parameter Max Blocksize 8MB Block time 2 mins or 2.5 [ to test the bitcoin fork ]
< Kanna> I want to do the bitcoin fork with some predefined block size for example 4mb [ Testing ]
< sipa> consensus changes to bitcoin are generally discussed on the mailing list
< gribble> https://github.com/bitcoin/bitcoin/issues/12882 | tests: Make test_bitcoin pass under ThreadSanitzer (clang). Fix lock-order-inversion (potential deadlock). by practicalswift · Pull Request #12882 · bitcoin/bitcoin · GitHub
< fanquake> aj unfortunately all of the /bitcoin subtrees are at /bitcoin-core
< aj> can have PRs from multiple repos if the project is an org-project, i think? https://github.com/orgs/bitcoin/projects
< fanquake> I guess we should prioritze https://github.com/bitcoin-core/leveldb/pull/17 then. It also cleans up some of those annoying static analyzer warnings..
< bitcoin-git> [bitcoin] laanwj closed pull request #12968: leveldb: Add ARMv8 CRC32C support (master...2018_04_armv8_crc32c) https://github.com/bitcoin/bitcoin/pull/12968
< fanquake> Wondering if we want to try and get https://github.com/bitcoin-core/leveldb/pull/17 in soon.
< gribble> https://github.com/bitcoin/bitcoin/issues/12968 | leveldb: Add ARMv8 CRC32C support by laanwj · Pull Request #12968 · bitcoin/bitcoin · GitHub
< fanquake> wumpus your leveldb work in #12968 does that comflict with anything being done upstream? Just looking at https://github.com/bitcoin-core/leveldb/pull/17/commits/5c39524f3639e6bf6ab49215152d24273e662986
< bitcoin-git> [bitcoin] laanwj closed pull request #12951: [doc] Fix comment in FindForkInGlobalIndex (master...2018-04-11-findforkinglobalindex-doc) https://github.com/bitcoin/bitcoin/pull/12951
< bitcoin-git> bitcoin/master 0ef7b40 James O'Beirne: [doc] Fix comment in FindForkInGlobalIndex...
< bitcoin-git> bitcoin/master 6df0c6c Wladimir J. van der Laan: Merge #12951: [doc] Fix comment in FindForkInGlobalIndex...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3fef58c82d7a...6df0c6cb4169
< gribble> https://github.com/bitcoin/bitcoin/issues/12951 | [doc] Fix comment in FindForkInGlobalIndex by jamesob · Pull Request #12951 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12986: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6 (master...comment_correction) https://github.com/bitcoin/bitcoin/pull/12986
< bitcoin-git> bitcoin/master 3fef58c Wladimir J. van der Laan: Merge #12986: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6...
< bitcoin-git> bitcoin/master d1b828b okayplanet: correcting the array name from pnSeeds6 to pnSeed6
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e76acf3384ac...3fef58c82d7a
< gribble> https://github.com/bitcoin/bitcoin/issues/12986 | Trivial: Corrected comment array name from pnSeeds6 to pnSeed6 by okayplanet · Pull Request #12986 · bitcoin/bitcoin · GitHub

2018-04-15

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11320: Include the wallet name in log messages relating to wallets (master...wallet_name_in_log) https://github.com/bitcoin/bitcoin/pull/11320
< bitcoin-git> [bitcoin] PierreRochard opened pull request #12992: [wallet] Add wallet name to log messages (master...pr/log-wallet-name) https://github.com/bitcoin/bitcoin/pull/12992
< bitcoin-git> [bitcoin] Empact opened pull request #12991: Remove unused default args to Invalid and DoS (master...remove-unused-default-args-dos) https://github.com/bitcoin/bitcoin/pull/12991
< bitcoin-git> [bitcoin] Empact closed pull request #12976: Remove return and corruptionPossible arguments from DoS, rename to Reject (master...drop-dos-return-scripted) https://github.com/bitcoin/bitcoin/pull/12976
< sipa> you can ask in ##altcoin-dev, or on https://bitcoin.stackexchange.com (which is more general than just bitcoin)
< Randolf> shahr: They're all ultimately based on Bitcoin.
< shahr> florinCoin is based on bitcoin, i guess it would be quite similar procedure.
< Randolf> shahr: Well, this is the Bitcoin Core Development channel. You'll need to ask about FlorinCoin in its development community instead.
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12990: depends: Fix libX11 build on gcc 8 (master...Mf1804-dependsGCC8Fix) https://github.com/bitcoin/bitcoin/pull/12990
< bitcoin-git> [bitcoin] skeees opened pull request #12988: Hold cs_main while calling UpdatedBlockTip() signal (master...updatedblocktip-race) https://github.com/bitcoin/bitcoin/pull/12988
< bitcoin-git> [bitcoin] practicalswift opened pull request #12987: tests/python: Enable additional Python flake8 rules for automatic linting via Travis (master...enable-flake8-checks) https://github.com/bitcoin/bitcoin/pull/12987

2018-04-14

< bitcoin-git> [bitcoin] okayplanet opened pull request #12986: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6 (master...comment_correction) https://github.com/bitcoin/bitcoin/pull/12986
< bitcoin-git> [bitcoin] jnewbery closed pull request #12981: [DO NOT MERGE] [logging] Add logging to UpdatedBlockTip (master...p2p_compactblocks_race) https://github.com/bitcoin/bitcoin/pull/12981
< bitcoin-git> [bitcoin] laanwj closed pull request #12946: depends: Fix Qt build with XCode 9.3 (master...fix-qt-xcode93) https://github.com/bitcoin/bitcoin/pull/12946
< bitcoin-git> bitcoin/master e76acf3 Wladimir J. van der Laan: Merge #12946: depends: Fix Qt build with XCode 9.3...
< bitcoin-git> bitcoin/master 5b4fc3e fanquake: depends: Fix Qt build with XCode 9.3
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/dec61152d6cc...e76acf3384ac
< bitcoin-git> [bitcoin] laanwj closed pull request #12973: Avoid std::locale/imbue madness in DateTimeStrFormat (master...201804_noimbue) https://github.com/bitcoin/bitcoin/pull/12973
< bitcoin-git> bitcoin/master dec6115 Wladimir J. van der Laan: Merge #12973: Avoid std::locale/imbue madness in DateTimeStrFormat...
< bitcoin-git> bitcoin/master 1527015 Pieter Wuille: Avoid std::locale/imbue in DateTimeStrFormat
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5f2a39946fd4...dec61152d6cc
< bitcoin-git> [bitcoin] JeremyRand opened pull request #12985: Windows: Avoid launching as admin when NSIS installer ends. (master...nsis-de-elevate) https://github.com/bitcoin/bitcoin/pull/12985
< bitcoin-git> [bitcoin] practicalswift opened 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12968 | leveldb: Add ARMv8 CRC32C support by laanwj · Pull Request #12968 · bitcoin/bitcoin · GitHub

2018-04-13

< bitcoin-git> [bitcoin] instagibbs opened pull request #12983: Modify change identification to use hdsplit keypath (master...ischangesplit) https://github.com/bitcoin/bitcoin/pull/12983
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12982: Fix inconsistent namespace formatting guidelines (master...pr/namespace) https://github.com/bitcoin/bitcoin/pull/12982
< bitcoin-git> [bitcoin] jnewbery opened pull request #12981: [DO NOT MERGE] [logging] Add logging to UpdatedBlockTip (master...p2p_compactblocks_race) https://github.com/bitcoin/bitcoin/pull/12981
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12980: Allow quicker shutdowns during LoadBlockIndex() (master...2018/04/shutdown) https://github.com/bitcoin/bitcoin/pull/12980
< gribble> https://github.com/bitcoin/bitcoin/issues/11775 | Move fee estimator into validationinterface/cscheduler thread by TheBlueMatt · Pull Request #11775 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12979 | Split validationinterface into paralell validation/mempool interfaces by TheBlueMatt · Pull Request #12979 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12791 | Expose a transactions weight via RPC by TheBlueMatt · Pull Request #12791 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12979 | Split validationinterface into paralell validation/mempool interfaces by TheBlueMatt · Pull Request #12979 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #12979: Split validationinterface into paralell validation/mempool interfaces (master...2018-04-mempoolinterface) https://github.com/bitcoin/bitcoin/pull/12979
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #11200: Allow for aborting rescans in the GUI (master...gui-recan-abort) https://github.com/bitcoin/bitcoin/pull/11200
< bitcoin-git> bitcoin/master 5f2a399 Jonas Schnelli: Merge #11200: Allow for aborting rescans in the GUI...
< bitcoin-git> bitcoin/master ae1d2b0 Andrew Chow: Give an error when rescan is aborted by the user
< bitcoin-git> bitcoin/master 69b01e6 Andrew Chow: Add cancel button to rescan progress dialog...
< bitcoin-git> [bitcoin] jonasschnelli pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/23e7fe8be827...5f2a39946fd4
< gribble> https://github.com/bitcoin/bitcoin/issues/12978 | p2p_compactblocks.py failing occasionally on master · Issue #12978 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12569: net: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s (master...logging-signal-to-noise) https://github.com/bitcoin/bitcoin/pull/12569
< bitcoin-git> bitcoin/master 23e7fe8 Wladimir J. van der Laan: Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s...
< bitcoin-git> bitcoin/master cba2800 practicalswift: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e625548e7cae...23e7fe8be827
<@wumpus> move this to #bitcoin please
< Randolf> yair24: Forget what I suggested about the #bitcoin-dev channel.
<@wumpus> #bitcoin-dev is virtually dead, best is to just use #bitcoin
<@wumpus> yes, #bitcoin
< Randolf> yair24: There is the #bitcoin-dev channel. I also suggest that you get familiar with the GitHub.com repository for Bitcoin.
< Randolf> Well, in that case I suggest that you keep an eye on the #bitcoin channel as well. This #bitcoin-core-dev is likely to get quite advanced, but you're certainly welcome to be here too.
< Randolf> New to Bitcoin? Or new to Bitcoin development?
< swampthing> how to get free bitcoin?
< bitcoin-git> [bitcoin] laanwj closed pull request #12950: bitcoin-tx: Flatten for loop over one element (master...Mf1804-bitcoinTxUnusedLoop) https://github.com/bitcoin/bitcoin/pull/12950
< bitcoin-git> bitcoin/master e625548 Wladimir J. van der Laan: Merge #12950: bitcoin-tx: Flatten for loop over one element...
< bitcoin-git> bitcoin/master fa72f34 MarcoFalke: bitcoin-tx: Remove unused for loop
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/94deb093499c...e625548e7cae
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12960: doc: Revert to previous header include policy (master...Mf1804-docIncludes) https://github.com/bitcoin/bitcoin/pull/12960
< gribble> https://github.com/bitcoin/bitcoin/issues/12885 | Reduce implementation code inside CScript by sipa · Pull Request #12885 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12885 | Reduce implementation code inside CScript by sipa · Pull Request #12885 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12969: Drop dead code CScript::Find (master...cscript-find) https://github.com/bitcoin/bitcoin/pull/12969
< bitcoin-git> [bitcoin] promag opened pull request #12977: Refactor g_wallet_init_interface to const reference (master...2018-04-walletinitinterface) https://github.com/bitcoin/bitcoin/pull/12977
< bitcoin-git> bitcoin/master 94deb09 Wladimir J. van der Laan: Merge #12969: Drop dead code CScript::Find...
< bitcoin-git> bitcoin/master 8cbc5c4 Ben Woosley: Drop dead code CScript::Find...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5df84de583c9...94deb093499c
< bitcoin-git> [bitcoin] Empact closed pull request #12463: Drop the return and corruptionPossible arguments from CValidationState::DoS, and rename to ::Reject (master...drop-dos-return) https://github.com/bitcoin/bitcoin/pull/12463
< bitcoin-git> [bitcoin] Empact opened pull request #12976: Remove return and corruptionPossible arguments from DoS, rename to Reject (master...drop-dos-return-scripted) https://github.com/bitcoin/bitcoin/pull/12976
< bitcoin-git> [bitcoin] sipa opened pull request #12973: Avoid std::locale/imbue madness in DateTimeStrFormat (master...201804_noimbue) https://github.com/bitcoin/bitcoin/pull/12973
< bitcoin-git> [bitcoin] ken2812221 opened pull request #12972: trivial: Use python3 explicitly (master...explicit_python3) https://github.com/bitcoin/bitcoin/pull/12972
< bitcoin-git> [bitcoin] sipa closed pull request #12970: logging: bypass timestamp formatting when not logging (master...slow-tests) https://github.com/bitcoin/bitcoin/pull/12970
< bitcoin-git> bitcoin/master 5df84de Pieter Wuille: Merge #12970: logging: bypass timestamp formatting when not logging...
< bitcoin-git> bitcoin/master 339730a Cory Fields: logging: bypass timestamp formatting when not logging...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4ba6da55743a...5df84de583c9
< bitcoin-git> [bitcoin] sipa closed pull request #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining (master...201803_waitblockchange) https://github.com/bitcoin/bitcoin/pull/12743
< bitcoin-git> bitcoin/master 4ba6da5 Pieter Wuille: Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining...
< bitcoin-git> bitcoin/master 4a6c0e3 Pieter Wuille: Modernize best block mutex/cv/hash variable naming
< bitcoin-git> bitcoin/master 45dd135 Pieter Wuille: Fix csBestBlock/cvBlockChange waiting in rpc/mining
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/8480d41e0f9d...4ba6da55743a
< bitcoin-git> [bitcoin] TheCharlatan opened pull request #12971: Ugrade Qt depends to Qt5.9.4 (master...Qt59) https://github.com/bitcoin/bitcoin/pull/12971

2018-04-12

< instagibbs> sorry if #bitcoin, just getting odd results and help isn't clear
< jtimon> well, I think one point of the custom params is to avoid things like https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L382 for testing perhaps I should start with that
< bitcoin-git> [bitcoin] theuni opened pull request #12970: logging: bypass timestamp formatting when not logging (master...slow-tests) https://github.com/bitcoin/bitcoin/pull/12970
< 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/8994 | Testchains: Introduce custom chain whose constructor... by jtimon · Pull Request #8994 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10267 | New -includeconf argument for including external configuration files by kallewoof · Pull Request #10267 · bitcoin/bitcoin · GitHub
< jtimon> jnewbery: I think aj is right here https://github.com/bitcoin/bitcoin/pull/11862#issuecomment-379061898 and if not it should be solvable in the other pr after rebase, but I will try to upgrade the concept ack to an ut ack or tested ack
< gribble> https://github.com/bitcoin/bitcoin/issues/11862 | Network specific conf sections by ajtowns · Pull Request #11862 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12803: Make BaseSignatureCreator a pure interface (master...201803_puresignaturecreator) https://github.com/bitcoin/bitcoin/pull/12803
< bitcoin-git> bitcoin/master 8480d41 Wladimir J. van der Laan: Merge #12803: Make BaseSignatureCreator a pure interface...
< bitcoin-git> bitcoin/master 190b8d2 Pieter Wuille: Make BaseSignatureCreator a pure interface
< bitcoin-git> bitcoin/master be67831 Pieter Wuille: Make DummySignatureCreator a singleton
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/39439e5ab419...8480d41e0f9d
< bitcoin-git> [bitcoin] Empact opened pull request #12969: Drop dead code CScript::Find (master...cscript-find) https://github.com/bitcoin/bitcoin/pull/12969
< sipa> wumpus: would you like me to not use the lifetime extension of temporaries approach in https://github.com/bitcoin/bitcoin/pull/12803#discussion_r180788539 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/12511 | Switch to Ubuntu 18.04 for gitian building · Issue #12511 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11402 | Use shared pointer for wallet instances by promag · Pull Request #11402 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10973 | Refactor: separate wallet from node by ryanofsky · Pull Request #10973 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/8745 | [PoC] Add wallet inspection and modification tool "bitcoin-wallet-tool" by jonasschnelli · Pull Request #8745 · bitcoin/bitcoin · GitHub
< jnewbery> createwallet could also be done by bitcoin-wallet-tool
< gribble> https://github.com/bitcoin/bitcoin/issues/11402 | Use shared pointer for wallet instances by promag · Pull Request #11402 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10740 | [WIP] [wallet] dynamic loading/unloading of wallets by jnewbery · Pull Request #10740 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12874 | Only accept bare multisig outputs after addmultisigaddress by sipa · Pull Request #12874 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12874 | Only accept bare multisig outputs after addmultisigaddress by sipa · Pull Request #12874 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12874 | Only accept bare multisig outputs after addmultisigaddress by sipa · Pull Request #12874 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/1 | JSON-RPC support for mobile devices ("ultra-lightweight" clients) · Issue #1 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10757 | RPC: Introduce getblockstats to plot things by jtimon · Pull Request #10757 · bitcoin/bitcoin · GitHub
< jtimon> I guess https://github.com/bitcoin/bitcoin/pull/10757 is not a priority, but review beg either way now that there's many people
< gribble> https://github.com/bitcoin/bitcoin/issues/12560 | [wallet] Upgrade path for non-HD wallets to HD by achow101 · Pull Request #12560 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11775 | Move fee estimator into validationinterface/cscheduler thread by TheBlueMatt · Pull Request #11775 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11775 | Move fee estimator into validationinterface/cscheduler thread by TheBlueMatt · Pull Request #11775 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12560 | [wallet] Upgrade path for non-HD wallets to HD by achow101 · Pull Request #12560 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11857 | Build tx index in parallel with validation by jimpo · Pull Request #11857 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11857 | Build tx index in parallel with validation by jimpo · Pull Request #11857 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12874 | Only accept bare multisig outputs after addmultisigaddress by sipa · Pull Request #12874 · 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
< jonasschnelli> cfields: do you know why the dependency download on OSX is timing out on gitian/master: https://bitcoin.jonasschnelli.ch/builds/564/build_osx.log
< bitcoin-git> [bitcoin] laanwj opened pull request #12968: leveldb: Add ARMv8 CRC32C support (master...2018_04_armv8_crc32c) https://github.com/bitcoin/bitcoin/pull/12968
< gribble> https://github.com/bitcoin/bitcoin/issues/11857 | Build tx index in parallel with validation by jimpo · Pull Request #11857 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #12967: backport: #12626, #12650, #12487 (0.16...backport-12626) https://github.com/bitcoin/bitcoin/pull/12967
< gribble> https://github.com/bitcoin/bitcoin/issues/12955 | travis: Windows build failing after -pie changes · Issue #12955 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact closed pull request #12459: Assert compressed keys are strictly shorter than regular (master...assert-compressed-smaller) https://github.com/bitcoin/bitcoin/pull/12459
< bitcoin-git> [bitcoin] kallewoof opened pull request #12966: [WIP] Mempool optimized feerate (master...mempool-optimized-feerate) https://github.com/bitcoin/bitcoin/pull/12966
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12965: Add RPC call setscriptthreadsenabled: allow to temp. throttle CPU usage (master...2018/04/svt) https://github.com/bitcoin/bitcoin/pull/12965
< kallewoof> sipa: well, in my case I realized I had an old GUI wallet with bitcoin in it, and it allowed me to export the private keys. I just imported those into bitcoin core, rather than sending the amount (it was tiny). In the future, this will probably be done using the HD master key instead, but I don't know. Anyway, I may not always want to import the entire wallet, just a specific key...
< bitcoin-git> [bitcoin] laanwj closed pull request #12888: debug log number of unknown wallet records on load (master...unknownrec) https://github.com/bitcoin/bitcoin/pull/12888
< bitcoin-git> bitcoin/master 39439e5 Wladimir J. van der Laan: Merge #12888: debug log number of unknown wallet records on load...
< bitcoin-git> bitcoin/master 72ec5b7 Gregory Sanders: debug log number of unknown wallet records on load
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e561cf4fa865...39439e5ab419
< bitcoin-git> [bitcoin] lutangar closed pull request #12736: [RPC][Refactoring] Meaningful error code when called with wrong number of arguments (master...error-code-for-param-number) https://github.com/bitcoin/bitcoin/pull/12736
< jonasschnelli> Is there a central place for bitcoin core implementation concepts?
< bitcoin-git> [bitcoin] laanwj closed pull request #12939: Extract consts for WITNESS_V0 hash sizes (master...hash-size-constants) https://github.com/bitcoin/bitcoin/pull/12939
< bitcoin-git> bitcoin/master e561cf4 Wladimir J. van der Laan: Merge #12939: Extract consts for WITNESS_V0 hash sizes...
< bitcoin-git> bitcoin/master 3450a9b Ben Woosley: Extract consts for WITNESS_V0 hash sizes
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/979f59850c72...e561cf4fa865
< bitcoin-git> [bitcoin] practicalswift opened pull request #12963: Fix Clang Static Analyzer warnings (master...issue-12961) https://github.com/bitcoin/bitcoin/pull/12963
< gribble> https://github.com/bitcoin/bitcoin/issues/12705 | [WIP] Importmulti private key support by kallewoof · Pull Request #12705 · bitcoin/bitcoin · GitHub
< kallewoof> luke-jr: It's fine, except you need to import every possible type of public key as you don't know what kind it is. See https://github.com/bitcoin/bitcoin/pull/12705#issuecomment-373973741
< wumpus> kallewoof: uh oh, looking at python-bitcoinlib's WIF decoder: https://github.com/petertodd/python-bitcoinlib/blob/master/bitcoin/wallet.py#L253 they treat only keys with suffix byte AND suffix byte=1 as compressed and the rest as uncompressed
< mryandao> while most open source project struggle with funding, bitcoin-core has a funny situation where there simply enough human resources to spend funding? :/
< gribble> https://github.com/bitcoin/bitcoin/issues/12240 | [rpc] Introduced a new `fees` structure that aggregates all sub-field fee types denominated in BTC by mryandao · Pull Request #12240 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12961 | 979f598: Clang Static Analyzer Report · Issue #12961 · bitcoin/bitcoin · GitHub