Skip to content
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

RGB-21 Schema: What should be the limit of the length of the name field? #76

Closed
UkolovaOlga opened this issue Nov 27, 2020 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested [RGB] Specs related to client-validated state management system

Comments

@UkolovaOlga
Copy link
Member

UkolovaOlga commented Nov 27, 2020

According to the dev call held on the 25.11.2020 LNP-BP/devcalls@1fbb7e7

This issue is a part of discussion #79

@UkolovaOlga UkolovaOlga added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Nov 27, 2020
@dr-orlovsky dr-orlovsky added this to the RGB schemata v1 milestone Jan 23, 2023
@dr-orlovsky dr-orlovsky moved this to In review in Releases & roadmap Jan 23, 2023
@dr-orlovsky dr-orlovsky added the [RGB] Specs related to client-validated state management system label Jan 23, 2023
@cryptoquick
Copy link
Member

Does it make sense to impose a limit? What are the maximum limits for this? 64KB or 16MB? Are there any thresholds where there it makes sense to impose a limit, such as 255 ASCII characters, vs, say, 260?

@dr-orlovsky
Copy link
Member

Again, the issue is heavily outdated. Sorry for occasionally bringing it back during the issue sort process.

The limits are there and they are defined with strict type system (where everything has a limits). If you believe they should be adjusted, please open a PR against current version in

LNPBPs/lnpbp-0020.md

Lines 66 to 69 in 6861587

data Denomination ::
ticker [Ascii ^ 1..8],
name [Ascii ^ 1..40],
details [Unicode ^ 40..256]?,

@github-project-automation github-project-automation bot moved this from In review to Done in Releases & roadmap Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested [RGB] Specs related to client-validated state management system
Projects
Status: Done
Development

No branches or pull requests

5 participants