You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplified network monitor counter script loading by linking the counter module directly via with_linked_module instead of assembling a standalone library (#1957).
Fixed a startup race in the network transaction builder that could panic the chain MMR when a block committed between subscribing to the mempool and fetching the chain tip from the store (#1953).
Enabled miden-tx/concurrent feature across all crates (#1956).