Remove the Default impl on the ExecutionPayloadEnvelope type.
This was introduced in https://github.com/paradigmxyz/op-rs/pull/34 since the watch channel that's used to forward ExecutionPayloadEnvelope objects needs to be initialized with a default value for the object type passed into the channel. This ticket may require re-visiting the type of channel used in the net crate.
Description
Remove the
Default
impl on theExecutionPayloadEnvelope
type.This was introduced in https://github.com/paradigmxyz/op-rs/pull/34 since the watch channel that's used to forward
ExecutionPayloadEnvelope
objects needs to be initialized with a default value for the object type passed into the channel. This ticket may require re-visiting the type of channel used in thenet
crate.