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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
[BREAKING] Separated prove_transaction from submit_transaction in Client. (#339)
Note importing in client now uses the NoteFile type (#375).
Added wasm and async feature to make the code compatible with WASM-32 target (#378).
Added WebStore to the miden-client to support WASM-compatible store mechanisms (#401).
Added WebTonicClient to the miden-client to support WASM-compatible RPC calls (#409).
[BREAKING] Added unauthenticated notes to TransactionRequest and necessary changes to consume unauthenticated notes with the client (#417).
Added advice map to TransactionRequest and updated integration test with example using the advice map to provide more than a single Word as NoteArgs for a note (#422).
Fixed the error message when trying to consume a pending note (now it shows that the transaction is not yet ready to be consumed).
Added created and consumed note info when printing the transaction summary on the CLI. (#348).
[BREAKING] Updated CLI commands so assets are now passed as <AMOUNT>::<FAUCET_ACCOUNT_ID> (#349).
Changed consume-notes to pick up the default account ID if none is provided, and to consume all notes that are consumable by the ID if no notes are provided to the list. (#350).