-
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
Integration test: Delegating addresses API roundtrip #2330
Conversation
3956665
to
9e4e06c
Compare
3688671
to
ae49361
Compare
|
||
-- Generate first 20 addresses using payment and stake keys derived from | ||
-- wallet API | ||
let indexes = [0..19] |
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.
let indexes = [0..19] | |
let indices = [0..19] |
-- Generate first 20 addresses using payment and stake keys derived from | ||
-- wallet API | ||
let indexes = [0..19] | ||
generatedAddresses <- forM indexes $ \index -> do |
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.
generatedAddresses <- forM indexes $ \index -> do | |
generatedAddresses <- forM indices $ \index -> do |
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.
lgtm!
bors r+ |
Build succeeded: |
Issue Number
https://jira.iohk.io/browse/ADP-461
Overview
5fbc8be
Integration test: Delegating addresses API roundtrip
ae49361
Integration test: at_least must make sense
Comments