a16z / helios

A fast, secure, and portable light client for Ethereum
MIT License
1.81k stars 274 forks source link

fix: use wasm compatible rpc retries #297

Closed ncitron closed 11 months ago

ncitron commented 11 months ago

Most retry libraries don't have good enough wasm support to handle executing in a webworker. I wrote a new retry crate called retri that uses zduny-wasm-timer internally which has supports both non wasm, browser wasm, and webworker wasm environments.