succinctlabs / rsp

A minimal implementation of ZKPs of Ethereum block execution using Reth. Supports both Ethereum and OP Stack.
Apache License 2.0
40 stars 12 forks source link

refactor: generic `WitnessInput` trait #52

Closed xJonathanLEI closed 5 days ago

xJonathanLEI commented 5 days ago

Adds a zero-cost abstraction that allows downstream applications to build WitnessDb using their own client input types.