Skip to content

Conversation

@mellifluus
Copy link
Contributor

@mellifluus mellifluus commented Jul 4, 2025

Summary by cubic

Added new operatorUniversesV2 and operatorChurnedUniversesV2 methods to fetch updated operator universe data, including support for MT universes.

  • New Features
    • Added OperatorMtUniverse and related response types.
    • Exposed new API methods for fetching operator universes (v2) and churned universes.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

cubic found 1 issue across 3 files. Review it in cubic.dev

React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai to give specific feedback.


return res.data?.data
} catch (err) {
throw new universe.OperatorUniverseError()
Copy link

Choose a reason for hiding this comment

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

Rethrown error discards the original error context, making debugging harder.

Suggested change
throw new universe.OperatorUniverseError()
throw new universe.OperatorUniverseError(undefined, { error: err })

@mellifluus mellifluus merged commit cef5185 into master Jul 4, 2025
6 checks passed
@mellifluus mellifluus deleted the feat/mt-unis-operator branch July 4, 2025 07:49
@charles-platform
Copy link

🎉 This PR is included in version 4.251.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants