< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18507: test: Check that calling walletpasshprase does not freeze the node (master...2004-qaWalletFreeze) https://github.com/bitcoin/bitcoin/pull/18507
< wumpus>
every change requires changes to all software using bitcoin core, sure, sometimes it's really unavoidable (APIs that don't make sense anymore given our implementation, or are a lot of bother to maintain), but I don't think `getbalance` is that
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18503: init: Replace URL_WEBSITE with PACKAGE_URL (master...2004-initRebrand) https://github.com/bitcoin/bitcoin/pull/18503
< bitcoin-git>
[bitcoin] uzyn opened pull request #18502: doc: Update docs for getbalance (default minconf should be 0) (master...doc-getbalance) https://github.com/bitcoin/bitcoin/pull/18502
< bitcoin-git>
[bitcoin] dongcarl closed pull request #18478: build: Automatically include both `git`-tracked and bootstrapped files. (master...2020-03-adventures-in-reconciling-automake-and-git) https://github.com/bitcoin/bitcoin/pull/18478
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18499: rpc: Make rpc documentation not depend on rpc args (master...2004-rpcStaticDoc) https://github.com/bitcoin/bitcoin/pull/18499
< bitcoin-git>
[bitcoin] jonatack opened pull request #18498: test: enable opening partial p2p connections where useful (master...allow-peer-conn-sans-sync) https://github.com/bitcoin/bitcoin/pull/18498
< wumpus>
binary01: if you're doing bitcoin things with python it makes sense to take a look at python-bitcoinlib, they've been doing this for ages and implemented all the hash and script stuff in python
< vasild_>
wumpus: but when I go to https://github.com/practicalswift/bitcoin and try to "Fork" it into my account I am redirected to vasild/bitcoin (nothing gets forked)
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18479: RPC: Show fee in results for signrawtransaction* for segwit inputs (master...rpc_sign_show_fees) https://github.com/bitcoin/bitcoin/pull/18479
< bitcoin-git>
[bitcoin] dongcarl opened pull request #18478: build: Automatically include both `git`-tracked and bootstrapped files. (master...2020-03-adventures-in-reconciling-automake-and-git) https://github.com/bitcoin/bitcoin/pull/18478
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18474: test: check that peer is connected when calling sync_* (master...2003-qaCheckConnSync) https://github.com/bitcoin/bitcoin/pull/18474
< luke-jr>
ryanofsky: it would be nice to avoid building dead code (wallet/rpc*) until bitcoin-wallet actually uses it?
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18470: net: Make stale tip check time type-safe, extend test (master...2003-testEviction) https://github.com/bitcoin/bitcoin/pull/18470
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18469: Build: Move wallet RPCs to their own libbitcoin_walletrpcs module (master...libbitcoin_walletrpcs) https://github.com/bitcoin/bitcoin/pull/18469
< bitcoin-git>
[bitcoin] jnewbery opened pull request #18461: net processing: Make it more obvious that we'll never upgrade a pre-segwit node to high-bandwidth (master...2020-03-sendcmpct-downgrade) https://github.com/bitcoin/bitcoin/pull/18461
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18444: RPC: Remove final comma for last entry of fixed-size arrays/objects in RPCResult (master...bugfix_rr_arrfixed_comma) https://github.com/bitcoin/bitcoin/pull/18444
< bitcoin-git>
bitcoin/master 6b4f182 MarcoFalke: Merge #18444: RPC: Remove final comma for last entry of fixed-size arrays/...
< bitcoin-git>
bitcoin/master c341648 Luke Dashjr: Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Ob...
< bitcoin-git>
[bitcoin] hebasto opened pull request #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console (master...20200327-waitfor) https://github.com/bitcoin/bitcoin/pull/18452
< bitcoin-git>
[bitcoin] theStack opened pull request #18448: rpc: fix/add missing RPCExamples for "Util" RPCs (master...20200326-rpc-add-fix-rpcexamples-in-misc-category) https://github.com/bitcoin/bitcoin/pull/18448
< jonatack>
vasild: i'm not really a mac user, but i have one from 2012 running macOS 10.14.6 for testing bitcoin core, i don't have a usr/include dir, but grepping /usr is only finding results in usr/local/
< sipa>
picard276: that most likely means that the signature is simply incorrect (or the wrong message was signed); please ask on bitcoin.stackexchange.com; this channel is not for support or generic bitcoin questions
< picard276>
bitcoin core v0.17 and v0.18 and i am getting the 16 error
< picard276>
https://pastebin.com/kdQPkELNif anyone can see why i am getting a 16: mandatory-script-verify-flag-failed (Signature must be zero for failed CHECK(MULTI)SIG operation)failure...It's a p2sh transaction that was created on bitcoin core v0.16, 2 of 3 multisig, where 2 of the pub keys are uncompressed. I am trying to broadcast the transaction on
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18445: tests: Add fuzzing harnesses for functions/classes in chain.h and protocol.h (master...fuzzers-misc-3) https://github.com/bitcoin/bitcoin/pull/18445
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18444: Bugfix: RPC: Remove final comma for last entry of fixed-size arrays in RPCResult (master...bugfix_rr_arrfixed_comma) https://github.com/bitcoin/bitcoin/pull/18444
< bitcoin-git>
[bitcoin] vasild opened pull request #18443: lockedpool: avoid sensitive data in core files (FreeBSD) (master...madvise) https://github.com/bitcoin/bitcoin/pull/18443
< cfields>
luke-jr: right, I was implying that the runtime check isn't actually all that concerning, as we should assume it's happening in the background as well. So just _having_ Bitcoin Core could cause you to leak :\
< bitcoin-git>
[bitcoin] laanwj merged pull request #15600: lockedpool: When possible, use madvise to avoid including sensitive information in core dumps (master...lockedpool_dontdump) https://github.com/bitcoin/bitcoin/pull/15600
< bitcoin-git>
bitcoin/master 23991ee Wladimir J. van der Laan: Merge #15600: lockedpool: When possible, use madvise to avoid including se...
< bitcoin-git>
bitcoin/master d831831 Luke Dashjr: lockedpool: When possible, use madvise to avoid including sensitive inform...