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
QueryablePayload
Self::Metadata
len
iter
transaction_with_proof
VidCommon
TransactionIndex
Ord
The text was updated successfully, but these errors were encountered:
ggutoski
jbearer
No branches or pull requests
QueryablePayload
take an unneeded arg of typeSelf::Metadata
:len
,iter
,transaction_with_proof
, and others.transaction_with_proof
desperately needs an arg of typeVidCommon
. Downstream currently has a horrible hack: https://github.com/EspressoSystems/espresso-sequencer/blob/26a6b299ce260a210e6fa3253bbd50fb57f3023d/sequencer/src/block/full_payload/payload.rs#L221-L229TransactionIndex
has a trait bound forOrd
? Can it be deleted? (No big deal either way though.)The text was updated successfully, but these errors were encountered: