Eric
933103ca6d
Refactor error bubbling
...
Ensure that all errors bubble to the main `convertError` proc.
Add websockets mocks and tests.
Formatting updates via nph.
2025-07-08 12:10:02 +10:00
Eric
7034bceaaf
mock rpc http server for subscriptions -- needs refactor
2025-07-03 09:56:07 +10:00
Eric
f480431ccc
WIP commit for websockets transport error tests
2025-07-03 09:55:44 +10:00
Eric
be192c880e
Add http error conversion tests for failed connections
2025-05-28 16:18:10 +10:00
Eric
af35395ace
Convert retryable RPC/HTTP errors to RpcNetworkError type in ethers
...
Converts specific errors to RpcNetworkError, which can be bubbled to applications at a higher level and retried on the network (eg with exponential backoff) until resolved or timed out.
2025-05-27 18:03:19 +10:00