alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
653 stars 236 forks source link

feat(debug): add debug_executionWitness to debug api #1649

Closed Rjected closed 1 week ago

Rjected commented 1 week ago

Motivation

I noticed that debug_executionWitness only existed on the server side, and not on the alloy client side.

Solution

Add the debug_executionWitness method to the DebugApi

PR Checklist