You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
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: