-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyln: Add a fixture for createwallet #4088
pyln: Add a fixture for createwallet #4088
Conversation
41e84bd
to
ac18407
Compare
Thanks for catching this so early 👍 I just tested it and it works as advertised, with one minor caveat: |
ac18407
to
ff031f8
Compare
Hm, seems |
Still reading through git log and figuring out if we are not bending anything and why the error which I noticed appeared now (since |
The last related upstream change seems to be bitcoin/bitcoin#15937 (was looking for |
Since then there were a couple of changes. I am retesting again against today's bitcoin master. Yes, the same error happens on |
I have submitted an issue to bitcoin: bitcoin/bitcoin#20051 |
Ah, too late :) It is in master for some days but I did not find it in the log looking for |
so the solution seems to be using |
ff031f8
to
11656e2
Compare
Adding |
11656e2
to
ca69ec3
Compare
In the end I set it to |
Ah, and it still may end up being something else. Using |
ca69ec3
to
cd5508e
Compare
ACK cd5508e |
Still hunting down some unrelated flaky tests, the failures in CI here are unrelated to this PR 👍 |
Just a note: it should be OK in long term when things stay as they are now:
(from "load" and "will be created if it does not exist" are the important parts of this help message. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still hunting down some unrelated flaky tests, the failures in CI here are unrelated to this PR
As long as it helps ... there is no hurry although someone who tests against current bitcoind may notice it already. Others after release of Bitcoin Core 0.21
Got Travis working again, rebasing and merging as soon as it passes 👍 |
cd5508e
to
3df395f
Compare
ACK 3df395f |
Found this in my |
When testing against current master (
209900
), I got errors about a non-existing wallet.Changelog-None