2019-11-21

< jonasschnelli> Renewal of the Bitcoin Core Code Signing Apple Programm
< wumpus> 8 blockers, 6 chasing concept ACK at https://github.com/bitcoin/bitcoin/projects/8
< 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 moneyball kvaciral ariard digi_james amiti fjahr
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/ae6943620ab3...69a6f1ad1f7c
< bitcoin-git> bitcoin/master 73b5505 Hennadii Stepanov: refactor: Move SendCoinsRecipient in own header
< bitcoin-git> bitcoin/master 567cb44 Hennadii Stepanov: refactor: Nuke guiutil circular dependency
< bitcoin-git> bitcoin/master 49c4211 Hennadii Stepanov: refactor: Nuke walletmodeltransaction circular dep
< bitcoin-git> [bitcoin] laanwj merged pull request #17513: refactor, qt: Nuke some circular dependencies (master...20191119-nuke-circular-dep) https://github.com/bitcoin/bitcoin/pull/17513
< amiti> emilengler: did you take a look at `test_runner.py`? you'll want to add your test there. see https://github.com/bitcoin/bitcoin/blob/master/test/functional/test_runner.py#L76
< bitcoin-git> [bitcoin] brakmic opened pull request #17551: test: added test for RPCConvertNamedValues in rpc_tests (master...expanding-test-coverage) https://github.com/bitcoin/bitcoin/pull/17551
< bitcoin-git> [bitcoin] fanquake opened pull request #17550: build: set minimum supported macOS to 10.12 (master...macOS_10_12_minimum) https://github.com/bitcoin/bitcoin/pull/17550
< bitcoin-git> [bitcoin] fanquake closed pull request #17202: Travis CI bug in macOS environment #17178 workaround (master...issue#17178) https://github.com/bitcoin/bitcoin/pull/17202
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17549: ci: misc cleanups (master...1911-ciCleanups) https://github.com/bitcoin/bitcoin/pull/17549
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/5ff798c39b8a...ae6943620ab3
< bitcoin-git> bitcoin/master fac07f2 MarcoFalke: node: Add reference to mempool in NodeContext
< bitcoin-git> bitcoin/master 8888ad0 MarcoFalke: test: Replace recursive lock with locking annotations
< bitcoin-git> bitcoin/master fa53881 MarcoFalke: scripted-diff: Replace ::mempool with m_node.mempool in tests
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17407: node: Add reference to mempool in NodeContext (master...1911-txPoolOptional) https://github.com/bitcoin/bitcoin/pull/17407
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b7bc9b833009...5ff798c39b8a
< bitcoin-git> bitcoin/master 402ee70 Hennadii Stepanov: refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE const
< bitcoin-git> bitcoin/master cb9d830 Hennadii Stepanov: test: Use proper MAX_SCRIPT_ELEMENT_SIZE
< bitcoin-git> bitcoin/master 5ff798c MarcoFalke: Merge #17439: refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE constants consi...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17439: refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE constants consistently (master...20191111-maxscriptelementsize-const) https://github.com/bitcoin/bitcoin/pull/17439
< gribble> https://github.com/bitcoin/bitcoin/issues/17513 | refactor, qt: Nuke some circular dependencies by hebasto . Pull Request #17513 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14384 | Fire TransactionRemovedFromMempool callbacks from mempool by l2a5b1 . Pull Request #14384 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #17547: build: Fix configure report about qr (master...20191121-configure-qrencode) https://github.com/bitcoin/bitcoin/pull/17547
< gribble> https://github.com/bitcoin/bitcoin/issues/17290 | Enable BnB coin selection for preset inputs and subtract fee from outputs by achow101 . Pull Request #17290 . bitcoin/bitcoin . GitHub

2019-11-20

< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/41162c0ba0a1...b7bc9b833009
< bitcoin-git> bitcoin/master faffa7f MarcoFalke: wallet: Avoid showing GUI popups on RPC errors (take 2)
< bitcoin-git> bitcoin/master b7bc9b8 MarcoFalke: Merge #17444: wallet: Avoid showing GUI popups on RPC errors (take 2)
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17444: wallet: Avoid showing GUI popups on RPC errors (take 2) (master...1911-walletGuiPopupRpc) https://github.com/bitcoin/bitcoin/pull/17444
< bitcoin-git> [bitcoin] fanquake opened pull request #17545: build: remove libanl.so.1 from ALLOWED_LIBRARIES (master...remove_libanl_from_allowed_symbols) https://github.com/bitcoin/bitcoin/pull/17545
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17423: ci: Make ci system read-only on the git work tree (master...1911-ciRo) https://github.com/bitcoin/bitcoin/pull/17423
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a8d9f7dfa723...41162c0ba0a1
< bitcoin-git> bitcoin/master fa00393 MarcoFalke: ci: Make all filesystem operations inside docker
< bitcoin-git> bitcoin/master fab1333 MarcoFalke: ci: Remove git from required packages on host
< bitcoin-git> bitcoin/master fa493ef MarcoFalke: ci: Make ci system read-only on the git work tree
< bitcoin-git> [bitcoin] ariard opened pull request #17543: Wallet: undo conflicts properly in case of blocks disconnection (master...2019-11-fix-wallet-unconflicts) https://github.com/bitcoin/bitcoin/pull/17543
< sipa> fanquake: i was trying to figure out https://bitcoin.stackexchange.com/q/91802/208
< bitcoin-git> [bitcoin] brakmic opened pull request #17542: build: Create test utility library from src/test/util/ (master...test-util-lib) https://github.com/bitcoin/bitcoin/pull/17542
< bitcoin-git> [bitcoin] theStack opened pull request #17541: test: add functional test for non-standard bare multisig txs (master...20191120-test-for-bare-multisig-in-mempool_accept) https://github.com/bitcoin/bitcoin/pull/17541
< MarcoFalke> instagibbs_: Have you run `git grep CHECK_NONFATAL bitcoin/master`?
< gribble> https://github.com/bitcoin/bitcoin/issues/16795 | rpc: have raw transaction decoding infer output descriptors by instagibbs . Pull Request #16795 . bitcoin/bitcoin . GitHub
< emilengler> I need to medify the bitcoin.conf
< gribble> https://github.com/bitcoin/bitcoin/issues/17536 | test: Add test for rpc_whitelist by emilengler . Pull Request #17536 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #17539: doc: Update and improve Developer Notes (master...20191120-developer-notes) https://github.com/bitcoin/bitcoin/pull/17539
< bitcoin-git> [bitcoin] fanquake opened pull request #17538: build: Bump minimum libc to 2.17 for release binaries (master...bump_libc_217) https://github.com/bitcoin/bitcoin/pull/17538
< bitcoin-git> [bitcoin] achow101 closed pull request #17510: Add copy constructor and copy operator= to CScript to remove ubsan suppression (master...cscript-undef) https://github.com/bitcoin/bitcoin/pull/17510
< bitcoin-git> [bitcoin] achow101 opened pull request #17537: wallet: Cleanup and move opportunistic and superfluous TopUp()s (master...cleanup-topups) https://github.com/bitcoin/bitcoin/pull/17537
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17420: travis: Rework CACHE_ERR_MSG (master...1911-docTravis) https://github.com/bitcoin/bitcoin/pull/17420
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3671c5721d42...a8d9f7dfa723
< bitcoin-git> bitcoin/master 9999a79 MarcoFalke: travis: Rework CACHE_ERR_MSG
< bitcoin-git> bitcoin/master a8d9f7d MarcoFalke: Merge #17420: travis: Rework CACHE_ERR_MSG
< bitcoin-git> [bitcoin] emilengler opened pull request #17536: test: Add test for rpc_whitelist (master...2019-11-jeremyrubin-whitelistrpc-meta) https://github.com/bitcoin/bitcoin/pull/17536
< bitcoin-git> [bitcoin] jonatack opened pull request #17535: test: add block height test to listsinceblock.py (master...rpc-wallet-blockheight-followups) https://github.com/bitcoin/bitcoin/pull/17535
< bitcoin-git> [bitcoin] fanquake merged pull request #17532: test: add functional test for non-standard txs with too large scriptSig (master...20191120-test-check-for-too-large-scriptsig-in-mempool_accept) https://github.com/bitcoin/bitcoin/pull/17532
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/76e777df83db...3671c5721d42
< bitcoin-git> bitcoin/master 8f2d773 Sebastian Falbesoner: test: add functional test for non-standard txs with too large scriptSig
< bitcoin-git> bitcoin/master 3671c57 fanquake: Merge #17532: test: add functional test for non-standard txs with too larg...
< fanquake> wumpus looks like a very unrelated Travis failure in #17514: https://travis-ci.org/bitcoin/bitcoin/jobs/614551535#L1424
< gribble> https://github.com/bitcoin/bitcoin/issues/17514 | util: Make logging noexcept by laanwj . Pull Request #17514 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] fanquake merged pull request #16161: util: Fix compilation errors in support/lockedpool.cpp (master...2019-06-arena-walk) https://github.com/bitcoin/bitcoin/pull/16161
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/26744ae189af...76e777df83db
< bitcoin-git> bitcoin/master ad71548 Jeffrey Czyz: Fix compilation errors in support/lockedpool.cpp
< bitcoin-git> bitcoin/master 15c84f5 Jeffrey Czyz: Define ARENA_DEBUG in Travis test runs
< bitcoin-git> bitcoin/master 30fb598 Jeffrey Czyz: Fix segfault in allocator_tests/arena_tests
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/36191a8bb536...26744ae189af
< bitcoin-git> bitcoin/master 8944c1d dannmat: Changed tooltips of receive form to highlight difference between Label and...
< bitcoin-git> bitcoin/master 26744ae Wladimir J. van der Laan: Merge #17446: gui: Changed tooltip for 'Label' & 'Message' text fields to ...
< bitcoin-git> [bitcoin] laanwj merged pull request #17446: gui: Changed tooltip for 'Label' & 'Message' text fields to be more clear (master...Nov-19-Remove-Message-Input) https://github.com/bitcoin/bitcoin/pull/17446
< gribble> https://github.com/bitcoin/bitcoin/issues/16224 | gui: Bilingual GUI error messages by hebasto . Pull Request #16224 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16362 | Add bilingual_str type by hebasto . Pull Request #16362 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #17531: Bump minimum libc to 2.19 for release binaries (master...2019_11_bump_libc) https://github.com/bitcoin/bitcoin/pull/17531
< bitcoin-git> [bitcoin] Sjors closed pull request #17520: build: Mark depends headers as -isystem (master...2019/11/depends-isystem) https://github.com/bitcoin/bitcoin/pull/17520
< bitcoin-git> [bitcoin] Sjors opened pull request #17533: build: undo Werror=unused-variable (master...2019/11/no-unused-variable-error) https://github.com/bitcoin/bitcoin/pull/17533
< bitcoin-git> [bitcoin] laanwj closed pull request #16808: gui: fix language list (master...translation-list-fix) https://github.com/bitcoin/bitcoin/pull/16808
< bitcoin-git> [bitcoin] laanwj merged pull request #12461: scripted-diff: Rename key size consts to be relative to their class (master...key-size-consts) https://github.com/bitcoin/bitcoin/pull/12461
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6496bb87afc6...36191a8bb536
< bitcoin-git> bitcoin/master 47101bb Ben Woosley: scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SI...
< bitcoin-git> bitcoin/master 0580f86 Ben Woosley: Fixup whitespace
< bitcoin-git> bitcoin/master 36191a8 Wladimir J. van der Laan: Merge #12461: scripted-diff: Rename key size consts to be relative to thei...
< bitcoin-git> [bitcoin] laanwj merged pull request #17008: build: bump libevent to 2.1.11 in depends (master...master) https://github.com/bitcoin/bitcoin/pull/17008
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b4a1da9ef8e4...6496bb87afc6
< bitcoin-git> bitcoin/master 02ac445 stefanwouldgo: bump libevent to 2.1.11 in depends
< bitcoin-git> bitcoin/master 6496bb8 Wladimir J. van der Laan: Merge #17008: build: bump libevent to 2.1.11 in depends
< bitcoin-git> [bitcoin] theStack opened pull request #17532: test: add functional test for non-standard txs with too large scriptSig (master...20191120-test-check-for-too-large-scriptsig-in-mempool_accept) https://github.com/bitcoin/bitcoin/pull/17532
< bitcoin-git> [bitcoin] laanwj opened pull request #17531: Bump minimum libc version to 2.23 (master...2019_11_bump_libc) https://github.com/bitcoin/bitcoin/pull/17531
< bitcoin-git> [bitcoin] laanwj opened pull request #17530: Use natural alignment for prevector (master...2019_11_prevector) https://github.com/bitcoin/bitcoin/pull/17530
< gribble> https://github.com/bitcoin/bitcoin/issues/12605 | High level road map for coin selection changes . Issue #12605 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17290 | Enable BnB coin selection for preset inputs and subtract fee from outputs by achow101 . Pull Request #17290 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17529: rpc: Faster getblock using PureBlock (master...1911-PureTx) https://github.com/bitcoin/bitcoin/pull/17529

2019-11-19

< bitcoin-git> [bitcoin] sipa opened pull request #17527: Fix CPUID subleaf iteration (master...201911_fixed_cpuid_subleafs) https://github.com/bitcoin/bitcoin/pull/17527
< bitcoin-git> [bitcoin] achow101 opened pull request #17526: Use Single Random Draw In addition to knapsack as coin selection fallback (master...srd-fallback-2) https://github.com/bitcoin/bitcoin/pull/17526
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17424: doc:Travis CI note on Build Timeouts (master...travis-note) https://github.com/bitcoin/bitcoin/pull/17424
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17462: build: macOS fix Info.plist (master...info-plist) https://github.com/bitcoin/bitcoin/pull/17462
< bitcoin-git> [bitcoin] achow101 opened pull request #17524: psbt: handle unspendable psbts (master...analyzepsbt-invalid) https://github.com/bitcoin/bitcoin/pull/17524
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17522: test: Wait until mempool is loaded in wallet_abandonconflict (master...1911-testMempoolLoaded) https://github.com/bitcoin/bitcoin/pull/17522
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14384: Fire TransactionRemovedFromMempool callbacks from mempool (master...patch/validationinterface-resolve-circular-dependencies) https://github.com/bitcoin/bitcoin/pull/14384
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #14384: Fire TransactionRemovedFromMempool callbacks from mempool (master...patch/validationinterface-resolve-circular-dependencies) https://github.com/bitcoin/bitcoin/pull/14384
< gribble> https://github.com/bitcoin/bitcoin/issues/16944 | gui: create PSBT with watch-only wallet by Sjors . Pull Request #16944 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17457 | gui: Fix manual coin control with multiple wallets loaded by promag . Pull Request #17457 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #17521: depends: only use D-Bus with Qt on linux (master...no_dbus_macos) https://github.com/bitcoin/bitcoin/pull/17521
< bitcoin-git> [bitcoin] Sjors opened pull request #17520: Mark depends headers as -isystem (master...2019/11/depends-isystem) https://github.com/bitcoin/bitcoin/pull/17520
< bitcoin-git> [bitcoin] narula opened pull request #17519: refactor: Remove unused COINBASE_FLAGS (master...removecoinbaseflags) https://github.com/bitcoin/bitcoin/pull/17519
< bitcoin-git> [bitcoin] hebasto opened pull request #17518: refactor, wallet: Nuke coincontrol circular dependency (master...20191119-coincontrol-dep) https://github.com/bitcoin/bitcoin/pull/17518
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le (master...1911-ciPpcAsan) https://github.com/bitcoin/bitcoin/pull/17517
< bitcoin-git> [bitcoin] hebasto closed pull request #17516: refactor, tool: Cleanup WalletTool namespace (master...20191119-wallettool-namespace) https://github.com/bitcoin/bitcoin/pull/17516
< promag> luke-jr: in https://github.com/bitcoin/bitcoin/issues/2545#issuecomment-16766544 what you mean by "going away" ?
< bitcoin-git> [bitcoin] hebasto opened pull request #17516: refactor, tool: Cleanup WalletTool namespace (master...20191119-wallettool-namespace) https://github.com/bitcoin/bitcoin/pull/17516
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/e1df92213253...b4a1da9ef8e4
< bitcoin-git> bitcoin/master 278751e Wladimir J. van der Laan: doc: Remove ssl as a required dependency from build-unix
< bitcoin-git> bitcoin/master 2d70665 Wladimir J. van der Laan: build: remove libcrypto as internal dependency in libbitcoinconsensus.pc
< bitcoin-git> bitcoin/master 7ea5526 Wladimir J. van der Laan: test: remove lsan suppression for libcrypto
< bitcoin-git> [bitcoin] fanquake merged pull request #17515: Remove straggling OpenSSL references from doc and build (master...2019_11_ssl_crypto_doc_cleanup) https://github.com/bitcoin/bitcoin/pull/17515
< instagibbs_> loaded for bitcoin-qt*
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17497: test: skip tests when utils haven't been compiled (master...skip_cli_interface_test_when_no_cli) https://github.com/bitcoin/bitcoin/pull/17497
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/92db280817c5...e1df92213253
< bitcoin-git> bitcoin/master 621d398 fanquake: test: skip bitcoin_cli test when the cli isn't compiled
< bitcoin-git> bitcoin/master e9277ba fanquake: test: skip wallet_listreceivedby test when the cli isn't compiled
< bitcoin-git> bitcoin/master a673521 fanquake: test: skip tool_wallet test when bitcoin-wallet isn't compiled
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2065ef66ee6f...92db280817c5
< bitcoin-git> bitcoin/master adbe155 Wladimir J. van der Laan: doc: Add some better examples for scripted diff
< bitcoin-git> bitcoin/master 92db280 Wladimir J. van der Laan: Merge #17411: doc: Add some better examples for scripted diff
< bitcoin-git> [bitcoin] laanwj merged pull request #17411: doc: Add some better examples for scripted diff (master...2019_11_scripted_diff_examples) https://github.com/bitcoin/bitcoin/pull/17411
< bitcoin-git> [bitcoin] laanwj opened pull request #17515: Remove straggling OpenSSL references from doc and build (master...2019_11_ssl_crypto_doc_cleanup) https://github.com/bitcoin/bitcoin/pull/17515
< bitcoin-git> [bitcoin] laanwj opened pull request #17514: util: Make logging noexcept (master...2019_11_logging_noexcept) https://github.com/bitcoin/bitcoin/pull/17514
< bitcoin-git> [bitcoin] Sjors closed pull request #16966: ui: make send a wizard (master...2019/09/gui-send) https://github.com/bitcoin/bitcoin/pull/16966
< bitcoin-git> [bitcoin] hebasto opened pull request #17513: refactor, qt: Nuke some circular dependencies (master...20191119-nuke-circular-dep) https://github.com/bitcoin/bitcoin/pull/17513
< bitcoin-git> [bitcoin] laanwj pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/30521302f90e...2065ef66ee6f
< bitcoin-git> bitcoin/master 5624ab0 fanquake: random: stop feeding RNG output back into OpenSSL
< bitcoin-git> bitcoin/master 4fcfcc2 fanquake: random: stop retrieving random bytes from OpenSSL
< bitcoin-git> bitcoin/master b49b6b0 fanquake: random: Remove remaining OpenSSL calls and locking infrastructure
< bitcoin-git> [bitcoin] laanwj merged pull request #17265: Remove OpenSSL (master...remove_openssl) https://github.com/bitcoin/bitcoin/pull/17265
< bitcoin-git> [bitcoin] martinus closed pull request #16801: faster & less memory for sync: bulk pool allocator for node based containers (master...2019-08-bulkpoolallocator) https://github.com/bitcoin/bitcoin/pull/16801

2019-11-18

< bitcoin-git> [bitcoin] sipa opened pull request #17511: Add bounds checks before base58 decoding (master...201911_boundedbase58) https://github.com/bitcoin/bitcoin/pull/17511
< gribble> https://github.com/bitcoin/bitcoin/issues/17290 | Enable BnB coin selection for preset inputs and subtract fee from outputs by achow101 . Pull Request #17290 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] emilengler closed pull request #17498: Add permission whitelisting system (master...2019-11-whitelist-permission-system) https://github.com/bitcoin/bitcoin/pull/17498
< bitcoin-git> [bitcoin] ryanofsky reopened pull request #12763: Add RPC Whitelist Feature from #12248 (master...whitelistrpc) https://github.com/bitcoin/bitcoin/pull/12763
< bitcoin-git> [bitcoin] achow101 opened pull request #17510: Add copy constructor and copy operator= to CScript to remove ubsan suppression (master...cscript-undef) https://github.com/bitcoin/bitcoin/pull/17510
< gribble> https://github.com/bitcoin/bitcoin/issues/14384 | Fire TransactionRemovedFromMempool callbacks from mempool by l2a5b1 . Pull Request #14384 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] Sjors opened pull request #17509: gui: save and load PSBT (master...2019/11/gui-psbt-save) https://github.com/bitcoin/bitcoin/pull/17509
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/397c6d32c8f8...30521302f90e
< bitcoin-git> bitcoin/master 49f4c7f practicalswift: tests: Add fuzzing harness for various PSBT related functions
< bitcoin-git> bitcoin/master 3052130 MarcoFalke: Merge #17136: tests: Add fuzzing harness for various PSBT related function...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17136: tests: Add fuzzing harness for various PSBT related functions (master...fuzzers-psbt) https://github.com/bitcoin/bitcoin/pull/17136
< bitcoin-git> [bitcoin] fanquake opened pull request #17507: random: mark RandAddPeriodic and SeedPeriodic as noexcept (master...random_followups) https://github.com/bitcoin/bitcoin/pull/17507
< gribble> https://github.com/bitcoin/bitcoin/issues/17270 | Feed environment data into RNG initializers by sipa . Pull Request #17270 . bitcoin/bitcoin . GitHub
< bitcoin-git> bitcoin/master e161bc7 Wladimir J. van der Laan: doc: Remove bitness from bitcoin-qt help message and manpage
< bitcoin-git> bitcoin/master 397c6d3 MarcoFalke: Merge #17503: doc: Remove bitness from bitcoin-qt help message and manpage...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17503: doc: Remove bitness from bitcoin-qt help message and manpage (master...2019_11_nobitness) https://github.com/bitcoin/bitcoin/pull/17503
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6fde676f647e...397c6d32c8f8
< gribble> https://github.com/bitcoin/bitcoin/issues/17265 | Remove OpenSSL by fanquake . Pull Request #17265 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #16669: build: use new fork of osslsigncode for windows gitian signing (master...osslsigncode_2_0) https://github.com/bitcoin/bitcoin/pull/16669
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ca1eeba0b058...6fde676f647e
< bitcoin-git> bitcoin/master feb5075 fanquake: build: use osslsigncode 2.0 in gitian
< bitcoin-git> bitcoin/master 6fde676 Wladimir J. van der Laan: Merge #16669: build: use new fork of osslsigncode for windows gitian signi...
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/63fac52f31ea...ca1eeba0b058
< bitcoin-git> bitcoin/master 1c23ea5 fanquake: test: fix bitcoind already running warnings on macOS
< bitcoin-git> bitcoin/master ca1eeba Wladimir J. van der Laan: Merge #17488: test: fix "bitcoind already running" warnings on macOS
< bitcoin-git> [bitcoin] laanwj merged pull request #17488: test: fix "bitcoind already running" warnings on macOS (master...macos_pidof_test_runner_warning) https://github.com/bitcoin/bitcoin/pull/17488
< bitcoin-git> [bitcoin] laanwj pushed tag v0.19.0.1: https://github.com/bitcoin/bitcoin/compare/v0.19.0.1
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24647a09e710...63fac52f31ea
< bitcoin-git> bitcoin/master 2f5f7d6 darosior: GuessVerificationProgress: cap the ratio to 1
< bitcoin-git> bitcoin/master 63fac52 Wladimir J. van der Laan: Merge #17328: GuessVerificationProgress: cap the ratio to 1
< bitcoin-git> [bitcoin] laanwj merged pull request #17328: GuessVerificationProgress: cap the ratio to 1 (master...fixup_getblockchaininfo) https://github.com/bitcoin/bitcoin/pull/17328
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0bb37e437e9c...24647a09e710
< bitcoin-git> bitcoin/master fa6e01b MarcoFalke: ci: Use clang-8 for fuzzing to run on aarch64 ci systems
< bitcoin-git> bitcoin/master fa2ec9f MarcoFalke: fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs
< bitcoin-git> bitcoin/master 24647a0 Wladimir J. van der Laan: Merge #17470: ci: Use clang-8 for fuzzing to run on aarch64 ci systems
< bitcoin-git> [bitcoin] laanwj merged pull request #17470: ci: Use clang-8 for fuzzing to run on aarch64 ci systems (master...1911-ciFuzzClang8) https://github.com/bitcoin/bitcoin/pull/17470
< gribble> https://github.com/bitcoin/bitcoin/issues/17265 | Remove OpenSSL by fanquake . Pull Request #17265 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/1baf7d181931...0bb37e437e9c
< bitcoin-git> bitcoin/master b51bae1 fanquake: doc: minor corrections in random.cpp
< bitcoin-git> bitcoin/master cea3902 Pieter Wuille: [MOVEONLY] Move perfmon data gathering to new randomenv module
< bitcoin-git> bitcoin/master 723c796 Pieter Wuille: [MOVEONLY] Move cpuid code from random & sha256 to compat/cpuid
< bitcoin-git> [bitcoin] laanwj merged pull request #17270: Feed environment data into RNG initializers (master...201910_seedrandom) https://github.com/bitcoin/bitcoin/pull/17270
< promag> wumpus: regarding #17500, considering the goal is to remove the circular dependency, which can be done with just https://github.com/bitcoin/bitcoin/pull/17500#discussion_r347153585 I don't agree with the other changes - particularly with the one setting the parent temporarily to BitcoinGUI
< gribble> https://github.com/bitcoin/bitcoin/issues/17500 | refactor, qt: Nuke walletframe circular dependency by hebasto . Pull Request #17500 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] promag closed pull request #17505: Fix unsigned integer overflow in LoadMempool (master...2019-11-loadmempool-ubsan-uint-overflow) https://github.com/bitcoin/bitcoin/pull/17505
< bitcoin-git> [bitcoin] promag opened pull request #17505: Fix unsigned integer overflow in LoadMempool (master...2019-11-loadmempool-ubsan-uint-overflow) https://github.com/bitcoin/bitcoin/pull/17505
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94f0749f9130...1baf7d181931
< bitcoin-git> bitcoin/master bc728d1 Carl Dong: depends: qt: Fix C{,XX} pickup
< bitcoin-git> bitcoin/master 1baf7d1 Wladimir J. van der Laan: Merge #17466: depends: qt: Fix C{,XX} pickup
< bitcoin-git> [bitcoin] laanwj merged pull request #17466: depends: qt: Fix C{,XX} pickup (master...2019-11-qt-CC-CXX-pickup) https://github.com/bitcoin/bitcoin/pull/17466
< bitcoin-git> [bitcoin] laanwj opened pull request #17503: doc: Remove bitness from bitcoin-qt help message and manpage (master...2019_11_nobitness) https://github.com/bitcoin/bitcoin/pull/17503
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7dbc33f61764...94f0749f9130
< bitcoin-git> bitcoin/master 0ec9671 TheCharlatan: Add TheCharlatan's pgp key
< bitcoin-git> bitcoin/master 94f0749 Wladimir J. van der Laan: Merge #17436: Add TheCharlatan's pgp key
< bitcoin-git> [bitcoin] laanwj merged pull request #17436: Add TheCharlatan's pgp key (master...gitianKey) https://github.com/bitcoin/bitcoin/pull/17436
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/890dc0a7cccd...1bc9988993ee
< bitcoin-git> bitcoin/0.19 1bc9988 Wladimir J. van der Laan: doc: Generate manpages for 0.19.0.1
< bitcoin-git> [bitcoin] theStack opened pull request #17502: test: add unit test for non-standard bare multisig txs (master...20191118-test_check-for-non-standard-txs-bare-multisig) https://github.com/bitcoin/bitcoin/pull/17502

2019-11-17

< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b90dad514399...7dbc33f61764
< bitcoin-git> bitcoin/master 5fa28e9 Hennadii Stepanov: refactor: Remove unused signal
< bitcoin-git> bitcoin/master 7dbc33f Jonas Schnelli: Merge #17499: refactor, qt: Remove unused signal from WalletView class
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #17499: refactor, qt: Remove unused signal from WalletView class (master...20191117-walletview-cleanup) https://github.com/bitcoin/bitcoin/pull/17499
< bitcoin-git> [bitcoin] hebasto opened pull request #17500: refactor, qt: Nuke walletframe circular dependency (master...20191117-nuke-circular) https://github.com/bitcoin/bitcoin/pull/17500
< emilengler> Could someone restart this? https://travis-ci.org/bitcoin/bitcoin/builds/612991003
< bitcoin-git> [bitcoin] hebasto opened pull request #17499: refactor, qt: Remove unused signal from WalletView class (master...20191117-walletview-cleanup) https://github.com/bitcoin/bitcoin/pull/17499
< bitcoin-git> [bitcoin] emilengler opened pull request #17498: Add permission whitelisting system (master...2019-11-whitelist-permission-system) https://github.com/bitcoin/bitcoin/pull/17498
< bitcoin-git> [bitcoin] fanquake opened pull request #17497: test: skip interface_bitcoin_cli when the cli isn't compiled (master...skip_cli_interface_test_when_no_cli) https://github.com/bitcoin/bitcoin/pull/17497

