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
A new crate, ser, for higher order OP type serialization + compression.
This should follow the pattern of kona-derive but invert the inputs and outputs such that a ser pipeline accepts L2 blocks and outputs batch data. A periphery manager can then construct tx candidates and pass them into Alloy which will efficiently handle nonce management and more.
Description
A new crate,
ser
, for higher order OP type serialization + compression.This should follow the pattern of
kona-derive
but invert the inputs and outputs such that aser
pipeline accepts L2 blocks and outputs batch data. A periphery manager can then construct tx candidates and pass them into Alloy which will efficiently handle nonce management and more.Reference Draft: https://github.com/refcell/cabrinha/tree/main/crates/ser
The text was updated successfully, but these errors were encountered: