< bitcoin-git>
[bitcoin] ryanofsky opened pull request #17783: util: Fix -norpcwhitelist, -norpcallowip, and similar corner case behavior (master...pr/wdnolist) https://github.com/bitcoin/bitcoin/pull/17783
< gribble>
https://github.com/bitcoin/bitcoin/issues/17261 | Make ScriptPubKeyMan an actual interface and the wallet to have multiple by achow101 . Pull Request #17261 . bitcoin/bitcoin . GitHub
< bitcoin-git>
[bitcoin] instagibbs opened pull request #17775: DecodeHexTx: Try case where txn has inputs first (master...decode_wit_first) https://github.com/bitcoin/bitcoin/pull/17775
2019-12-18
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #17773: test: Fix rare error in wallet_basic test for witness transactions (master...1912-testWalletVsizeWitness) https://github.com/bitcoin/bitcoin/pull/17773
< bitcoin-git>
[bitcoin] practicalswift opened pull request #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P transport) (master...fuzzers-p2p_transport_deserializer) https://github.com/bitcoin/bitcoin/pull/17771
< jamesob>
review beg for what should be a pretty uncontroversial test-only change that increases coverage of the coins infrastructure: https://github.com/bitcoin/bitcoin/pull/17669
< sipsorcery>
elichai2: do you know about, bitcoin-cli help addnode
< bitcoin-git>
[bitcoin] michiboo opened pull request #17770: bump test timeouts so all functional test run on CI (WIP) (master...bump) https://github.com/bitcoin/bitcoin/pull/17770
< bitcoin-git>
bitcoin/master faede70 MarcoFalke: doc: Add formatting to the good first issue template
< bitcoin-git>
bitcoin/master 6fef85b fanquake: Merge #17764: doc: Add formatting to the good first issue template
< bitcoin-git>
[bitcoin] fanquake merged pull request #17764: doc: Add formatting to the good first issue template (master...1912-docGFI) https://github.com/bitcoin/bitcoin/pull/17764
< bitcoin-git>
bitcoin/master abc147d fanquake: build: remove WINDOWS_BITS from build system
< bitcoin-git>
bitcoin/master ab4e6ad fanquake: Merge #17756: build: remove WINDOWS_BITS from build system
< bitcoin-git>
[bitcoin] fanquake merged 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 opened pull request #17764: doc: Add formatting to the good first issue template (master...1912-docGFI) https://github.com/bitcoin/bitcoin/pull/17764
< bitcoin-git>
[bitcoin] laanwj opened pull request #17762: net: Log to net category for exceptions in ProcessMessages (master...2019_12_network_exceptions) https://github.com/bitcoin/bitcoin/pull/17762
< bitcoin-git>
bitcoin/master 869b631 John Newbery: [qt] remove unused parameter from getWarnings()
< bitcoin-git>
bitcoin/master 492c6dc John Newbery: util: change GetWarnings parameter to bool
< bitcoin-git>
bitcoin/master 7aab8d1 John Newbery: [style] Code style fixups in GetWarnings()
< bitcoin-git>
[bitcoin] MarcoFalke merged 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] practicalswift opened pull request #17753: util: Don't allow Base32/64-decoding or ParseMoney(...) on strings with embedded NUL characters. Add tests. (master...valid-as-c-string) https://github.com/bitcoin/bitcoin/pull/17753
< bitcoin-git>
[bitcoin] hackerrdave opened pull request #17752: doc: fix directory path for secp256k1 subtree in developer-notes (master...docs-subtrees) https://github.com/bitcoin/bitcoin/pull/17752
< bitcoin-git>
[bitcoin] hackerrdave opened pull request #17751: doc: use recommended shebang approach in documentation code block (master...docs-shebang) https://github.com/bitcoin/bitcoin/pull/17751
2019-12-15
< bitcoin-git>
[bitcoin] jnewbery opened pull request #17750: util: change GetWarnings parameter to bool (master...2019-12-getwarnings) https://github.com/bitcoin/bitcoin/pull/17750
< elichai2>
Is there a cmd flag to tell bitcoind to ignore `bitcoin.conf`? or I need to remember to rename it back and forth whenever i'm benchmarking stuff?
< bitcoin-git>
[bitcoin] laanwj merged pull request #17728: rpc: require second argument only for scantxoutset start action (master...fix-scantxoutset-args) https://github.com/bitcoin/bitcoin/pull/17728
< jonatack>
instagibbs: the label purpose is assigned by bitcoin core based on the address, and is currently usable as an optional filter in rpc listlabels
< bitcoin-git>
bitcoin/master e2f32cb Jon Atack: qa: unify unix epoch time descriptions
< alexbrown>
luke-jr do you mean i should ask in #bitcoin channel?
< luke-jr>
alexbrown: #bitcoin
< alexbrown>
i'm new to bitcoin, i'm trying to send bitcoin from account to an address with rpc method `sendfrom` but it throw an error says ` error: -32: sendfrom is deprecated and will be removed in V0.21. To use this command, start bitcoind with -deprecatedrpc=accounts.` I don't want to use `-deprecatedrpc=accounts` when runs a node. which method should i
< bitcoin-git>
[bitcoin] fanquake opened pull request #17740: build: remove configure checks for win libraries we don't link against (master...remove_windll_configure_checks) https://github.com/bitcoin/bitcoin/pull/17740
< bitcoin-git>
[bitcoin] brakmic opened pull request #17732: test: check for valgrind presence and set appropriate exit flags (master...valgrind-detection) https://github.com/bitcoin/bitcoin/pull/17732
< bitcoin-git>
[bitcoin] fanquake merged pull request #17598: doc: Update release process with latest changes (master...1911-docRelNotes) https://github.com/bitcoin/bitcoin/pull/17598
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #17727: WIP: Update msvc build to ignore warning and bump Qt version to 5.12.6. (master...msvc_qtupdate) https://github.com/bitcoin/bitcoin/pull/17727
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #17727: WIP: Update msvc build to ignore warning and bump Qt version to 5.12.6. (master...msvc_qtupdate) https://github.com/bitcoin/bitcoin/pull/17727
< bitcoin-git>
[bitcoin] fanquake opened pull request #17730: depends: remove Qt networking features (master...qt_no_lib_system_proxy) https://github.com/bitcoin/bitcoin/pull/17730
< bitcoin-git>
[bitcoin] fanquake merged pull request #17705: test: re-enable CLI test support by using EncodeDecimal in json.dumps() (master...test_framework_json_dumps) https://github.com/bitcoin/bitcoin/pull/17705
< bitcoin-git>
bitcoin/master b6f9e35 fanquake: test: re-enable CLI test support by using EncodeDecimal in json.dumps()
< bitcoin-git>
bitcoin/master 3f1966e fanquake: Merge #17705: test: re-enable CLI test support by using EncodeDecimal in j...
2019-12-11
< bitcoin-git>
[bitcoin] achow101 opened pull request #17728: rpc: require second argument only for scantxoutset start action (master...fix-scantxoutset-args) https://github.com/bitcoin/bitcoin/pull/17728
< bitcoin-git>
[bitcoin] sipsorcery closed pull request #17710: msvc: Change appveyor build image to previous visual studio 2019. (master...appveyor_prev2019) https://github.com/bitcoin/bitcoin/pull/17710
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #17727: WIP: Update msvc build to ignore warning and bump Qt version to 5.12.6. (master...msvc_qtupdate) https://github.com/bitcoin/bitcoin/pull/17727
< bitcoin-git>
[bitcoin] sipsorcery closed pull request #17709: WIP: msvc add an ignore for warning C4834 related to nodiscard attribute. (master...msvc_ignore_c4834) https://github.com/bitcoin/bitcoin/pull/17709
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #17726: ci: Use python 3.7 on Windows Github Actions (master...1912-ciGitHubWindows) https://github.com/bitcoin/bitcoin/pull/17726
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17050: tests: Add fuzzing harnesses for functions parsing scripts, numbers, JSON and HD keypaths (bip32) (master...fuzzers) https://github.com/bitcoin/bitcoin/pull/17050
< belcher>
i think scantxoutset may have been broken in bitcoin core 0.19 ? regardless of what parameters i run it with (e.g. "scantxoutset abort", "scantxoutset status") it just returns the help doc, according to the release notes the only change was https://github.com/bitcoin/bitcoin/pull/16285/files but i dont see anything that wouldve broken it, it works fine in 0.18
< 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] theStack opened pull request #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txs (master...20191211-test-check-for-non-standard-txs-with-non-push-scriptsig) https://github.com/bitcoin/bitcoin/pull/17720
< bitcoin-git>
[bitcoin] ariard opened pull request #17719: Document better -keypool as a look-ahead safety mechanism (master...2019-12-improve-keypool-doc) https://github.com/bitcoin/bitcoin/pull/17719
2019-12-10
< bitcoin-git>
[bitcoin] jonatack opened pull request #17714: rpc: add missing newline in analyzepsbt RPCResult (master...pr-17524-follow-up) https://github.com/bitcoin/bitcoin/pull/17714
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17633: tests: Add option --valgrind to run the functional tests under Valgrind (master...functional-valgrind) https://github.com/bitcoin/bitcoin/pull/17633