2019-11-16

< bitcoin-git> [bitcoin] fanquake opened pull request #17494: utils: Use GetProcessWorkingSetSizeEx to get limit for Win32LockedPageAllocator (master...windows_page_allocator_getlimit) https://github.com/bitcoin/bitcoin/pull/17494

2019-11-15

< bitcoin-git> [bitcoin] ryanofsky opened pull request #17493: util: Forbid ambiguous repeated assignments in config file (master...pr/wdmult) https://github.com/bitcoin/bitcoin/pull/17493
< bitcoin-git> [bitcoin] Xekyo closed pull request #17489: Remove unused variable COINBASE_FLAGS (master...removeUnusedVariable) https://github.com/bitcoin/bitcoin/pull/17489
< bitcoin-git> [bitcoin] instagibbs opened pull request #17492: [WIP] QT: bump fee returns PSBT on clipboard for watchonly-only wallets (master...gui_bump_psbt) https://github.com/bitcoin/bitcoin/pull/17492
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17490: ci: Add valgrind run (master...1911-ciValgrind) https://github.com/bitcoin/bitcoin/pull/17490
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ed3e071dfea...b90dad514399
< bitcoin-git> bitcoin/master 18b18f8 Sjors Provoost: [build] ./configure --enable-werror: add unused-variable
< bitcoin-git> bitcoin/master b90dad5 MarcoFalke: Merge #17486: build: make Travis catch unused variables
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17486: build: make Travis catch unused variables (master...2019/11/Werror-unused-variable) https://github.com/bitcoin/bitcoin/pull/17486
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f92e750eb4eb...1ed3e071dfea
< bitcoin-git> bitcoin/master d604b4c practicalswift: tests: Update valgrind suppressions
< bitcoin-git> bitcoin/master 1ed3e07 MarcoFalke: Merge #17455: tests: Update valgrind suppressions
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17455: tests: Update valgrind suppressions (master...valgrind-suppressions) https://github.com/bitcoin/bitcoin/pull/17455
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17480: test: add unit test for non-standard txs with too large scriptSig (master...20191114-test-check-for-non-standard-txs-with-too-large-scriptsig) https://github.com/bitcoin/bitcoin/pull/17480
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/422ec33d45ed...f92e750eb4eb
< bitcoin-git> bitcoin/master 5e8a563 Sebastian Falbesoner: test: add unit test for non-standard txs with too large scriptSig
< bitcoin-git> bitcoin/master f92e750 MarcoFalke: Merge #17480: test: add unit test for non-standard txs with too large scri...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17322: Fix input size assertion in wallet_bumpfee.py (master...w_bp_assert) https://github.com/bitcoin/bitcoin/pull/17322
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7709cbf4c15...422ec33d45ed
< bitcoin-git> bitcoin/master 38516f9 Gregory Sanders: Fix input size assertion in wallet_bumpfee.py
< bitcoin-git> bitcoin/master 422ec33 MarcoFalke: Merge #17322: Fix input size assertion in wallet_bumpfee.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/21ee676dd6a7...c7709cbf4c15
< bitcoin-git> bitcoin/master fac942c MarcoFalke: test: Remove fragile assert_memory_usage_stable
< bitcoin-git> bitcoin/master c7709cb MarcoFalke: Merge #17469: test: Remove fragile assert_memory_usage_stable
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17469: test: Remove fragile assert_memory_usage_stable (master...1911-testFragileMem) https://github.com/bitcoin/bitcoin/pull/17469
< gribble> https://github.com/bitcoin/bitcoin/issues/17427 | qt: Fix missing qRegisterMetaType for size_t by hebasto . Pull Request #17427 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] Xekyo opened pull request #17489: Remove unused variable COINBASE_FLAGS (master...removeUnusedVariable) https://github.com/bitcoin/bitcoin/pull/17489
< bitcoin-git> [bitcoin] fanquake opened pull request #17488: test: fix "bitcoind already running" warnings on macOS (master...macos_pidof_test_runner_warning) https://github.com/bitcoin/bitcoin/pull/17488
< bitcoin-git> [bitcoin] jamesob opened pull request #17487: coins: add `erase` parameter to control cacheCoins drop on flush (master...2019-11-au-coins-erase) https://github.com/bitcoin/bitcoin/pull/17487
< wumpus> I really don't know about git-subtree... https://github.com/bitcoin/bitcoin/pull/17398#issuecomment-554292159
< bitcoin-git> [bitcoin] Sjors opened pull request #17486: build: make Travis catch unused variables (master...2019/11/Werror-unused-variable) https://github.com/bitcoin/bitcoin/pull/17486

