Commits
Click on a commit to change the comparison rangefeat: full-node fallback by instantiating a Sui client for each rpc url5 months ago
by chariskms feat: change selection flow4 months ago
by chariskms feat: change flow and fix response validation4 months ago
by chariskms refactor(core): rename callClients to invokeWithFailover4 months ago
by chariskms fix: resolve pr comments and fix tests4 months ago
by chariskms fix: unit test for resources4 months ago
by chariskms fix: throw error instead of null4 months ago
by chariskms fix: redundant changes4 months ago
by chariskms refactor: remove comment4 months ago
by chariskms refactor: remove comment4 months ago
by chariskms fix: change rpc urls4 months ago
by chariskms feat: wrap the suiclient to enable logging of their RPC URLs4 months ago
by chariskms feat(portal): remove devnet fallback (#292)
The portal previously included a mechanism to redirect requests to
devnet as a fallback in the event of a failure or a 404 (Not Found)
response. **This pull request removes that fallback functionality**.
**Changes**
- Removed the fallback to FALLBACK_DEVNET_PORTAL in the main routing
logic.
- Simplified the fetch process by eliminating proxyFetch and fallback
handling.
- Streamlined code to directly return responses or appropriate errors
without devnet fallback references.4 months ago
by chariskms fix: remove RPCs that return CORS errors4 months ago
by chariskms refactor: clean imports4 months ago
by chariskms refactor: move request timeout to constants4 months ago
by chariskms refactor: remove redundant variable4 months ago
by chariskms