< bitcoin-git>
[bitcoin] promag opened pull request #15107: rest: Return 404 in /rest/headers if block hash does not exists (master...2019-rest-header-404) https://github.com/bitcoin/bitcoin/pull/15107
< bitcoin-git>
[bitcoin] fanquake closed pull request #13621: Check for datadir after the config files were read (master...init-swap-datadir-readconf) https://github.com/bitcoin/bitcoin/pull/13621
< fanquake>
dongcarl Is #14442 still relevant after your updates to 12255 (or relevant at all)?
< dongcarl>
fanquake: Nope, I think both the "quit nicely with bitcoin-cli stop" part and the "use simple mode" part were shown not to be the best idea. I will comment on that PR with more context but it should be closed at some point.
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #14952: [do not merge] [tests] tidy up wallet_importmulti.py (master...14886_review_comments) https://github.com/bitcoin/bitcoin/pull/14952
< dongcarl>
What do you mean by "when release notes are merged"? The release notes I wrote are in the same PR as the actual changes, should I separate them?
< fanquake>
dongcarl I mean when the release notes are merged into release-notes.md. Either at release time, or in one of the "roll ups", like we just had in #15081.
< provoostenator>
promag: I'll update that soonish.
< fanquake>
provoostenator will that scope of that testing still be 0.17.x -> master, or are you planning on building older releases?
< provoostenator>
I was thinking of only supporting every major release, with the latest patch version.
< provoostenator>
so 0.17.1 and 0.18.0 when it comes out
< provoostenator>
The reason it doesn't support 0.16.* currently is that I haven't bothered to figure out some of the errors, so I'd rather just keep it simple.
< provoostenator>
The problem with 0.16 might be as simple as the new [testnet] syntax for config files, but I couldn't figure it out last time I looked into it (a bit).
< bitcoin-git>
[bitcoin] bytting closed pull request #15083: wallet: Fix a bug where memcmp takes a pointer address as second argument (master...20190103-fix-memcmp) https://github.com/bitcoin/bitcoin/pull/15083
< bitcoin-git>
bitcoin/master d2a1adf João Barbosa: qt: Factor out WalletModel::getDisplayName()
< bitcoin-git>
bitcoin/master b2ce86c João Barbosa: qt: Use WalletModel* instead of wallet name in main window
< bitcoin-git>
bitcoin/master 91b0c5b João Barbosa: qt: Use WalletModel* instead of wallet name in console window
< bitcoin-git>
[bitcoin] laanwj closed pull request #14784: qt: Use WalletModel* instead of the wallet name as map key (master...2018-11-qtwalletmodel) https://github.com/bitcoin/bitcoin/pull/14784
< fanquake>
Can someone doing native Windows builds clarify if you are meant to/need to install secp & leveldb with vcpkg?
< bitcoin-git>
[bitcoin] Mr-Leshiy opened pull request #15110: Fix the build problem in libbitcoin_server (master...MrLeshiy_Fix_Build) https://github.com/bitcoin/bitcoin/pull/15110
< provoostenator>
Boy I wish the function test runner would scream in protest if you forget to compile first :-)
< provoostenator>
Maybe it could ask make if anything is outdated and then give a warning? Or would that be super brittle?
< gmaxwell>
provoostenator: just adopt a practice of using make on the same commandline you run the test with
< gmaxwell>
make && ./foo
< gmaxwell>
alternatively we could make a target for the tests
< gmaxwell>
e.g. make check ... or in fact, make make check run the functional tests.
< provoostenator>
That is a good practice.
< provoostenator>
I usually run just a single test, so make check probably wouldn't be a good fit. Unless we make it really smart.
< provoostenator>
"JSONRPCException: Unknown named parameter wait" - getting this during a rebase; did we recently change something related?
< gmaxwell>
there is a PR that had a wait argument and lost it... something with wallet unloading or shutdown or something
< provoostenator>
It causes the 0.17.1 node to explode in my backwards compatilibyt test. I think I can work around it though.
< bitcoin-git>
[bitcoin] practicalswift opened pull request #15111: Avoid UB (member call on nullptr) when failing to read randomness in the startup process (master...random-ub) https://github.com/bitcoin/bitcoin/pull/15111