2019-11-14

< darosior> sipa (or anyone who knows): why in https://github.com/bitcoin/bitcoin/commit/2b1f6f9ccf36f1e0a2c9d99154e1642f796d7c2b#diff-d22bc3e058f8982972e2eb381a1df668R154 is GetVirtualTransactionSize as (weight + 3) / 4 while virtual tx size is defined as weight / 4 here
< bitcoin-git> [bitcoin] jamesob closed pull request #16718: Improve speed, memory efficiency with alternate hashmap (master...2019-08-robinhood) https://github.com/bitcoin/bitcoin/pull/16718
< bitcoin-git> [bitcoin] jnewbery opened pull request #17485: net processing: Don't reach into CBlockIndex to check for block mutation (master...2019-11-processnewblock-early-return2) https://github.com/bitcoin/bitcoin/pull/17485
< bitcoin-git> [bitcoin] ariard opened pull request #17484: CWallet: add cached m_is_ibd to remove isInitialBlockDownload (master...2019-11-wallet-remove-isibd) https://github.com/bitcoin/bitcoin/pull/17484
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17483: scripted-diff: Set gitian arch back to amd64 (master...1911-gitianRevertToAmd64) https://github.com/bitcoin/bitcoin/pull/17483
< jonasschnelli> I just saw that the Bitcoin Core Code Signing Association Apple developer programm expires in 15 days
< bitcoin-git> [bitcoin] ryanofsky opened pull request #17482: util: Disallow network-qualified command line options (master...pr/wdqual) https://github.com/bitcoin/bitcoin/pull/17482
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/6ec0dc195dc6...890dc0a7cccd
< bitcoin-git> bitcoin/0.19 890dc0a Wladimir J. van der Laan: doc: Re-add release notes of 0.19.0
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/c7c8e3e072a7...6ec0dc195dc6
< bitcoin-git> bitcoin/0.19 1e9816d Wladimir J. van der Laan: build: bump version to 0.19.0.1
< bitcoin-git> bitcoin/0.19 6ec0dc1 NullFunctor: fix uninitialized variable nMinerConfirmationWindow
< gribble> https://github.com/bitcoin/bitcoin/issues/17417 | [0.19] cli: fix -getinfo output when compiled with no wallet by fanquake . Pull Request #17417 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17449 | fix uninitialized variable nMinerConfirmationWindow by bitcoinVBR . Pull Request #17449 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16697 | Unknown version bit fork activated warning . Issue #16697 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17449 | fix uninitialized variable nMinerConfirmationWindow by bitcoinVBR . Pull Request #17449 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16945 | refactor: introduce CChainState::GetCoinsCacheSizeState by jamesob . Pull Request #16945 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16323 | Call ProcessNewBlock() asynchronously by TheBlueMatt . Pull Request #16323 . bitcoin/bitcoin . GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 7 blockers, 7 chasing concept ACK again
< moneyball> Scaling bitcoin
< moneyball> So I'm proposing next Core dev to be in March in SF. The 3 days prior to Bitcoin 2020 conference
< 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 moneyball kvaciral ariard digi_james amiti fjahr
< bitcoin-git> [bitcoin] fanquake merged pull request #17449: fix uninitialized variable nMinerConfirmationWindow (master...master) https://github.com/bitcoin/bitcoin/pull/17449
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cd6cb9745e13...21ee676dd6a7
< bitcoin-git> bitcoin/master edb6b76 NullFunctor: fix uninitialized variable nMinerConfirmationWindow
< bitcoin-git> bitcoin/master 21ee676 fanquake: Merge #17449: fix uninitialized variable nMinerConfirmationWindow
< bitcoin-git> [bitcoin] theStack opened pull request #17480: test: add unit test for non-standard txs with too large scriptSig (master...20191114-test-check-for-non-standard-txs-with-too-large-scriptsig) https://github.com/bitcoin/bitcoin/pull/17480
< bitcoin-git> [bitcoin] jnewbery opened pull request #17479: Return BlockValidationState from ProcessNewBlock if CheckBlock/AcceptBlock fails (master...2019-11-processnewblock-early-return) https://github.com/bitcoin/bitcoin/pull/17479
< bitcoin-git> [bitcoin] jnewbery opened pull request #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved signals (master...2019-11-remove-mempool-signals2) https://github.com/bitcoin/bitcoin/pull/17477
< bitcoin-git> [bitcoin] domob1812 closed pull request #14144: Refactoring: Clarify code using encrypted_batch in CWallet (master...encrypted-batch) https://github.com/bitcoin/bitcoin/pull/14144
< bitcoin-git> [bitcoin] practicalswift closed pull request #16915: doc: Document MemPoolAccept::Finalize(...) precondition (master...clarify-mempoolaccept-finalize-assumptions) https://github.com/bitcoin/bitcoin/pull/16915
< bitcoin-git> [bitcoin] practicalswift closed pull request #17129: tests: Add fuzzing harness for miniscript::FromScript(...) (master...fuzzers-miniscript-fromscript) https://github.com/bitcoin/bitcoin/pull/17129
< bitcoin-git> [bitcoin] luke-jr opened pull request #17474: Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStr (master...bugfix_gui_netlimited_svcbit+refactor) https://github.com/bitcoin/bitcoin/pull/17474
< bitcoin-git> [bitcoin] ryanofsky opened pull request #17473: refactor: Settings code cleanups (master...pr/cleanset) https://github.com/bitcoin/bitcoin/pull/17473

