-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RGB20: reduce asset name length limit #74
Comments
Which potential issues do you see by keeping the limit at the current level? |
I think that usually asset names will be short (e.g. ticker: "USDT" -> name: "USD Tether"). IMO allowing So I think we need a reason to keep it so long, not the opposite. My suggestion is to use |
Fair point, I agree with the proposal of reducing the chars limit to |
I agree, a 32 chars limit helps to clarify the intended purpose of the "name" field. |
in liquid, there is no asset name. |
the answer might be 42 😏 |
Agenda of the call: 1. RGB [branding](https://github.com/LNP-BP/FAQ/tree/master/RGB%20Branding%20%26%20Logo) update 2. [Reduce asset name length limit] (LNP-BP/LNPBPs#74) 3. [Support for asset name registries] (LNP-BP/LNPBPs#75) 4. [PSBT and deterministic bitcoin commitments / public key tweaks] (LNP-BP/LNPBPs#69) 5. RGB Schema update: - Removed dust limit - Multiple inflation rights with better control over total inflation - Epoch-based burn and burn-and-replace procedures; enhanced with UTXO set and versioned proofs of burn data, supporting up to 15 burn proof variants (+"no proofs" option) - Asset renomination procedure, for changing asset names or splitting stock shares after @sabina_sa proposal - Standardization of contract text URL and commitment format - Rights split procedure
Currently there's an enforcement at schema level of
256
chars on the asset name.This limit may be too high, so let's consider lowering it a bit.
The text was updated successfully, but these errors were encountered: