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
Support signing other input types (currently only p2wpkh)
Separate funding logic from estimation (see AvailableCoins)
Calculate minimum change amount
test/improve error handling
Improve is_transport_error such that the light client networks are caught e.g. here.
look into how we handle ElectrsError::ReqwestError. In the case of rescan_electrs_for_addresses it's probably fine not to add special handling for it, and just to treat it as a critical error.
Check that light client errors are handled correctly in general
wiremock
for testing electrsSupport signing other input types (currently only p2wpkh)AvailableCoins
)is_transport_error
such that the light client networks are caught e.g. here.ElectrsError::ReqwestError
. In the case ofrescan_electrs_for_addresses
it's probably fine not to add special handling for it, and just to treat it as a critical error.Related:
The text was updated successfully, but these errors were encountered: