< bitcoin-git>
bitcoin/master fa72ca6 MarcoFalke: qt: Remove unused includes
< bitcoin-git>
[bitcoin] laanwj merged pull request #19331: build: Do not include server symbols in wallet (master...2006-WalletNoServerSym) https://github.com/bitcoin/bitcoin/pull/19331
< bitcoin-git>
bitcoin/master fac96e6 MarcoFalke: wallet: Do not include server symbols
< bitcoin-git>
bitcoin/master fa0f6c5 MarcoFalke: Revert "Fix link error with --enable-debug"
< bitcoin-git>
[bitcoin] promag closed pull request #15363: http: Release server before waiting for event base loop exit (master...2019-01-loopexit) https://github.com/bitcoin/bitcoin/pull/15363
< bitcoin-git>
[bitcoin] gzhao408 opened pull request #19423: test: add functional test for txrelay during and after IBD (master...ibd-txrelay-test) https://github.com/bitcoin/bitcoin/pull/19423
2020-06-30
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19422: ci: Add tsan suppression for race in wallet (master...2007-ciTsanSupW) https://github.com/bitcoin/bitcoin/pull/19422
< gribble>
https://github.com/bitcoin/bitcoin/issues/19095 | [tools] Update clang-format config for multi-line function declarations and calls by jnewbery · Pull Request #19095 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] promag opened pull request #19420: http: Track active requests and wait for last to finish (master...2020-06-track-requests) https://github.com/bitcoin/bitcoin/pull/19420
< bitcoin-git>
[bitcoin] practicalswift opened pull request #19415: tests: Make DNS lookup mockable/testable/fuzzable. Add fuzzing harness for Lookup(…)/LookupHost(…)/LookupNumeric(…)/LookupSubNet(…). (master...fuzzers-dns-lookup) https://github.com/bitcoin/bitcoin/pull/19415
< gribble>
https://github.com/bitcoin/bitcoin/issues/19215 | psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs by achow101 · Pull Request #19215 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #19408: doc: Windows WSL build recommendation to temporarily disable Win32 PE support (master...wsldoc) https://github.com/bitcoin/bitcoin/pull/19408
< bitcoin-git>
[bitcoin] fanquake opened pull request #19407: doc: explain why passing -mlinker-version is required when cross-compiling (master...explain_mlinker_version_required) https://github.com/bitcoin/bitcoin/pull/19407
< bitcoin-git>
[bitcoin] jonatack opened pull request #19405: rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo` (master...in-and-out-connections) https://github.com/bitcoin/bitcoin/pull/19405
< bitcoin-git>
[bitcoin] fanquake merged pull request #19371: ci: Increase test timeout for sanitizer configs (master...2006-ciSanTimeout) https://github.com/bitcoin/bitcoin/pull/19371
< bitcoin-git>
bitcoin/master 19612ca fanquake: Merge #19371: ci: Increase test timeout for sanitizer configs
< bitcoin-git>
bitcoin/master fa74a54 MarcoFalke: ci: Increase test timeout for sanitizer configs
< bitcoin-git>
[bitcoin] fanquake merged pull request #19356: build: Fix search for brew-installed BDB 4 on OS X (master...feature-bdb-search-fix-osx) https://github.com/bitcoin/bitcoin/pull/19356
< bitcoin-git>
bitcoin/master dd191b5 fanquake: Merge #19356: build: Fix search for brew-installed BDB 4 on OS X
< sipa>
cfields or anyone else: how would i expose the HAVE_BUILTIN_PREFETCH (which is already calculated in configure.ac) in src/config/bitcoin-config.h ?
< luke-jr>
whatsupboy: #bitcoin is probably a better place to discuss such topics
< whatsupboy>
hi I am not a developer and some how found this video https://www.youtube.com/watch?v=Fjj11bc1DXI and trying to understand what is funding and do bitcoin contributors get paid or what ?
< bitcoin-git>
[bitcoin] jonatack opened pull request #19397: test: resyncing to tip of blocks generated after invalidateblock (master...p2p-invalidateblock-tests) https://github.com/bitcoin/bitcoin/pull/19397
< blackhatcat>
Is it possible to use bitcoin core wallet on Linux once the blockchain is downloaded using windows client? Is there any difference or is it universal?
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19366: tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. (master...provide-main-function-in-fuzzer) https://github.com/bitcoin/bitcoin/pull/19366
< bitcoin-git>
bitcoin/master 1087807 practicalswift: tests: Provide main(...) function in fuzzer
< bitcoin-git>
bitcoin/master 3bbd822 MarcoFalke: Merge #19366: tests: Provide main(...) function in fuzzer. Allow building ...
< wumpus>
I doubt that environment still exists, or is capable of building bitcoin core :)
< gribble>
https://github.com/bitcoin/bitcoin/issues/18297 | build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts including Windows by hebasto · Pull Request #18297 · bitcoin/bitcoin · GitHub
< provoostenator>
And this uses satoshi per byte: bitcoin-cli sendtoaddress bcrt1... 1 "" "" false false 1 sat/b
< provoostenator>
This uses the "unset" estimate mode, as before IIUC: bitcoin-cli sendtoaddress bcrt1... 1 "" "" false false 1
< gribble>
https://github.com/bitcoin/bitcoin/issues/19215 | psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs by achow101 · Pull Request #19215 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/19215 | psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs by achow101 · Pull Request #19215 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] practicalswift reopened pull request #19366: tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. (master...provide-main-function-in-fuzzer) https://github.com/bitcoin/bitcoin/pull/19366
< bitcoin-git>
[bitcoin] practicalswift closed pull request #19366: tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. (master...provide-main-function-in-fuzzer) https://github.com/bitcoin/bitcoin/pull/19366
< bitcoin-git>
[bitcoin] practicalswift opened pull request #19379: tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signature_parse_der_lax(...) (master...fuzzers-SigHashLowR) https://github.com/bitcoin/bitcoin/pull/19379
< bitcoin-git>
[bitcoin] hebasto opened pull request #19378: refactor: Use Mutex type for g_cs_recent_confirmed_transactions (master...200625-recent-mx) https://github.com/bitcoin/bitcoin/pull/19378
< bitcoin-git>
[bitcoin] fanquake closed pull request #18287: depends: Patch libevent build to fix IPv6 -rpcbind on Windows (master...fix_libevent_win_ipv6) https://github.com/bitcoin/bitcoin/pull/18287
< bitcoin-git>
[bitcoin] fanquake opened pull request #19375: build: target Windows 7 when building libevent and fix ipv6 usage (master...libevent_target_0x0601) https://github.com/bitcoin/bitcoin/pull/19375
2020-06-24
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19272: net, test: invalid p2p messages and test framework improvements (master...improve-p2p_invalid_messages) https://github.com/bitcoin/bitcoin/pull/19272
< bitcoin-git>
bitcoin/master 5796019 Jon Atack: test: refactor test_large_inv() into 3 tests with common method
< bitcoin-git>
bitcoin/master 9fa494d Jon Atack: net: update misbehavior logging for oversized messages
< bitcoin-git>
bitcoin/master e2b21d8 Jon Atack: test: add p2p_invalid_messages logging
< gribble>
https://github.com/bitcoin/bitcoin/issues/19366 | tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. by practicalswift · Pull Request #19366 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] practicalswift opened pull request #19366: tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. (master...provide-main-function-in-fuzzer) https://github.com/bitcoin/bitcoin/pull/19366
< bitcoin-git>
[bitcoin] jnewbery opened pull request #19364: net processing: Move orphan reprocessing to a global (master...2020-06-global-orphans) https://github.com/bitcoin/bitcoin/pull/19364
< bitcoin-git>
[bitcoin] Saibato opened pull request #19358: net: Make sure we do not override proxy settings in hidden service. (master...pr351-bitcoin) https://github.com/bitcoin/bitcoin/pull/19358
< bitcoin-git>
[bitcoin] hebasto reopened pull request #18307: build: Require pkg-config for all of the hosts (master...20200309-pkgconfig) https://github.com/bitcoin/bitcoin/pull/18307
< bitcoin-git>
[bitcoin] hebasto closed pull request #18307: build: Require pkg-config for all of the hosts (master...20200309-pkgconfig) https://github.com/bitcoin/bitcoin/pull/18307
< vasild>
I think the deal is that --log_level and --log_sink are boost-test-framework options and control the outputs from it. However bitcoin code unrelated to that prints some stuff to datadir/debug.log
< bitcoin-git>
[bitcoin] ccdle12 opened pull request #19350: test: Refactor tests using restart_node (master...test-refactor-restart-node) https://github.com/bitcoin/bitcoin/pull/19350
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19198: test: Check that peers with forcerelay permission are not asked to feefilter (master...2006-testForcerelayFeefilter) https://github.com/bitcoin/bitcoin/pull/19198
< bitcoin-git>
bitcoin/master ffff3fe MarcoFalke: test: Replace self.nodes[0].p2p with conn