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
Currently, Deposit::new() as many arguments and is unwieldy. We should prefer try_from_raw where possible and look into a better way of constructing the object, potentially a builder.
Currently,
Deposit::new()
as many arguments and is unwieldy. We should prefertry_from_raw
where possible and look into a better way of constructing the object, potentially a builder.#1410 (comment)
astria/crates/astria-core/src/sequencerblock/v1alpha1/block.rs
Lines 1317 to 1335 in 2911562
┆Issue Number: ENG-787
The text was updated successfully, but these errors were encountered: