Commits
Click on a commit to change the comparison rangefeat: full-node fallback by instantiating a Sui client for each rpc url9 months ago
by chariskms feat: change selection flow8 months ago
by chariskms feat: change flow and fix response validation8 months ago
by chariskms refactor(core): rename callClients to invokeWithFailover8 months ago
by chariskms fix: resolve pr comments and fix tests8 months ago
by chariskms fix: unit test for resources8 months ago
by chariskms fix: throw error instead of null8 months ago
by chariskms fix: redundant changes8 months ago
by chariskms refactor: remove comment8 months ago
by chariskms refactor: remove comment8 months ago
by chariskms fix: change rpc urls8 months ago
by chariskms feat: wrap the suiclient to enable logging of their RPC URLs8 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.8 months ago
by chariskms fix: remove RPCs that return CORS errors8 months ago
by chariskms refactor: clean imports8 months ago
by chariskms refactor: move request timeout to constants8 months ago
by chariskms refactor: remove redundant variable8 months ago
by chariskms