Commits
Click on a commit to change the comparison rangefeat: full-node fallback by instantiating a Sui client for each rpc url feat: change selection flow feat: change flow and fix response validation refactor(core): rename callClients to invokeWithFailover fix: resolve pr comments and fix tests fix: unit test for resources fix: throw error instead of null11 months ago
by chariskms fix: redundant changes11 months ago
by chariskms refactor: remove comment11 months ago
by chariskms refactor: remove comment11 months ago
by chariskms fix: change rpc urls11 months ago
by chariskms feat: wrap the suiclient to enable logging of their RPC URLs11 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.11 months ago
by chariskms fix: remove RPCs that return CORS errors11 months ago
by chariskms refactor: clean imports11 months ago
by chariskms refactor: move request timeout to constants11 months ago
by chariskms refactor: remove redundant variable11 months ago
by chariskms