You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, the 503 error is often reported from the @rgbpp-sdk/btc when requesting the /api/v1/fees/recommended API from the mempool.space service. Here's one of the failed actions: rgbpp-sdk/action#8802346792. Since the btc-assets-api is planning to replace electrs with the mempool.space API, I suggest also wrapping the recommended fee rates API in the btc-assets-api.
Some benefits:
Reduce the dependencies used in the @rgbpp-sdk/btc by only requesting from the btc-assets-api
The btc-assets-api can auto-retry when a 503 error occurs and can cache the result of the recommended fees API
The text was updated successfully, but these errors were encountered:
Recently, the
503
error is often reported from the @rgbpp-sdk/btc when requesting the/api/v1/fees/recommended
API from the mempool.space service. Here's one of the failed actions: rgbpp-sdk/action#8802346792. Since the btc-assets-api is planning to replace electrs with the mempool.space API, I suggest also wrapping the recommended fee rates API in the btc-assets-api.Some benefits:
The text was updated successfully, but these errors were encountered: