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
Payload
The Payload struct has been redesigned (see #1012) however there are some pending improvements including:
TxTableEntry
espresso-sequencer/sequencer/src/block2/entry.rs
Line 10 in dbf68c9
TableWord
zero()
one()
checked_add_mut()
NameSpaceTable
TxTable
The text was updated successfully, but these errors were encountered:
ggutoski
Successfully merging a pull request may close this issue.
The Payload struct has been redesigned (see #1012) however there are some pending improvements including:
TxTableEntry
Seeespresso-sequencer/sequencer/src/block2/entry.rs
Line 10 in dbf68c9
TableWord
with the appropriate trait bounds which will likely involve the use of const generics.zero()
,one()
,checked_add_mut()
NameSpaceTable
TxTable
The text was updated successfully, but these errors were encountered: