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
[BREAKING] Enabled computing the transaction ID from the data in a TransactionHeader (#1973).
Added account::get_initial_balance procedure to miden lib (#1959).
[BREAKING] Changed Account to PartialAccount conversion to generally track only minimal data (#1963).
Added MastArtifact, PackageExport, PackageManifest, AttributeSet, QualifiedProcedureName, Section and SectionId to re-export section (#1984 and #2015).
[BREAKING] Enable computing the transaction ID from the data in a TransactionHeader (#1973).
Replace eqw usages with exec.word::test_eq and exec.word::eq, remove is_key_greater and is_key_less from link_map module (#1897).
[BREAKING] Make AssetVault and PartialVault APIs more type safe (#1916).
[BREAKING] Remove MockChain::add_pending_note to simplify mock chain internals (#1903).
[BREAKING] Moved active note procedures from miden::note to miden::active_note module (#1901).
[BREAKING] Removed account_seed from AccountFile (#1917).
[BREAKING] Renamed TransactionInputs to TransactionExecutionInputs and make a new TransactionInputs struct which does not contain InputNotes<InputNote> (#1934).
[BREAKING] Refactored TransactionInputs and remove TransactionWitness (#1934).
Simplify MockChain internals and rework its documentation (#1942).
[BREAKING] Changed the signature of TransactionAuthenticator to return the native signature (#1945).
[BREAKING] Renamed MockChainBuilder::add_note to add_output_note (#1946).
Dynamically lookup all masm EventIds from source (#1954).
[BREAKING] Return ExecutionOutput from TransactionContext::execute_code (#1955).
[BREAKING] Renamed get_item_init and get_map_item_init to get_initial_item and get_initial_map_item respectively (#1959).
Update the type signature syntax in the account_components module (#1971).
[BREAKING] Assert nonce is non-zero after the auth procedure (#1982).
[BREAKING] Removed Rng from BasicAuthenticator (#1994).
[BREAKING] Changed the outputs of the output_note::add_asset procedure: now the values that are the same as the passed parameters are dropped (#2031).