LNP-WG / lnp-node

Lightning network protocol daemon (suitable for generalized Lightning Network)
MIT License
145 stars 40 forks source link

asset identifier confusion #33

Closed St333p closed 2 years ago

St333p commented 3 years ago

Currently lnp-node uses different encodings to identify rgb assets, mixing big-endian and little-endian hex formats. This should be solved, as discussed in 2020/12/09 devcall and reported in #31, by uniforming them to bech32 encoding, which will be available in one of the next versions of lnpbp core library.

Note: this issue aims to collect info related to this topic while rust-lnpbp is released.

dr-orlovsky commented 3 years ago

Should be solved with the recent updates