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

Enforce strict length check for HexString #208

Open
AuHau opened this issue Mar 16, 2021 · 0 comments · May be fixed by #977
Open

Enforce strict length check for HexString #208

AuHau opened this issue Mar 16, 2021 · 0 comments · May be fixed by #977
Labels
kind:architecture Core architecture of project P2 Medium: Good to have, but can wait until someone steps up status:backlog Conscious decision to pause or backlog type:issue

Comments

@AuHau
Copy link
Contributor

AuHau commented Mar 16, 2021

As part of internal improvements on hex strings handling there is incoming PR that binds a HexString to a specific length (like Bytes type). Currently, the length parameter is not required though in order to ease the transition. This should be later on revisited and removing the default number value which will require to specify for all HexString usage its expected length.

@AuHau AuHau added kind:architecture Core architecture of project P2 Medium: Good to have, but can wait until someone steps up status:backlog Conscious decision to pause or backlog labels Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:architecture Core architecture of project P2 Medium: Good to have, but can wait until someone steps up status:backlog Conscious decision to pause or backlog type:issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant