0xPolygonMiden / miden-client

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

Split the proving and submitting message when creating a transaction in the `cli` #330

Closed tomyrd closed 1 month ago

tomyrd commented 1 month ago

What should be done?

Change the output of the cli so that the messages for proving and submitting are separate and have timing info.

How should it be done?

When is this task done?

The task is done when we have separate messages for proving and submitting a transaction in the tx new command.

Additional context

Ths issue addresses point 1 of this comment in PR #323.

igamigo commented 1 month ago

As mentioned in the referred comment, it would be nice to specify time spent in each step as well.

mFragaBA commented 1 month ago

closing as #339 got merged