storacha / w3name

IPNS client and service for generating, updating, and tracking immutable names with signed updates
Other
45 stars 12 forks source link

fix: rate limit publish and resolve reqs #22

Closed joshJarr closed 2 years ago

joshJarr commented 2 years ago

Add rate limiter awaits before requests are made in client publish and resolve. Make w3name service optional using a default service with a URL and RateLimiter.

adamalton commented 2 years ago

I'm going to make a separate PR to fix the CI.