Skip to content
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(api): use generated code by version from akash-api #182

Merged
merged 4 commits into from
May 7, 2024

Conversation

ygrishajev
Copy link
Contributor

Also remove relevant local barrel index files.

refs akash-network/support#184

@ygrishajev ygrishajev force-pushed the feature/api-proto branch 3 times, most recently from 13938f2 to 7cf4757 Compare May 6, 2024 09:24
Also remove relevant local barrel index files.

refs akash-network/support#184
@ygrishajev ygrishajev force-pushed the feature/api-proto branch from 7cf4757 to 6234224 Compare May 6, 2024 09:30
@ygrishajev ygrishajev marked this pull request as ready for review May 6, 2024 09:36

const mainnetTypes = { ...v1beta3, ...v1beta4 };
const sandboxTypes = { ...v1beta3, ...v1beta4 };
const commonTypes = { ...omit(v1beta3, "GPU"), ...v1beta4 };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we omitting GPU again?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically because it wasn't there before. Product wise, I'd ask @Redm4x

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we are not using it in the deploy-web project. We can keep it ommited, but I don't think it's that bad if it gets included here anyway.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Redm4x I can add it back, should I?


const mainnetTypes = { ...v1beta3, ...v1beta4 };
const sandboxTypes = { ...v1beta3, ...v1beta4 };
const commonTypes = { ...omit(v1beta3, "GPU"), ...v1beta4 };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we are not using it in the deploy-web project. We can keep it ommited, but I don't think it's that bad if it gets included here anyway.

@ygrishajev ygrishajev merged commit dfd1947 into main May 7, 2024
5 checks passed
@ygrishajev ygrishajev deleted the feature/api-proto branch May 7, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants