< bitcoin-git>
bitcoin/master 1bee1e6 Andrew Chow: Do not create default wallet
< bitcoin-git>
bitcoin/master d26f064 Andrew Chow: Tell users how to load or create a wallet when no wallet is loaded
< bitcoin-git>
bitcoin/master 652c45f Samuel Dobson: Merge #15454: Remove the automatic creation and loading of the default wal...
< bitcoin-git>
[bitcoin] meshcollider merged pull request #15454: Remove the automatic creation and loading of the default wallet (master...no-default-wallet) https://github.com/bitcoin/bitcoin/pull/15454
< yanmaani>
aj: A bit of overengineering, but couldn't you have acceptable "spacing positions" for each arg
< yanmaani>
so you specify something like ("sig" SEP "net" SEP "challenge"), and all 4 combinations are valid
< aj>
yanmaani: code could specify "signet-challenge" and bitcoind could allow you to drop the "-"s i guess
< yanmaani>
that might be the smart way, yeah. Take "sig-net-challenge", clean both strings of hyphens, check map membership, then ensure hyphenation is valid
< provoostenator>
aj: feature_pruning.py breaks with "(wallet method is disabled because no wallet is loaded"
< aj>
provoostenator: yeah, it was doing so in the travis run in that PR too
< provoostenator>
And I saw it in a followup PR too, weird
< aj>
what's weird? the tests now need a -wallet= argument or something, and don't have it, as far as i can see?
< provoostenator>
It's weird that it only fails on that machine
< provoostenator>
I'll try to reproduce locally
< aj>
seems to reproduce locally fine for me on that test case fwiw
< aj>
trying to see if anything else breaks too
< provoostenator>
If so, I should be able to push a fix, which I would prever over a rever.t
< provoostenator>
But it's not the only machine that runs the functional test suite
< provoostenator>
Oh it's part of EXTENDED_SCRIPTS
< aj>
guess that'd do it
< aj>
dbcrash fails too fwiw, though the c++17 test excludes it
< * provoostenator>
making sure the tests pass before making a PR
< bitcoin-git>
[bitcoin] Sjors opened pull request #19971: test: create default wallet in extended tests (master...2020/09/fix_no_default_wallet_extended_tests) https://github.com/bitcoin/bitcoin/pull/19971
< emzy>
just have activated DNSSEC on dnsseed.emzy.de
< jonasschnelli>
emzy: nice! I have never configured bind (always used djbdns),... do you mind share the configuration/steps-to-setup?
< emzy>
jonasschnelli: maybe it also works woth djbdns. I use dynamic updates on bind with "nsupdate". But yes I will write it up next week. I like to have it running a few days first.
< jonasschnelli>
emzy: sure. No hurry.
< jonatack>
"with endomorphism = yes" is the new hotness
< wumpus>
yess
< vasild>
endowhat?
< vasild>
:-D
< bitcoin-git>
[bitcoin] practicalswift opened pull request #19972: tests: Add fuzzing harness for node eviction logic (master...fuzzers-eviction-logic) https://github.com/bitcoin/bitcoin/pull/19972
< wumpus>
'inner shapeism' i guess if you'd translate it literally
< wumpus>
I'm not sure if the "Initializing chainstate Chainstate [ibd] @ height -1 (null)" log message is very useful
< wumpus>
does it ever get logged with different arguments?
< grubles>
is there a way to package bitcoind and -cli using the macdeploy script?
< grubles>
instead of just -qt
< Lightsword>
is setting regtest rpcport or rpcbind parameters via the command line broken?