Moonsong-Labs / madara-prover-api

RPC server and client to run the Stone Prover on the Madara sequencer.
10 stars 5 forks source link

Internal: isolate test utilities in a dedicated crate #9

Closed odesenfans closed 11 months ago

odesenfans commented 11 months ago

Problem: test fixture utils are not available to the client/server crates.

Solution: extract these functions from the stone-prover crate and add a new project-wide crate as dev dependency for all crates in the project.