< Madscotslad> ooft :P
< Madscotslad> and i thought IRC was dead years ago :P
< Madscotslad> bored waiting on my node syncing lol
< bitcoin-git> [bitcoin] 251Labs opened pull request #12430: [rpc] Fix issue: "Negative version of transaction using json-rpc" (master...patch/11561/fix-negative-json-rpc-version) https://github.com/bitcoin/bitcoin/pull/12430
< gmaxwell> :(
< gmaxwell> but the transaction version number there really is negative.
< gmaxwell> the distinction isn't irrelevant too, because there are <= rules on transaction versions.
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f4f4f51f1a94...252ae7111cbf
< bitcoin-git> bitcoin/master b7f6002 Russell Yanofsky: Fix rescan test failure due to unset g_address_type, g_change_type...
< bitcoin-git> bitcoin/master 252ae71 Pieter Wuille: Merge #12424: Fix rescan test failure due to unset g_address_type, g_change_type...
< bitcoin-git> [bitcoin] sipa closed pull request #12424: Fix rescan test failure due to unset g_address_type, g_change_type (master...pr/scang) https://github.com/bitcoin/bitcoin/pull/12424
< instagibbs> gmaxwell, was looking at that exact section of signraw, i thought something was off but bamboozled myself into thinking it was ok, oops
< bitcoin-git> [bitcoin] jamesob opened pull request #12431: Only call NotifyBlockTip when chainActive changes (master...jamesob/2018-02-prevent-bad-latestblock) https://github.com/bitcoin/bitcoin/pull/12431
< K_> Hello
< K_> Can anyone tell me how long it takes to send coins from bitcoin core to blockchain wallet
< mmgen> K_: try asking in #bitcoin. This is the developer channel.
< bitcoin-git> [bitcoin] fanquake closed pull request #11987: Docs: tweak the OSX build instructions (master...macos) https://github.com/bitcoin/bitcoin/pull/11987
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.16: https://github.com/bitcoin/bitcoin/commit/ff44101e8d5debfdff95dac5221d13f49eba2911
< bitcoin-git> bitcoin/0.16 ff44101 Russell Yanofsky: Fix rescan test failure due to unset g_address_type, g_change_type...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/252ae7111cbf...fdc2188da27f
< bitcoin-git> bitcoin/master 9b6454c Ernest Hemingway: Improve "Turn Windows Features On or Off" step
< bitcoin-git> bitcoin/master fdc2188 Wladimir J. van der Laan: Merge #12232: Improve "Turn Windows Features On or Off" step...
< bitcoin-git> [bitcoin] laanwj closed pull request #12232: Improve "Turn Windows Features On or Off" step (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12232
< bitcoin-git> [bitcoin] 251Labs closed pull request #12430: [rpc] Fix issue: "Negative version of transaction using json-rpc" (master...patch/11561/fix-negative-json-rpc-version) https://github.com/bitcoin/bitcoin/pull/12430
< bitcoin-git> [bitcoin] Sjors opened pull request #12432: [qt] send: Clear All also resets coin control options (master...2018/02/qt-send-clear-all-coin-control) https://github.com/bitcoin/bitcoin/pull/12432
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fdc2188da27f...0cc45edc0f8a
< bitcoin-git> bitcoin/master fa5f518 MarcoFalke: rpc: Reject deprecated reserveChangeKey in fundrawtransaction
< bitcoin-git> bitcoin/master 0cc45ed Wladimir J. van der Laan: Merge #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransaction...
< bitcoin-git> [bitcoin] laanwj closed pull request #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransaction (master...Mf1802-rpcFundRawDeprecatedOption) https://github.com/bitcoin/bitcoin/pull/12409
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0cc45edc0f8a...6bb9c13f9a2b
< bitcoin-git> bitcoin/master 6ef86c9 Matt Corallo: Do not un-mark fInMempool on wallet txn if ATMP fails....
< bitcoin-git> bitcoin/master 6bb9c13 Wladimir J. van der Laan: Merge #11866: Do not un-mark fInMempool on wallet txn if ATMP fails....
< bitcoin-git> [bitcoin] laanwj closed pull request #11866: Do not un-mark fInMempool on wallet txn if ATMP fails. (master...2017-12-11839-fixup) https://github.com/bitcoin/bitcoin/pull/11866
< instagibbs> can't tell from issues directly, will there be an rc4?
< BlueMatt> yes
< wumpus> yes, there are a few things that have been backported to the 0.16 branch since rc3
< wumpus> there are also still two PRs open with 0.16.0 tag and "needs backport"
< wumpus> so we can't roll rc4 yet
< instagibbs> ok, some marked 0.16.1, which confused me. makes sense
< wumpus> ones marked 0.16.1 don't hold up the 0.16.0 release
< instagibbs> I saw one marked with both*, but yes
< wumpus> that's not possible
< wumpus> PRs can only have one milestone
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6bb9c13f9a2b...e782099a151a
< bitcoin-git> bitcoin/master d6f3a73 practicalswift: Remove redundant locks...
< bitcoin-git> bitcoin/master e782099 Wladimir J. van der Laan: Merge #11733: qt: Remove redundant locks...
< bitcoin-git> [bitcoin] laanwj closed pull request #11733: qt: Remove redundant locks (master...redundant-locks) https://github.com/bitcoin/bitcoin/pull/11733
< luke-jr> wumpus: did someone get the string fix in yet?
< luke-jr> #12208
< gribble> https://github.com/bitcoin/bitcoin/issues/12208 | GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default by luke-jr · Pull Request #12208 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Sjors opened pull request #12433: [qt] move SendCoinsRecipient to its own file (master...2018/02/qt-send-coins-recipient) https://github.com/bitcoin/bitcoin/pull/12433
< jamesob> if missing, should AssertLockHeld(cs_main) statements be added (if we're already in the neighborhood anyway)?
< sipa> jamesob: yes, if it doesn't break things
< sipa> it may lead you on a wild goose chase :)
< sipa> oh, wait, this is the dynamic version
< sipa> i was thinking about the stativ annotations, ignore me
< sipa> yes, i'd say always add AssertLockHeld if it applies
< jamesob> sipa: cool, thanks
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12434: [doc] dev-notes: Members should be initialized (master...Mf1802-docDevMemberInit) https://github.com/bitcoin/bitcoin/pull/12434
< quer> Is there a special reason for banning these static IPs ?
< bitcoin-git> [bitcoin] esotericnonsense opened pull request #12435: RPC: Strict JSON-RPC 2.0 compliance (gated behind flag) (master...2018-02-jsonrpc-2.0) https://github.com/bitcoin/bitcoin/pull/12435