-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix contract init params #134
base: master
Are you sure you want to change the base?
Fix contract init params #134
Conversation
🦋 Changeset detectedLatest commit: 6eb29b7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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
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.
i merged the flow-cli install fix but it looks like CI is still failing, mind checking this out then we can merge?
@jribbink now it's linter :) |
(cherry picked from commit 3c085cc)
Do you know how I can fix inter-package importing in this lerna repo? |
Description
Contract init parameters can be defined on multiple lines like this:
Previous implementation would fail to properly catch this. This PR adds changes to fix it.
For contributor use:
master
branchFiles changed
in the Github PR explorer