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(sdk): Add API clients failsafe support ✨ #567

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

michaeldev5
Copy link
Collaborator

@michaeldev5 michaeldev5 commented Dec 12, 2024

Closes #489

@michaeldev5 michaeldev5 self-assigned this Dec 12, 2024
Copy link

codecov bot commented Dec 12, 2024

Bundle Report

Changes will decrease total bundle size by 4.19kB (-0.68%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sdk-cjs-esm 455.25kB 4.2kB (-0.91%) ⬇️
xcm-router-esm 147.69kB 10 bytes (0.01%) ⬆️

@michaeldev5 michaeldev5 changed the title feat(sdk): Add failsafesupport ✨ feat(sdk): Add failsafe support ✨ Dec 12, 2024
@michaeldev5 michaeldev5 changed the title feat(sdk): Add failsafe support ✨ feat(sdk): Add API clients failsafe support ✨ Dec 12, 2024
@michaeldev5 michaeldev5 marked this pull request as ready for review December 12, 2024 15:37
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ
visualizator-be 100.00% <ø> (ø)
xcm-analyser 98.60% <ø> (ø)
xcm-api 97.09% <ø> (ø)
xcm-router 93.37% <100.00%> (ø)
xcm-sdk 94.99% <100.00%> (+0.08%) ⬆️
Files with missing lines Coverage Δ
packages/sdk/src/api/IPolkadotApi.ts 100.00% <ø> (ø)
packages/sdk/src/nodes/ParachainNode.ts 98.14% <100.00%> (+0.47%) ⬆️
packages/sdk/src/nodes/config/getNodeProviders.ts 100.00% <100.00%> (ø)
packages/sdk/src/nodes/config/index.ts 100.00% <ø> (ø)
packages/sdk/src/nodes/supported/Acala.ts 100.00% <ø> (ø)
...ckages/sdk/src/nodes/supported/AssetHubPolkadot.ts 98.82% <100.00%> (-0.02%) ⬇️
packages/sdk/src/nodes/supported/Basilisk.ts 88.88% <ø> (-2.03%) ⬇️
packages/sdk/src/nodes/supported/BifrostKusama.ts 100.00% <ø> (ø)
...ackages/sdk/src/nodes/supported/BifrostPolkadot.ts 94.02% <ø> (-0.34%) ⬇️
packages/sdk/src/nodes/supported/Centrifuge.ts 95.45% <ø> (+6.99%) ⬆️
... and 17 more

@dudo50 dudo50 merged commit a0dcad7 into main Dec 12, 2024
2 checks passed
@dudo50 dudo50 deleted the feat/api-failsafe branch December 12, 2024 16:57
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.

Create API endpoint failsafe.
2 participants