0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
32 stars 27 forks source link

feature: `no_std` way to measure time in transactions proving, submitting and storing. #451

Open SantiagoPittella opened 1 month ago

SantiagoPittella commented 1 month ago

Feature description

Related to this comment in #445 .

Research and implement a way to measure the time that took proving, submitting and storing in a no_std compatible way.

Why is this feature needed?

No response

bobbinth commented 1 month ago

I think tracking time in no_std context would be very tricky - but tracking "progress" should be doable. The idea is that the consumer of the progress events would be able to tie them to time units.