-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat!: new provider.yaml and new contracts v2 [JS-850, JS-851] #1082
Conversation
…per physical core in config, add descriptions for prices in config
const [invalidPeers, peers] = splitErrorsAndResults( | ||
computePeers, | ||
({ kubeconfigPath, ipSupplies, name, ...restPeer }) => { | ||
return kubeconfigPath === undefined || ipSupplies.length === 0 |
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.
We don't need that?
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.
not anymore cause now all of this is required in the config instead of being optional
Merging to enable testing. Will refactor and improve later, feel free to leave code-review comments |
No description provided.