-
Notifications
You must be signed in to change notification settings - Fork 217
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
http bridge with local cluster in integration tests #132
Conversation
- Removed the MVar wrapper around the Context - Make API of the Request module more orthogonal - Remove 'Scenario' plumbing and pass context explicity through HSpec 'SpecWith' mechanism
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.
nice one 👍
, "--template", network | ||
] (threadDelay 5000000) | ||
|
||
cardanoWalletServer serverPort bridgePort network = Command |
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.
Why not cardanoWalletLauncher
instead Bridge
and Server
?
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.
Good point 😶 ... I have no answers.
Merging this to get the |
Issue Number
#67
Overview
test/data/cardano-node-simple
that would do the trick).Comments
We do nothing with the cluster (for now) but it should be fully functional and allow us to submit transactions and see them being accepted by nodes.
@piotr-iohk This will conflict with #131 but I am happy to adapt either of the PR with the change. Conceptually, it doesn't really interfere with your addition on #131.