2019-11-24

< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2eeacdfe44e5...239d19966788
< bitcoin-git> bitcoin/master 14feda0 Wladimir J. van der Laan: doc: Add historical release notes for 0.19.0.1
< bitcoin-git> bitcoin/master 239d199 Wladimir J. van der Laan: Merge #17574: doc: Add historical release notes for 0.19.0.1
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9cbd87d8ee29...2eeacdfe44e5
< bitcoin-git> bitcoin/master ba2c5fe Pieter Wuille: Fix CPUID subleaf iteration
< bitcoin-git> bitcoin/master f93fc61 Pieter Wuille: Put bounds on the number of CPUID leaves explored
< bitcoin-git> bitcoin/master 2eeacdf Wladimir J. van der Laan: Merge #17527: Fix CPUID subleaf iteration
< bitcoin-git> [bitcoin] laanwj merged pull request #17527: Fix CPUID subleaf iteration (master...201911_fixed_cpuid_subleafs) https://github.com/bitcoin/bitcoin/pull/17527
< bitcoin-git> [bitcoin] laanwj opened pull request #17574: doc: Add historical release notes for 0.19.0.1 (master...2019_11_relnot_0.19.0.1) https://github.com/bitcoin/bitcoin/pull/17574
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2c98e2024d52...9cbd87d8ee29
< bitcoin-git> bitcoin/master 3ed5e68 Hennadii Stepanov: refactor: Nuke coincontrol circular dependency
< bitcoin-git> bitcoin/master 9cbd87d Samuel Dobson: Merge #17518: refactor, wallet: Nuke coincontrol circular dependency
< bitcoin-git> [bitcoin] meshcollider merged pull request #17518: refactor, wallet: Nuke coincontrol circular dependency (master...20191119-coincontrol-dep) https://github.com/bitcoin/bitcoin/pull/17518
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17430: build:fix "make clean" darwin build (master...fix-darwin-make-clean) https://github.com/bitcoin/bitcoin/pull/17430
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17558: build: organize tests by goal (master...2019/325/order-by-goal) https://github.com/bitcoin/bitcoin/pull/17558

2019-11-23

< 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
< fanquake> "PS this seems to be causing a noise inversely proportional to the complexity of the change" https://github.com/bitcoin/bitcoin/pull/17563#issuecomment-557829862
< 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33c103e2fe67...2c98e2024d52
< bitcoin-git> bitcoin/master b509554 Aaron Clauson: Added libtest_util library to msvc build configuration.
< bitcoin-git> bitcoin/master 2c98e20 fanquake: Merge #17571: Add libtest_util library to msvc build configuration
< bitcoin-git> [bitcoin] fanquake merged pull request #17571: Add libtest_util library to msvc build configuration (master...msvc_libtestutil) https://github.com/bitcoin/bitcoin/pull/17571
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #17573: Seed RNG with precision timestamps on receipt of net messages. (master...2019-11-rng-netmsg) https://github.com/bitcoin/bitcoin/pull/17573
< cfields> cory@Macbook:~/dev/bitcoin$ spctl --assess -vv /Volumes/Bitcoin-Core/Bitcoin-Qt.app
< cfields> /Volumes/Bitcoin-Core/Bitcoin-Qt.app: invalid Info.plist (plist or signature have been modified)
< bitcoin-git> [bitcoin] fanquake merged pull request #17539: doc: Update and improve Developer Notes (master...20191120-developer-notes) https://github.com/bitcoin/bitcoin/pull/17539
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0b79caf65801...33c103e2fe67
< bitcoin-git> bitcoin/master 794fe91 Hennadii Stepanov: doc: Update and improve Developer Notes
< bitcoin-git> bitcoin/master 33c103e fanquake: Merge #17539: doc: Update and improve Developer Notes
< JeremyCrookshank> Anyone know why Qt-creator says the Bitcoin form .h files aren't part of the project? Not able to add slots because of it
< bitcoin-git> [bitcoin] sipsorcery opened pull request #17571: WIP: Add libtest_util library to msvc build configuration (master...msvc_libtestutil) https://github.com/bitcoin/bitcoin/pull/17571
< gribble> https://github.com/bitcoin/bitcoin/issues/17568 | wallet: fix when sufficient preset inputs and subtractFeeFromOutputs by achow101 . Pull Request #17568 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17452 | lib: update fuzz directory in .gitignore by jonatack . Pull Request #17452 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17542 | build: Create test utility library from src/test/util/ by brakmic . Pull Request #17542 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17561 | doc: Changed MiniUPnPc link to https in dependencies.md by sandakersmann . Pull Request #17561 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17536 | test: Add test for rpc_whitelist by emilengler . Pull Request #17536 . bitcoin/bitcoin . GitHub
< sipsorcery> JeremyCrookshank: only one I've seen is readme at https://github.com/bitcoin/bitcoin/tree/master/src/qt
< bitcoin-git> [bitcoin] KaanKC opened pull request #17570: test: add unit test for non-standard txs w/ too large tx size (master...test_unit_IsStandardTx_tx-size) https://github.com/bitcoin/bitcoin/pull/17570
< gribble> https://github.com/bitcoin/bitcoin/issues/17569 | build: Allow export of environ symbols by laanwj . Pull Request #17569 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #17569: build: Allow export of environ symbols (master...2019_11_environ) https://github.com/bitcoin/bitcoin/pull/17569
< gribble> https://github.com/bitcoin/bitcoin/issues/17568 | wallet: fix when sufficient preset inputs and subtractFeeFromOutputs by achow101 . Pull Request #17568 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17568 | wallet: fix when sufficient preset inputs and subtractFeeFromOutputs by achow101 . Pull Request #17568 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] achow101 opened pull request #17568: wallet: fix when sufficient preset inputs and subtractFeeFromOutputs (master...fix-bnb-preset-sub) https://github.com/bitcoin/bitcoin/pull/17568
< bitcoin-git> [bitcoin] fanquake closed pull request #16738: gui: Remove needless GCC diagnostic pragma (master...20190827-gcc-pragmas) https://github.com/bitcoin/bitcoin/pull/16738
< bitcoin-git> [bitcoin] fanquake opened pull request #17567: gui: remove macOS start on login code (master...remove_macos_startup_item) https://github.com/bitcoin/bitcoin/pull/17567

2019-11-22

< gribble> https://github.com/bitcoin/bitcoin/issues/16688 | log: Add validation interface logging by jkczyz . Pull Request #16688 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15849 | Thread names in logs and deadlock debug tools by jamesob . Pull Request #15849 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] meshcollider merged pull request #17447: wallet: Make -walletdir network only (master...2019-11-fix-15630) https://github.com/bitcoin/bitcoin/pull/17447
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4effd67bf407...0b79caf65801
< bitcoin-git> bitcoin/master 3c2c439 Joao Barbosa: wallet: Make -walletdir network only
< bitcoin-git> bitcoin/master 0b79caf Samuel Dobson: Merge #17447: wallet: Make -walletdir network only
< bitcoin-git> [bitcoin] darosior opened pull request #17566: Switch to weight units for all feerates computation (master...feerate_in_weight) https://github.com/bitcoin/bitcoin/pull/17566
< bitcoin-git> [bitcoin] mxaddict opened pull request #17565: Fixed freezing GUI on reindex (master...freezing-gui-on-reindex) https://github.com/bitcoin/bitcoin/pull/17565
< bitcoin-git> [bitcoin] meshcollider merged pull request #17387: wallet_importmulti: use addresses of the same type as being imported (master...tests-fix-getaddrinfo-type-consistency) https://github.com/bitcoin/bitcoin/pull/17387
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a6f5b6f47d71...4effd67bf407
< bitcoin-git> bitcoin/master b84e776 Andrew Chow: wallet_importmulti: use addresses of the same type as being imported
< bitcoin-git> bitcoin/master 4effd67 Samuel Dobson: Merge #17387: wallet_importmulti: use addresses of the same type as being ...
< gribble> https://github.com/bitcoin/bitcoin/issues/17387 | wallet_importmulti: use addresses of the same type as being imported by achow101 . Pull Request #17387 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2a97d2b1a525...a6f5b6f47d71
< bitcoin-git> bitcoin/master 7d7bf2f fanquake: build: set minimum supported macOS to 10.12
< bitcoin-git> bitcoin/master a6f5b6f fanquake: Merge #17550: build: set minimum supported macOS to 10.12
< bitcoin-git> [bitcoin] fanquake merged 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] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7127c3102047...2a97d2b1a525
< bitcoin-git> bitcoin/master 6a2e6b0 Gregory Sanders: Remove out of date comments for CalculateMaximumSignedTxSize
< bitcoin-git> bitcoin/master 2a97d2b Samuel Dobson: Merge #17553: wallet: Remove out of date comments for CalculateMaximumSign...
< bitcoin-git> [bitcoin] meshcollider merged pull request #17553: wallet: Remove out of date comments for CalculateMaximumSignedTxSize (master...calc_max_size_comment) https://github.com/bitcoin/bitcoin/pull/17553
< bitcoin-git> [bitcoin] vasild opened pull request #17563: lib: fix a compiler warning: unused GetDevURandom() (master...unused-GetDevURandom) https://github.com/bitcoin/bitcoin/pull/17563
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17564: rpc: Use mempool from node context instead of global (master...1911-rpcNoTxPoolGlobal) https://github.com/bitcoin/bitcoin/pull/17564
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0aa72061e5d6...7127c3102047
< bitcoin-git> bitcoin/master 55295fb Joao Barbosa: wallet: Lock address type in ReserveDestination
< bitcoin-git> bitcoin/master 3958295 Joao Barbosa: wallet: LearnRelatedScripts only if KeepDestination
< bitcoin-git> bitcoin/master 7127c31 Samuel Dobson: Merge #17237: wallet: LearnRelatedScripts only if KeepDestination
< bitcoin-git> [bitcoin] meshcollider merged pull request #17237: wallet: LearnRelatedScripts only if KeepDestination (master...2019-10-wallet-reservedestination) https://github.com/bitcoin/bitcoin/pull/17237
< bitcoin-git> [bitcoin] meshcollider merged pull request #16944: gui: create PSBT with watch-only wallet (master...2019/08/gui-send-psbt) https://github.com/bitcoin/bitcoin/pull/16944
< bitcoin-git> [bitcoin] meshcollider pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/8aac85d71e21...0aa72061e5d6
< bitcoin-git> bitcoin/master 40537f0 Sjors Provoost: [wallet] ListCoins: include watch-only for wallets without private keys
< bitcoin-git> bitcoin/master 848f889 Sjors Provoost: [gui] send: include watch-only
< bitcoin-git> bitcoin/master 39465d5 Sjors Provoost: [wallet] add fillPSBT to interface
< gribble> https://github.com/bitcoin/bitcoin/issues/17550 | build: set minimum supported macOS to 10.12 by fanquake . Pull Request #17550 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17525 | build: Linux gitian builds fail on master . Issue #17525 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17538 | build: Bump minimum libc to 2.17 for release binaries by fanquake . Pull Request #17538 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17270 | Feed environment data into RNG initializers by sipa . Pull Request #17270 . bitcoin/bitcoin . GitHub
< sipa> achow101: my first PR in bitcoin core took 5 months to be merged, and that was 2011 :p
< gribble> https://github.com/bitcoin/bitcoin/issues/17387 | wallet_importmulti: use addresses of the same type as being imported by achow101 . Pull Request #17387 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] meshcollider merged pull request #17371: Refactor: Require scriptPubKey to get wallet SigningProvider (master...wallet-box-pr-5) https://github.com/bitcoin/bitcoin/pull/17371
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cef87f7a48f7...8aac85d71e21
< bitcoin-git> bitcoin/master 4b0c718 Andrew Chow: Accumulate result UniValue in SignTransaction
< bitcoin-git> bitcoin/master d0dab89 Andrew Chow: Refactor: Require scriptPubKey to get wallet SigningProvider
< bitcoin-git> bitcoin/master 8aac85d Samuel Dobson: Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProvider...
< bitcoin-git> [bitcoin] jnewbery opened pull request #17562: Validation: Remove ConnectTrace and PerBlockConnectTrace (master...2019-11-remove-connect-trace) https://github.com/bitcoin/bitcoin/pull/17562
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bb862d7864cc...cef87f7a48f7
< bitcoin-git> bitcoin/master db15e71 Andrew Chow: Use BnB when preset inputs are selected
< bitcoin-git> bitcoin/master b007efd Andrew Chow: Allow BnB when subtract fee from outputs
< bitcoin-git> bitcoin/master cef87f7 Samuel Dobson: Merge #17290: Enable BnB coin selection for preset inputs and subtract fee...
< bitcoin-git> [bitcoin] meshcollider merged pull request #17290: Enable BnB coin selection for preset inputs and subtract fee from outputs (master...all-bnb) https://github.com/bitcoin/bitcoin/pull/17290
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/17526 | Use Single Random Draw In addition to knapsack as coin selection fallback by achow101 . Pull Request #17526 . bitcoin/bitcoin . GitHub
< meshcollider> #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 jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17560: ci: Use apt-fast ? (master...1911-ciAptFast) https://github.com/bitcoin/bitcoin/pull/17560
< jonasschnelli> I pushed the 0.19.0.1 macOS signature: https://github.com/bitcoin-core/bitcoin-detached-sigs/commits/0.19
< luke-jr> instagibbs_: "As of today, this fix has NOT been backported to older versions. When/if v0.15.3 and v0.16.4 are released, they may also include a fix, but due to the minor severity of this vulnerability, it does not merit a dedicated release on its own." https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-June/017040.html
< bitcoin-git> [bitcoin] sandakersmann opened pull request #17561: doc: Changed MiniUPnPc link to https in dependencies.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17561
< gribble> https://github.com/bitcoin/bitcoin/issues/17371 | Refactor: Require scriptPubKey to get wallet SigningProvider by achow101 . Pull Request #17371 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj merged 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 opened pull request #17560: ci: Use apt-fast ? (master...1911-ciAptFast) https://github.com/bitcoin/bitcoin/pull/17560
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/03f6f408ab2e...bb862d7864cc
< bitcoin-git> bitcoin/master e20c72f 251: Fire TransactionRemovedFromMempool from mempool
< bitcoin-git> bitcoin/master bb862d7 Wladimir J. van der Laan: Merge #14384: Fire TransactionRemovedFromMempool callbacks from mempool
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b983e7e1721f...03f6f408ab2e
< bitcoin-git> bitcoin/master ec89d28 fanquake: build: remove libanl.so.1 from ALLOWED_LIBRARIES
< bitcoin-git> bitcoin/master 03f6f40 fanquake: Merge #17545: build: remove libanl.so.1 from ALLOWED_LIBRARIES
< bitcoin-git> [bitcoin] fanquake merged 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 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a739d207a39f...b983e7e1721f
< bitcoin-git> bitcoin/master a2e581d Harris: build: Create test utility library from src/test/util/
< bitcoin-git> bitcoin/master b983e7e MarcoFalke: Merge #17542: build: Create test utility library from src/test/util/
< bitcoin-git> [bitcoin] MarcoFalke merged 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] Sjors closed pull request #17559: [build] travis: upgrade macOS image (master...2019/11/travis-macos-rvm) https://github.com/bitcoin/bitcoin/pull/17559
< bitcoin-git> [bitcoin] Sjors opened pull request #17559: [build] travis: upgrade rvm to avoid push crash (master...2019/11/travis-macos-rvm) https://github.com/bitcoin/bitcoin/pull/17559
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/69a6f1ad1f7c...a739d207a39f
< bitcoin-git> bitcoin/master e9a27cf Neha Narula: refactor: Remove unused COINBASE_FLAGS
< bitcoin-git> bitcoin/master a739d20 Wladimir J. van der Laan: Merge #17519: rpc: Remove unused COINBASE_FLAGS
< bitcoin-git> [bitcoin] laanwj merged pull request #17519: rpc: Remove unused COINBASE_FLAGS (master...removecoinbaseflags) https://github.com/bitcoin/bitcoin/pull/17519
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17558: build: organize tests by goal (master...2019/325/order-by-goal) https://github.com/bitcoin/bitcoin/pull/17558
< bitcoin-git> [bitcoin] jkczyz opened pull request #17557: util: Refactor message hashing into a utility function (master...2019-11-hash-message) https://github.com/bitcoin/bitcoin/pull/17557

2019-11-21

< bitcoin-git> [bitcoin] ryanofsky opened pull request #17556: Change feature_config_args.py not to rely on strange regtest=0 behavior (master...pr/wdpy) https://github.com/bitcoin/bitcoin/pull/17556
< bitcoin-git> [bitcoin] dspicher opened pull request #17555: test: add unit test for non-standard txs with wrong nVersion (master...isStandard-unittests) https://github.com/bitcoin/bitcoin/pull/17555
< bitcoin-git> [bitcoin] instagibbs opened pull request #17553: Remove out of date comments for CalculateMaximumSignedTxSize (master...calc_max_size_comment) https://github.com/bitcoin/bitcoin/pull/17553
< instagibbs_> gwillen, couple more if you're interested https://github.com/bitcoin/bitcoin/pull/17492
< wumpus> #topic Renewal of the Bitcoin Core Code Signing Apple Program (jonasschnelli)
< 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/10785 | Serialization improvements by sipa . Pull Request #10785 . bitcoin/bitcoin . GitHub
< 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