2019-11-13

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17470: ci: Use clang-8 for fuzzing to run on aarch64 ci systems (master...1911-ciFuzzClang8) https://github.com/bitcoin/bitcoin/pull/17470
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17469: test: Remove fragile assert_memory_usage_stable (master...1911-testFragileMem) https://github.com/bitcoin/bitcoin/pull/17469
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17466: depends: qt: Fix C{,XX} pickup (master...2019-11-qt-CC-CXX-pickup) https://github.com/bitcoin/bitcoin/pull/17466
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17466: depends: qt: Fix C{,XX} pickup (master...2019-11-qt-CC-CXX-pickup) https://github.com/bitcoin/bitcoin/pull/17466
< bitcoin-git> [bitcoin] dongcarl opened pull request #17466: depends: qt: Fix C{,XX} pickup (master...2019-11-qt-CC-CXX-pickup) https://github.com/bitcoin/bitcoin/pull/17466
< MarcoFalke> <JeremyCrookshank> What does everyone use to develop on Bitcoin with? Visual studio code?
< JeremyCrookshank> What does everyone use to develop on Bitcoin with? Visual studio code?
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8237889e8d0f...cd6cb9745e13
< bitcoin-git> bitcoin/master fab9850 MarcoFalke: scripted-diff: Avoid hardcoded libfaketime dir in gitian
< bitcoin-git> bitcoin/master 3333629 MarcoFalke: doc: Explain $LIB in LD_PRELOAD in gitian descriptors
< bitcoin-git> bitcoin/master cd6cb97 Wladimir J. van der Laan: Merge #17409: build: Avoid hardcoded libfaketime dir in gitian
< bitcoin-git> [bitcoin] laanwj merged pull request #17409: build: Avoid hardcoded libfaketime dir in gitian (master...1911-gitianArm64) https://github.com/bitcoin/bitcoin/pull/17409
< bitcoin-git> [bitcoin] luke-jr opened pull request #17463: Bugfix: GUI: Restore SendConfirmationDialog button default to "Yes" (master...gui_custom_sendyes) https://github.com/bitcoin/bitcoin/pull/17463
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17462: build: macOS fix Info.plist (master...info-plist) https://github.com/bitcoin/bitcoin/pull/17462
< bitcoin-git> [bitcoin] theStack opened pull request #17461: test: check custom descedant limit in mempool_packages.py (master...20191112-test-check_custom_descendant_limit_in_mempool-packages) https://github.com/bitcoin/bitcoin/pull/17461
< jeremyrubin> fyi if you have an opinion on OP_SECURETHEBAG naming convention please chime in on https://www.reddit.com/r/Bitcoin/comments/dviy6i/should_op_securethebag_be_renamed/ or the twitter poll. Trying to finalize a name (naming it is difficult as the boring but technically accurate name is OP_CHECKOUTPUTSANDSEQUENCESANDSCRIPTSIGSANDLOCKTIMEANDVERSIONANDNVINVERIFY is a bit too wordy). Hoping to resolve naming concerns so that focus
< bitcoin-git> [bitcoin] theStack opened pull request #17459: Remove redundant NDEBUG preprocessor checks (master...20191112-remove-redundant-ndebug-checks) https://github.com/bitcoin/bitcoin/pull/17459
< bitcoin-git> [bitcoin] achow101 opened pull request #17458: Refactor OutputGroup effective value calculations and filtering to occur within the struct (master...cleanup-outputgroups) https://github.com/bitcoin/bitcoin/pull/17458

2019-11-12

< moneyball> #proposedmeetingtopic next CoreDev ... proposing week of March 23, 2020 at Bitcoin 2020 in SF https://www.bitcoin2020conference.com/
< gribble> https://github.com/bitcoin/bitcoin/issues/16323 | Call ProcessNewBlock() asynchronously by TheBlueMatt . Pull Request #16323 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16279 | Return the AcceptBlock CValidationState directly in ProcessNewBlock by TheBlueMatt . Pull Request #16279 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] promag opened pull request #17457: gui: Fix manual coin control with multiple wallets loaded (master...2019-11-fix-15725) https://github.com/bitcoin/bitcoin/pull/17457
< gribble> https://github.com/bitcoin/bitcoin/issues/16324 | Get cs_main out of the critical path in ProcessMessages by TheBlueMatt . Pull Request #16324 . bitcoin/bitcoin . GitHub