Commit a6cadda
authored
Feat: Audit Trail uses RoleMap and Capability from product-core (#184)
Audit Trail `RoleMap` & `Capability` integration and the Notarization integration for `TimeLock` has been migrated to use `TfComponents` as the following move modules have been moved from the Notarization repository to the new `TfComponents` package in `product_core` :
* audit_trail::role_map
* audit_trail::capability
* notarization::timelock
More details can be found in the product-core PR: iotaledger/product-core#89
The Rust and WASM bindings for `TimeLock` are still located in the `notarization` repository. These will be moved to `product-core` during future AT development.
Additionally, the Move type `TimeLock` which is now used from `product-core` package `TsComponents` offers new additionally variants `UnlockAtMs` and `Infinite`. The Rust and WASM bindings have been extended accordingly.1 parent 5a63bb1 commit a6cadda
File tree
23 files changed
+590
-1727
lines changed- audit-trail-move
- sources
- tests
- bindings/wasm/notarization_wasm/src
- notarization-move
- sources
- tests
- notarization-rs/src/core/types
23 files changed
+590
-1727
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
This file was deleted.
0 commit comments