Feat/audit trails dev product core role map#184
Merged
chrisgitiota merged 15 commits intofeat/audit-trails-devfrom Feb 5, 2026
Merged
Feat/audit trails dev product core role map#184chrisgitiota merged 15 commits intofeat/audit-trails-devfrom
chrisgitiota merged 15 commits intofeat/audit-trails-devfrom
Conversation
…kAtMs` and `Infinite`
itsyaasir
approved these changes
Feb 5, 2026
itsyaasir
reviewed
Feb 5, 2026
…ct-core-role-map # Conflicts: # audit-trail-move/sources/audit_trail.move
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of change
Move modules moved to product_core
The following move modules have been moved from Notarization repository to the new
TfComponentspackage inproduct_core:More details can be found in this product-ore PR: iotaledger/product-core#89
The Audit Trail
RoleMap&Capabilityintegration and the Notarization integration forTimeLockhas been migrated to useTfComponents. All former existing tests can be run successfully.Rust and WASM bindings for
TimeLockand newTimeLockvariantsThe Rust and WASM bindings for
TimeLockare still located in thenotarizationrepository. The plan is to move these bindings into newproduct-corepackages:tf_componentscontained in foldercomponents_rustcomponents_wasmcontained in folderbindings/components_wasmThis will be implemented in a future PR.
The Move type
TimeLockwhich is now used fromproduct-corepackageTsComponentsoffers new additionally variantsUnlockAtMsandInfinite. The Rust and WASM bindings have been extended accordingly.