interbtc-clients
interbtc-clients copied to clipboard
Light client improvements
- [ ] Implement metrics getters (expensive - ignore?)
- [x] Implement bump fee logic
- [ ] Use
wiremockfor testing electrs - [ ] ~~Support signing other input types (currently only p2wpkh)~~
- [x] Separate funding logic from estimation (see
AvailableCoins) - [x] Calculate minimum change amount
- [ ] test/improve error handling
- [ ] Improve
is_transport_errorsuch that the light client networks are caught e.g. here. - [ ] look into how we handle
ElectrsError::ReqwestError. In the case ofrescan_electrs_for_addressesit'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
- [ ] Improve
Related:
- #464