ar-io / arns-service

Koa microservice that leverages Warp to support the ArNS Portal and ar.io observers.
https://api.arns.app
GNU Affero General Public License v3.0
19 stars 4 forks source link

feat(warp): bump warp to use evaluation timeout abort controllers #84

Closed dtfiedler closed 9 months ago

dtfiedler commented 9 months ago

This update allows us to pass abort signals to warp evaluation and sets a default timeout of 2 mins for state evaluation. Includes updates to our read-through promises to support AbortSignals so we do not continue doing work once the response is returned to the client.