fix: update unchained-client openapi generator config - #11814
fix: update unchained-client openapi generator config#118140xApotheosis wants to merge 1 commit into
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughThis PR updates the OpenAPI tools configuration for the unchained-client package by switching cosmos and mayachain API source URLs from alternative locations to the GitHub develop branch URL, and removes the unused arbitrumNova configuration block entirely. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Remove arbitrumNova generator entry and its source module from unchained-client (coinstack removed upstream in shapeshift/unchained#1258). Update cosmos/mayachain spec URLs to point to develop branch now that they've been merged from their long-running fork branches.
6e61014 to
116838a
Compare
|
Closing in favor of #11815 which includes the full chain removal — the package dependency graph means we can't remove arbitrumNova from unchained-client without also removing it from chain-adapters and everything downstream. |
Description
The
yarn workspace @shapeshiftoss/unchained-client generatecommand fails because the upstream unchained repo removed the Arbitrum Nova coinstack in shapeshift/unchained#1258 (merged 2026-02-09).This PR makes three changes to
openapitools.json:arbitrumNovagenerator entry — the swagger spec URL returns 404 since the coinstack was deleted upstreamcosmosspec URL — point todevelopbranch instead of thecosmosfork branch (now merged into develop)mayachainspec URL — point todevelopbranch instead of themayachainfork branch (now merged into develop)Issue (if applicable)
N/A — the upstream unchained repo removed
arbitrum-novain shapeshift/unchained#1258Risk
Low. This only changes the OpenAPI code generation config. No runtime code is affected. The existing generated
arbitrumNovaclient code remains untouched (it's gitignored and only regenerated on explicityarn generateruns).Testing
Engineering
yarn workspace @shapeshiftoss/unchained-client generate— should complete successfully with all 18 generators passing (was failing onarbitrumNovabefore)Operations
Summary by CodeRabbit
Release Notes