0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
25 stars 22 forks source link

feat: split proving and submitting message #339

Closed tomyrd closed 1 month ago

tomyrd commented 1 month ago

Closes #330

This is a breaking change. This PR separates the proving from the submition of a new transaction in the client. This lets us have separate messages in the cli with the duration of each step.

image