RGB-WG / rgb-core

RGB Core Library: consensus validation for private & scalable client-validated smart contracts on Bitcoin & Lightning
https://spec.rgb.tech
Apache License 2.0
207 stars 52 forks source link

Fix display and from string for identifier types #144

Closed dr-orlovsky closed 1 year ago

dr-orlovsky commented 1 year ago

Currently identifiers use Baid58 for display/from_str. However it is a very flexible format which allows presenting the same identifier in many different ways. Each identifier must have just a single standard way and thus they all require a manual Display/FromStr implementation

dr-orlovsky commented 1 year ago

Closed with #151