< bitcoin-git>
[bitcoin] luke-jr opened pull request #20827: During IBD, prune as much as possible until we get close to where we will eventually keep blocks (master...ibd_prune_max) https://github.com/bitcoin/bitcoin/pull/20827
< bitcoin-git>
[bitcoin] BlockMechanic closed pull request #20814: qt: Request Android permissions on APi >= 23 (master...Fix-Android-Permissions) https://github.com/bitcoin/bitcoin/pull/20814
2021-01-01
< bitcoin-git>
[bitcoin] hebasto opened pull request #20824: build: Do not set _FORTIFY_SOURCE if it causes compiler warnings (master...210101-fortify) https://github.com/bitcoin/bitcoin/pull/20824
< bitcoin-git>
[bitcoin] nginocchio opened pull request #20808: test: Run rpc_generateblock.py even with wallet disabled (master...iss20078) https://github.com/bitcoin/bitcoin/pull/20808
2020-12-30
< bitcoin-git>
[bitcoin] emilengler opened pull request #20805: doc: Update license year range to 2021 (master...2020-12-update-license-year-range-to-2021) https://github.com/bitcoin/bitcoin/pull/20805
< sipa>
i'm not so much worried about such clients on the public network (we'd know, or at least be able to add monitoring for that to figure out), but there could be software communicating locally with bitcoin core (things like joinmarket, lightning clients, indexers, ...), for which we wouldn't really know
< phantomcircuit>
ariard, iirc bitcoin never does that but various modified clients do
< bitcoin-git>
[bitcoin] jnewbery opened pull request #20799: net processing: Only support compact blocks with witnesses (master...2020-12-remove-cmpctblock-v1) https://github.com/bitcoin/bitcoin/pull/20799
< bitcoin-git>
[bitcoin] jonatack opened pull request #20778: net, p2p, gui: replace direction with connection type in gui peer details window (master...display-peer-conn-types) https://github.com/bitcoin/bitcoin/pull/20778
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20756: [doc] Add missing field (permissions) to the getpeerinfo help (master...2020-12-getpeerinfo-permissions) https://github.com/bitcoin/bitcoin/pull/20756
< bitcoin-git>
bitcoin/master 02cf20b MarcoFalke: Merge #20756: [doc] Add missing field (permissions) to the getpeerinfo hel...
< bitcoin-git>
bitcoin/master 667d203 Amiti Uttarwar: [doc] Add permissions to the getpeerinfo help.
< jonatack>
I was thinking it might be good to have a detailed help doc for -netinfo, either with "help -netinfo", or expand the existing one at "./src/bitcoin-cli -h | grep -A3 netinfo", or add a doc/netinfo.md file
< jonatack>
(for more detailed help than in ./src/bitcoin-cli -h)
< jonatack>
Is there a reason why we don't have help for CLI options? e.g. ./src/bitcoin-cli help -getinfo, ./src/bitcoin-cli help -netinfo
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #20771: refactor: Enable -Wswitch for FeeEstimateHorizon (master...2012-WswitchFeeEstimateHorizon) https://github.com/bitcoin/bitcoin/pull/20771
< bitcoin-git>
[bitcoin] jadijadi opened pull request #20769: net: fixes #20657 - Advertised address where nobody is listening (master...fixes-issue-20657) https://github.com/bitcoin/bitcoin/pull/20769
2020-12-25
< bitcoin-git>
[gui] hebasto opened pull request #166: refactor: Use enum type as switch argument in *TableModel (master...201225-header) https://github.com/bitcoin-core/gui/pull/166
< bitcoin-git>
[bitcoin] mjdietzx opened pull request #20765: fuzz: check that certain script TxoutType are nonstandard (master...test-fuzz-is-nonstandard) https://github.com/bitcoin/bitcoin/pull/20765
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #20761: fuzz: Check that NULL_DATA is unspendable (master...2012-testFuzzNullData) https://github.com/bitcoin/bitcoin/pull/20761
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #20760: test: Set correct nValue for multi-op-return policy check (master...2012-testNValue) https://github.com/bitcoin/bitcoin/pull/20760
< bitcoin-git>
[gui] jonatack opened pull request #163: Peer details: replace Direction with Connection Type (master...display-peer-conn-types) https://github.com/bitcoin-core/gui/pull/163
< bitcoin-git>
[gui] jonatack opened pull request #162: gui: add network to peers window and in peer details (master...display-peer-networks) https://github.com/bitcoin-core/gui/pull/162
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #20759: doc: [test] Remove outdated comment in fuzz runner (master...2012-testDoc) https://github.com/bitcoin/bitcoin/pull/20759
< queip>
bitcoin startup/shutdown could use more debugging, node just turns off with "tor thread interrupted"... that isn't helpful
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20189: test: Switch to BIP341's suggested scheme for outputs without script (master...202010_taproot_std_noscript) https://github.com/bitcoin/bitcoin/pull/20189
< bitcoin-git>
bitcoin/master 812baaa Pieter Wuille: Switch to BIP341's suggested scheme for outputs without script
< bitcoin-git>
bitcoin/master cc592a8 MarcoFalke: Merge #20189: test: Switch to BIP341's suggested scheme for outputs withou...
< bitcoin-git>
[bitcoin] ajtowns opened pull request #20758: net-processing refactoring -- lose globals, move implementation details from .h to .cpp (master...202012-netproc-refactor) https://github.com/bitcoin/bitcoin/pull/20758
< bitcoin-git>
[bitcoin] jonatack opened pull request #20757: doc: tor.md and -onlynet helpupdate -onlynet help in src/init.cpp (master...tor-md-doc-updates) https://github.com/bitcoin/bitcoin/pull/20757
< bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #20756: [doc] Add missing field (permissions) to the getpeerinfo help (master...2020-12-getpeerinfo-permissions) https://github.com/bitcoin/bitcoin/pull/20756
< bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #20755: [rpc] Remove deprecated fields from getpeerinfo (master...2020-12-getpeerinfo-deprecate) https://github.com/bitcoin/bitcoin/pull/20755
< jonatack>
miketwenty1: yes iirc, see: ./src/bitcoin-cli help settxfee
< miketwen_>
looking for some clarity here.. smartfee estimator is used by default for bitcoin node correct? if you are not synced with the blockchain it will use fallbackfee if enabled. correct? In terms of priority or the decision tree I'm wondering how this relates with paytxfee.. and then I would guess settxfee would be the same logic as paytxfee but replace paytxfee?
< gribble>
https://github.com/bitcoin/bitcoin/issues/7533 | RPC: sendrawtransaction: Allow the user to ignore/override specific rejections by luke-jr · Pull Request #7533 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #20753: rpc: Allow to ignore specific policy reject reasons (master...2012-policyRpcIgnore) https://github.com/bitcoin/bitcoin/pull/20753
< bitcoin-git>
[bitcoin] pstratem opened pull request #20752: [fuzzer] generate new seeds in an infinite loop with random parameters (master...2020-12-fuzz-test-runner-infinite-generate) https://github.com/bitcoin/bitcoin/pull/20752
< bitcoin-git>
[bitcoin] pstratem opened pull request #20751: [fuzzing] Use subprocess.Popen call directly, remove use of thread pool. (master...2020-12-22-fuzz-test-runner) https://github.com/bitcoin/bitcoin/pull/20751
< jonasschnelli>
As for the next steps: how do we pack codesign_allocate into the bitcoin-osx-unsigned.tar.gz?
< jonasschnelli>
stuffing the csalloc_internal signature through gitian signer gives me a "Bitcoin-Qt.app: invalid signature (code or signature have been modified)" when verifying on my mac
< bitcoin-git>
[bitcoin] achow101 closed pull request #20638: build: Fix macOS code signing by pre-allocating space for the code signature during gitian build (master...mac-codesign-fixed-alloc) https://github.com/bitcoin/bitcoin/pull/20638
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20731: rpc: Add missing description of vout in getrawtransaction help text (master...fix-getrawtransaction-help-text) https://github.com/bitcoin/bitcoin/pull/20731
< bitcoin-git>
bitcoin/master 2556a97 MarcoFalke: Merge #20731: rpc: Add missing description of vout in getrawtransaction he...
< bitcoin-git>
bitcoin/master b23349b Ben Carman: rpc: Add missing description of vout in getrawtransaction help text
< jonasschnelli>
achow101: after entering the .p12 password (your tool) I'm getting FileNotFoundError: [Errno 2] No such file or directory: '/Users/jonasschnelli/Desktop/bitcoin-0.21.0rc3-osx-unsigned/dist/Bitcoin-Qt.app/Contents/_CodeSignature/CodeResources'