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
Right now, for parsing BIP353 addresses, we parse the resulting BIP21 using custom logic that only looks for a BOLT12 offer or an LNURL. We should support resolving to a bitcoin address as well.
This may be fixed by merging this custom BIP21 parsing logic with our other BIP21 parsing in parse_core that uses the bip21 crate. This would also allow BIP21 with no Bitcoin address to be parsed (right now, these can only be parsed when fetched using BIP353).
The text was updated successfully, but these errors were encountered:
Right now, for parsing BIP353 addresses, we parse the resulting BIP21 using custom logic that only looks for a BOLT12 offer or an LNURL. We should support resolving to a bitcoin address as well.
This may be fixed by merging this custom BIP21 parsing logic with our other BIP21 parsing in
parse_core
that uses thebip21
crate. This would also allow BIP21 with no Bitcoin address to be parsed (right now, these can only be parsed when fetched using BIP353).The text was updated successfully, but these errors were encountered: