LNP-BP / LNPBPs

LNP/BP standards for bitcoin layer 2 & 3 protocols
https://standards.lnp-bp.org
202 stars 39 forks source link

ticker doesn't allow numbers #158

Closed zoedberg closed 1 year ago

zoedberg commented 1 year ago

After updating RGB crates to the latest master branches I'm no longer able to issue assets with a ticker containing numbers. When I try issuing an asset with ticker TICKER2 I receive the following error: identifier name 'TICKER2' contains invalid character '2'

From the spec it seems ticker is defined as AlphaCapsNum so I think this is a regression.

@dr-orlovsky could you please clarify this?

dr-orlovsky commented 1 year ago

Can you pls move the issue to https://github.com/RGB-WG/rgb-wallet/issues where it belongs to? Since it is not a bug in the specification but in the implementation.

zoedberg commented 1 year ago

Sure, but I'm not able to move this so here the new issue: https://github.com/RGB-WG/rgb-wallet/issues/57