-
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
QA review of #8 #87
QA review of #8 #87
Conversation
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.
👌
] | ||
(ProcessHasExited name code) <- launch commands | ||
name `shouldBe` cmdName (commands !! 0) | ||
name `shouldBe` cmdName (commands !! 1) |
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.
What's the rational here 😅 ?
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.
Yeah, just wanted to test different orders of commands added to the launcher... added few more test, because this alone didn't make any sense indeed :)
1f11e78
to
4904d2f
Compare
82a731a
to
214157b
Compare
3930: [87] Copy `NodeStateAdaptor` from the wallet to the node r=KtorZ a=Anviking ## Description We don't want to use NodeStateAdaptor from the wallet. We'd like to decouple the wallet from the node, and talk over an API (the Node API). To aid the transition, I have abruptly copied the wallet `NodeStateAdaptor` to the Node, so that it can serve the following additional protocol parameters in the node-settings endpoint: - slotId - slotCount - maxTxSize - feePolicy - securityParameter ## Linked issue cardano-foundation/cardano-wallet#87 Co-authored-by: Johannes Lund <[email protected]>
Issue Number
Overview
POSIXSpec.md
and added additional infoLauncherSpec.hs
(just changed the order of commands in 1 test)Comments