Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions audit-trail-move/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "audit_trail"
edition = "2024.beta"

[dependencies]
TfComponents = { git = "https://github.com/iotaledger/product-core.git", subdir = "components_move", rev = "feat/role-map" }

[addresses]
audit_trail = "0x0"
3 changes: 1 addition & 2 deletions audit-trail-move/sources/audit_trail.move
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
module audit_trail::main;

use audit_trail::{
capability::Capability,
locking::{Self, LockingConfig, LockingWindow, set_delete_record_lock},
permission::{Self, Permission},
record::{Self, Record},
record_correction,
role_map::{Self, RoleMap}
};
use iota::{clock::{Self, Clock}, event, linked_table::{Self, LinkedTable}};
use std::string::String;
use tf_components::{capability::Capability, role_map::{Self, RoleMap}};

// ===== Errors =====
#[error]
Expand Down
203 changes: 0 additions & 203 deletions audit-trail-move/sources/capability.move

This file was deleted.

Loading
Loading