T2447
Chronik requires hash160 to get utxo info for an address.
This diff adds hash160 to wallet state so it is available throughout the app.
Differential D11478
[Cashtab] [chronik] Add hash160 strings to wallet state bytesofman on May 17 2022, 16:50. Authored by
Details
T2447 Chronik requires hash160 to get utxo info for an address. This diff adds hash160 to wallet state so it is available throughout the app. npm start
Diff Detail
Event TimelineComment Actions Looks good - I'll add a task to find a library to carry out this hash160 conversion to replace the current api call towards the tail end of the chronikfication initiative. Comment Actions While we do want to deprecate bch-js, this is at least not an api call https://github.com/Permissionless-Software-Foundation/bch-js/blob/master/src/address.js#L205 so -- it's something we want in xec-js. |