< bitcoin-git>
bitcoin/master e4f4ea4 practicalswift: lint: Catch use of [] or {} as default parameter values in Python functions
< bitcoin-git>
bitcoin/master cc40b55 MarcoFalke: Merge #16726: tests: Avoid common Python default parameter gotcha when mut...
< bitcoin-git>
bitcoin/master 119e97a MarcoFalke: Merge #16740: qa: Relax so that the subscriber is ready before publishing ...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16740: qa: Relax so that the subscriber is ready before publishing zmq messages (master...2019-08-slowjoiner) https://github.com/bitcoin/bitcoin/pull/16740
< meshcollider>
Yeah they can do, and wumpus usually adds text like "Bitcoin Core 0.18.1 release candidate 1"
2019-08-27
< bitcoin-git>
[bitcoin] promag opened pull request #16740: qa: Relax so that the subscriber is ready before publishing zmq messages (master...2019-08-slowjoiner) https://github.com/bitcoin/bitcoin/pull/16740
< sipa>
emilengler: bitcoin.stackexchange.com
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16739: ci: Pass down $MAKEJOBS to test_runner.py, other improvements (master...1908-ciScratch) https://github.com/bitcoin/bitcoin/pull/16739
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16737: test: Establish only one connection between nodes in rpc_invalidateblock (master...1908-testConnectOnce) https://github.com/bitcoin/bitcoin/pull/16737
< bitcoin-git>
bitcoin/master aa2622a João Barbosa: qa: Refactor ZMQ test
< bitcoin-git>
bitcoin/master abdfc5e João Barbosa: qa: Test ZMQ notification after chain reorg
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16726: tests: Avoid common Python default parameter gotcha when mutable dict/list:s are used as default parameter values (master...python-mutable-default-parameter-values) https://github.com/bitcoin/bitcoin/pull/16726
< b10c>
I think, if timed correctly, you could persist a transaction with malicious content in quite a lot of mempool.dat files for only a few satoshis. The transaction would stay in the mempool.dat file until the bitcoin node restarts, which quite possible could be a full release cycle.
< bitcoin-git>
[bitcoin] jamesob opened pull request #16718: Improve speed, memory efficiency with alternate hashmap (master...2019-08-robinhood) https://github.com/bitcoin/bitcoin/pull/16718
< bitcoin-git>
[bitcoin] promag opened pull request #16716: wallet: Use wallet name instead of pointer on unload/release (master...2019-08-releasewallet) https://github.com/bitcoin/bitcoin/pull/16716
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #16539: wallet: lower -txmaxfee default from 0.1 to 0.01 BTC (master...2019/08/lower_txmaxfee) https://github.com/bitcoin/bitcoin/pull/16539
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #16539: wallet: lower -txmaxfee default from 0.1 to 0.01 BTC (master...2019/08/lower_txmaxfee) https://github.com/bitcoin/bitcoin/pull/16539
< bitcoin-git>
[bitcoin] hebasto opened pull request #16710: refactor: Use 'override' specifier for all overriding functions (master...20190824-consistent-override) https://github.com/bitcoin/bitcoin/pull/16710
< bitcoin-git>
[bitcoin] Bushstar opened pull request #16709: Replace boost::mutex/condition_variable with std equivalents (master...boost-to-std-mutex) https://github.com/bitcoin/bitcoin/pull/16709
< bitcoin-git>
[bitcoin] hebasto opened pull request #16708: qt: Replace obsolete functions of QSslSocket (master...20190824-obsolete-qssl) https://github.com/bitcoin/bitcoin/pull/16708
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #16453: validation: Run CheckBlockIndex only on success for now (master...1907-validationCheckBlockIndexSuccess) https://github.com/bitcoin/bitcoin/pull/16453
< bitcoin-git>
[bitcoin] achow101 opened pull request #16704: Don't warn about activated buried BIP 9 deployments (master...buried-versionbits-cache) https://github.com/bitcoin/bitcoin/pull/16704
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16703: rpc: Expose GetUTXOStats for testing (master...1908-rpcTestGetUTXOStats) https://github.com/bitcoin/bitcoin/pull/16703
< harding>
I worry that the warning could be abused. E.g., miners with sufficient hashrate can trigger the warning at any time. If this was combined with, say, a compromise of Bitcoin.org or BitcoinCore.org, they could possibly get a lot of people to "upgrade" to compromised software.
< gribble>
https://github.com/bitcoin/bitcoin/issues/16702 | p2p: supplying and using asmap to improve IP bucketing in addrman by naumenkogs · Pull Request #16702 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] naumenkogs opened pull request #16702: p2p: supplying and using asmap to improve IP bucketing in addrman (master...asn_buckets) https://github.com/bitcoin/bitcoin/pull/16702
< gribble>
https://github.com/bitcoin/bitcoin/issues/16561 | tests: Use colors and dots in test_runner.py output only if standard output is a terminal by practicalswift · Pull Request #16561 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] hebasto opened pull request #16701: qt: Replace functions deprecated in Qt 5.13 (partly) (master...20190823-qt13-deprecated) https://github.com/bitcoin/bitcoin/pull/16701
< bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #16698: [WIP] Mempool: rework rebroadcast logic to improve privacy (master...rebroadcast) https://github.com/bitcoin/bitcoin/pull/16698
< bitcoin-git>
[bitcoin] shargon opened pull request #16696: [validation] static_assert to ensure width in unit class (master...fix-uintbase) https://github.com/bitcoin/bitcoin/pull/16696
< bitcoin-git>
[bitcoin] shargon closed pull request #16679: [validation] static_assert to ensure width in unit class (master...fix-unit-base) https://github.com/bitcoin/bitcoin/pull/16679
< bitcoin-git>
[bitcoin] leto opened pull request #16695: Add window final block height to getchaintxstats (master...getchaintxstats_height) https://github.com/bitcoin/bitcoin/pull/16695
< bitcoin-git>
[bitcoin] jnewbery opened pull request #16682: net_processing: Disconnect blocks-only peers that send us tx INVs (master...2019-08-disconnect-blocksonly-violators) https://github.com/bitcoin/bitcoin/pull/16682
< bitcoin-git>
[bitcoin] jtimon opened pull request #16681: QA: Adapt BitcoinTestFramework for chains other than "regtest" (master...b19-testchains-tests) https://github.com/bitcoin/bitcoin/pull/16681
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16670: util: Add Join helper to join a list of strings (master...1908-utilStringJoin) https://github.com/bitcoin/bitcoin/pull/16670
< bitcoin-git>
[bitcoin] shargon opened pull request #16679: [validation] static_assert to ensure width in unit class (master...fix-unit-base) https://github.com/bitcoin/bitcoin/pull/16679
< bitcoin-git>
[bitcoin] shargon closed pull request #16678: [validation] static_assert to ensure width in unit class (master...fix-uint) https://github.com/bitcoin/bitcoin/pull/16678
< bitcoin-git>
[bitcoin] shargon opened pull request #16678: [validation] static_assert to ensure width in unit class (master...fix-uint) https://github.com/bitcoin/bitcoin/pull/16678
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16670: util: Add Join helper to join a list of strings (master...1908-utilStringJoin) https://github.com/bitcoin/bitcoin/pull/16670
< bitcoin-git>
[bitcoin] fanquake opened pull request #16669: [WIP] build: use new fork of osslsigncode for windows gitian signing (master...osslsigncode_2_0) https://github.com/bitcoin/bitcoin/pull/16669
< bitcoin-git>
[bitcoin] fanquake opened pull request #16667: build: remove mingw linker workaround from win gitian descriptor (master...remove_mingw_linker_workaround) https://github.com/bitcoin/bitcoin/pull/16667
< elichai2>
sipa: https://github.com/bitcoin/bitcoin/issues/15621 requires a batch `secp256k1_ecdsa_recover` that recieves a list of signatures and returns a list of affine public keys, right?
< bitcoin-git>
bitcoin/master fa0119a MarcoFalke: doc: Refer in rpcbind doc to the manpage
< bitcoin-git>
bitcoin/master 91ed1b3 Wladimir J. van der Laan: Merge #16634: doc: Refer in rpcbind doc to the manpage
< coinmonks>
The 1 response I got (I won't name them),,tells that he is a freelancer, want to work on Bitcoin fulltime and currently use some economic help in that direction..
< coinmonks>
We can always help these folks and create a path for more people working fulltime on Bitcoin
< coinmonks>
I want to understand how BItcoin protocol development is getting funded now and are contributors in good economic condition
< coinmonks>
Also I have created a survey to understand Bitcoin protocol development.. So for only 1 person filled it.. I would like you pls take 2 minutes and check it ..
< bitcoin-git>
[bitcoin] kallewoof opened pull request #16653: script: add simple signature support (checker/creator) (master...2019-08-genpursigs) https://github.com/bitcoin/bitcoin/pull/16653