-
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
Merged
Commits on Sep 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7df78f5 - Browse repository at this point
Copy the full SHA 7df78f5View commit details -
docker: Prepare builder to include flask and cherrypy
This is in preparation for the next commit.
Configuration menu - View commit details
-
Copy full SHA for 397a01c - Browse repository at this point
Copy the full SHA 397a01cView commit details -
pytest: Add an RPC proxy inbetween bitcoind and bitcoin-cli
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.
Configuration menu - View commit details
-
Copy full SHA for d442dc7 - Browse repository at this point
Copy the full SHA d442dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66678f5 - Browse repository at this point
Copy the full SHA 66678f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71b643 - Browse repository at this point
Copy the full SHA f71b643View commit details -
Configuration menu - View commit details
-
Copy full SHA for bad50aa - Browse repository at this point
Copy the full SHA bad50aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a58b7b - Browse repository at this point
Copy the full SHA 6a58b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c96020b - Browse repository at this point
Copy the full SHA c96020bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5c16f - Browse repository at this point
Copy the full SHA 3f5c16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e91f47c - Browse repository at this point
Copy the full SHA e91f47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a603da - Browse repository at this point
Copy the full SHA 4a603daView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.