Commits
Click on a commit to change the comparison rangefeat: full-node fallback by instantiating a Sui client for each rpc url4 months ago
by chariskms feat: change selection flow3 months ago
by chariskms feat: change flow and fix response validation3 months ago
by chariskms refactor(core): rename callClients to invokeWithFailover3 months ago
by chariskms fix: resolve pr comments and fix tests3 months ago
by chariskms fix: unit test for resources3 months ago
by chariskms fix: throw error instead of null3 months ago
by chariskms fix: redundant changes3 months ago
by chariskms refactor: remove comment3 months ago
by chariskms refactor: remove comment3 months ago
by chariskms fix: change rpc urls3 months ago
by chariskms feat: wrap the suiclient to enable logging of their RPC URLs3 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.3 months ago
by chariskms fix: remove RPCs that return CORS errors3 months ago
by chariskms refactor: clean imports3 months ago
by chariskms refactor: move request timeout to constants3 months ago
by chariskms refactor: remove redundant variable3 months ago
by chariskms