< bitcoin-git> [bitcoin] fanquake closed pull request #15307: [WIP] [tool] Add salvage and zaptxs commands to bitcoin-wallet (master...wallet_tool_zaptxs_salvage) https://github.com/bitcoin/bitcoin/pull/15307
< bitcoin-git> [bitcoin] fanquake closed pull request #14776: Add process based prctl spectre mitigation controls. (master...spectre-prctl) https://github.com/bitcoin/bitcoin/pull/14776
< bitcoin-git> [bitcoin] fanquake closed pull request #15569: docs: improve linux tar packages (master...improve-tar-rebased) https://github.com/bitcoin/bitcoin/pull/15569
< fanquake> stevenroose could you comment in #15282 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/15282 | test: Replace hard-coded hex tx with class in test framework by stevenroose · Pull Request #15282 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kallewoof opened pull request #16239: wallet/rpc: follow-up clean-up/fixes to avoid_reuse (master...2019-06-followup-avoidreuse) https://github.com/bitcoin/bitcoin/pull/16239
< bitcoin-git> [bitcoin] kallewoof opened pull request #16240: JSONRPCRequest-aware RPCHelpMan (master...2019-06-json-aware-helper) https://github.com/bitcoin/bitcoin/pull/16240
< kallewoof> Sorry for the refactoring PR. I honestly think it is worth it, with the # of lines saved (623 lines -> 284, with current codebase), and less copy-pasting.
< fanquake> kallewoof don't apologise. Looks like a good cleanup / deduplication.
< wumpus> not all refactors are equally bad !
< bitcoin-git> [bitcoin] fanquake opened pull request #16241: docs: add rapidcheck to vcpkg install list (master...windows_build_msvc) https://github.com/bitcoin/bitcoin/pull/16241
< bitcoin-git> [bitcoin] kallewoof closed pull request #12096: [rpc] [wallet] Allow specifying the output index when using bumpfee (master...better-bumpfee) https://github.com/bitcoin/bitcoin/pull/12096
< kallewoof> Is there a way to do a scripted diff that shows you only did whitespace changes? I assume no, since it would have to know the correct indentation(s) but sipa seems to indicate it's doable. (Or I misunderstood him)
< sipa> kallewoof: i don't see why not?
< sipa> you can write any script you want to perform the changes
< sipa> including a small python script or so, though awk/sed are probably more compact
< sipa> promag showed a much better way
< promag> not sure if travis has the required tools
< sipa> promag: also... clang splitting the {} and the .check part is weird
< sipa> *clang-format
< promag> it must be some rule (or lack of) in src/.clang-format?
< sipa> yeah
< sipa> a nonsensical one for sure
< sipa> can you avoid it by putting a () around the {} or so (not sure that's actually still correct c++)
< meshcollider> review beg #16026
< gribble> https://github.com/bitcoin/bitcoin/issues/16026 | Ensure that uncompressed public keys in a multisig always returns a legacy address by achow101 · Pull Request #16026 · bitcoin/bitcoin · GitHub
< meshcollider> relatively easy change
< Chris_Stewart_5> fanquake: You awake?
< Chris_Stewart_5> So if i read this correctly the windows env is now passing tests? Can i start iterating on test vectors using rapidcheck without ending up in build hell? https://github.com/bitcoin/bitcoin/pull/16241#issue-289586628
< fanquake> Chris_Stewart_5: Hey mate. From what I could tell all the tests passed. I couldn’t even compile without rapidcheck. Can confirm tomorrow if required.
< kallewoof> sipa promag: I tried promag's example, but it's choking on b/src/rpc/blockchain.cpp not found for some reason, at least when I run from cli. linter also throws..
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/44d817232361...0221420d1a05
< bitcoin-git> bitcoin/master 750d1bc Aaron Clauson: Cleaned up and consolidated msvc build files to allow faster builds and ea...
< bitcoin-git> bitcoin/master 0221420 MarcoFalke: Merge #16235: build: Cleaned up and consolidated msbuild files (no code ch...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16235: build: Cleaned up and consolidated msbuild files (no code changes) (master...vs2019) https://github.com/bitcoin/bitcoin/pull/16235
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16232: travis: Remove travis (master...1906-byeTravis) https://github.com/bitcoin/bitcoin/pull/16232
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16243: doc: Remove travis badge from readme (master...1906-docCleanCi) https://github.com/bitcoin/bitcoin/pull/16243
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0221420d1a05...b1344eac5fcc
< bitcoin-git> bitcoin/master 4971be7 fanquake: docs: add rapidcheck to vcpkg install list
< bitcoin-git> bitcoin/master b1344ea MarcoFalke: Merge #16241: docs: add rapidcheck to vcpkg install list
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16241: docs: add rapidcheck to vcpkg install list (master...windows_build_msvc) https://github.com/bitcoin/bitcoin/pull/16241
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b1344eac5fcc...413e438ea976
< bitcoin-git> bitcoin/master e91f0a7 MarcoFalke: doc: Remove travis badge from readme
< bitcoin-git> bitcoin/master 413e438 MarcoFalke: Merge #16243: doc: Remove travis badge from readme
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16243: doc: Remove travis badge from readme (master...1906-docCleanCi) https://github.com/bitcoin/bitcoin/pull/16243
< jnewbery> sipa: I don't seem to be able to move stuff around in projects any more. Is that expected?
< sipa> jnewbery: no!
< jnewbery> I *think* in project pages like https://github.com/bitcoin/bitcoin/projects/8 I used to be able to drag-and-drop cards between columns, etc
< sipa> jnewbery: see if you can now
< jnewbery> yes I can
< jnewbery> thanks
< jnewbery> Also looks like I can add a new project, which is what I really wanted to do
< jnewbery> (for descriptor wallets)
< * sipa> takes this feedback to github CEO: we need something between write and triage (or triage's permissions need extending)
< jnewbery> #proposedmeetingtopic: Bitcoin Core PR review club (https://bitcoin-core-review-club.github.io/)
< bitcoin-git> [bitcoin] jonatack closed pull request #16016: tests: RPC bumpfee totalFee deprecation (master...rpc_bumpfee_totalfee_deprecation_test) https://github.com/bitcoin/bitcoin/pull/16016
< bitcoin-git> [bitcoin] achow101 opened pull request #16244: Move wallet creation out of the createwallet rpc into its own function (master...mv-createwallet) https://github.com/bitcoin/bitcoin/pull/16244
< achow101> promag: would it be possible to split #16215 into two commits, one refactoring open wallet, the other for create wallet? I would like to pull in the create wallet part into #15450 so that it's async there. It would also make #16215 be able to stand on its own with just an open wallet refactor
< gribble> https://github.com/bitcoin/bitcoin/issues/16215 | gui: Refactor wallet controller activities by promag · Pull Request #16215 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15450 | [GUI] Create wallet menu option by achow101 · Pull Request #15450 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16215 | gui: Refactor wallet controller activities by promag · Pull Request #16215 · bitcoin/bitcoin · GitHub