Byron Hambly
Byron Hambly
5 iterations ``` > time test/functional/feature_dbcrash.py 2024-04-05T07:05:16.203000Z TestFramework (INFO): Initializing test directory /tmp/bitcoin_func_test_8_zlhs9q 2024-04-05T07:48:56.506000Z TestFramework (INFO): Prepped 5001 utxo entries 2024-04-05T07:49:24.107000Z TestFramework (INFO): Iteration 0, generating 2500 transactions [0, 0,...
@jamesdorfman had a similar failure. bumped the iterations to 6 and will run a number of tests
I suspect there’s a threshold that works reliably like the Bitcoin test.
Hi @PlebRick thanks for raising the issue, will take a look when I can
What's your input? You're getting a segfault when running SignPSBT with this patch?
Hey @Czino thanks for raising this. I've just looked into the code, which essentially matches Bitcoin Core upstream. It turns out that `signmessage` actually works with a keyhash, not an...
also a very interesting comment from gmax here: https://github.com/bitcoin/bitcoin/issues/10542#issuecomment-306625829
I think BIP322 will only be supported if it's inherited from upstream. Closing for now, feel free to re-open.
@bonomat @da-kami @rishflab
@ikmckenz do you feel like picking this up?