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
Transaction trait currently require all types of tx to be implemented, this clogs the interface in not a nice way.
Try to introduce simpler trait where all fields are a option.
As first step try to implement this generic on the current trait: impl<T: TxSimpler> Transaction for TxSimpler {..} this would simplify usage for people
Transaction trait currently require all types of tx to be implemented, this clogs the interface in not a nice way.
Try to introduce simpler trait where all fields are a option.
As first step try to implement this generic on the current trait:
impl<T: TxSimpler> Transaction for TxSimpler {..}
this would simplify usage for peopleWait for https://github.com/bluealloy/revm/pull/1865/files to be merged
The text was updated successfully, but these errors were encountered: