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
The input_parser lives in sdk-common, however the logic to parse Bolt12 offers exists only in the Liquid SDK.
This separation was done because the parsing logic required lightning of at least version 0.0.125. Once gl-client supports it, we can move this custom parsing logic back into sdk-common.
The
input_parser
lives insdk-common
, however the logic to parse Bolt12 offers exists only in the Liquid SDK.This separation was done because the parsing logic required
lightning
of at least version0.0.125
. Oncegl-client
supports it, we can move this custom parsing logic back intosdk-common
.Depends on
gl-client
: Bumplightning
dependency to0.0.125
or higher Blockstream/greenlight#542lightning-invoice
,bitcoin
Next steps
gl_client
to include the abovebreez-sdk-liquid
: bumpsdk-common
dependency to use the abovebreez-sdk-liquid
: remove customlightning
dependency, re-use the one fromsdk-common
(which is a re-export of thegl_client
one)breez-sdk-liquid
: move logic for parsing Bolt12 offers (introduced in Add support for paying to BOLT12 #549) intosdk-common
The text was updated successfully, but these errors were encountered: