Currently there's an [enforcement at schema level](https://github.com/LNP-BP/rgb-node/blob/68146c578190bb578f2a4bf0f8d3298f94f0959a/src/contracts/fungible/data/schema.rs#L303) of `256` chars on the asset name. This limit may be too high, so let's consider lowering it a bit.
Currently there's an enforcement at schema level of
256chars on the asset name.This limit may be too high, so let's consider lowering it a bit.