-
Notifications
You must be signed in to change notification settings - Fork 906
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
Replace the fake-bitcoin-cli with a proxy that can be instrumented from tests #1860
Conversation
2edd930
to
eaeacb6
Compare
Really want to get the release out soon.... |
This wasn't intended to hold up the release, just some cleanups while you were addressing the WIP flag of #1846. Sorry for the confusion :-) |
91e137b
to
e5089ae
Compare
a00f042
to
93e8350
Compare
93e8350
to
505bab1
Compare
f8f1b84
to
76e2976
Compare
This is ready for review, but we should hold off from merging it until 0.6.1 is released. |
The commits are a bit sloppy :) Seeming that younger ones fix up older commits a few times, though. But I was trting to do before/after timing tests, and
|
Ack, with the fixup. Confused how this got past CI. Please fold if it's right, and apply... |
This is in preparation for the next commit.
This is a simple reverse proxy that `bitcoin-cli` can talk to when invoked by `lightningd`. It allows us to trace `bitcoin-cli` calls, and intercept calls to mock the replies, better than the current bash-script based method.
8f87638
to
4a603da
Compare
ACK 4a603da |
Fixes #1858