We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MemoBytes
Following PR #4844 we now can use MemoBytes for types that are not era paremetrized, which means we can now use it for:
Block
BHeader
tpraos
Header
praos
BootstrapWitness
WitVKey
If there are any others they should be listed in this ticket as well.
The text was updated successfully, but these errors were encountered:
@teodanciu found one more candidate for MemoBytes: WitVKey
Sorry, something went wrong.
teodanciu
No branches or pull requests
Following PR #4844 we now can use
MemoBytes
for types that are not era paremetrized, which means we can now use it for:- might not need to retain the bytes at all, see Remove retention of bytes for aBlock
Block
#4917BHeader
intpraos
- done in UseMemoBytes
to represent memoized types #4916Header
inpraos
BootstrapWitness
- done in UseMemoBytes
to represent memoized types #4916WitVKey
If there are any others they should be listed in this ticket as well.
The text was updated successfully, but these errors were encountered: