ithacaxyz / op-rs

Apache License 2.0
58 stars 6 forks source link

feat(net): Remove Default Execution Payload Envelope #36

Closed refcell closed 3 months ago

refcell commented 3 months ago

Description

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.