feat(audit-trail): configure feature flags and dependencies#191
Draft
alexruzenhack wants to merge 1 commit into
Draft
feat(audit-trail): configure feature flags and dependencies#191alexruzenhack wants to merge 1 commit into
alexruzenhack wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
alexruzenhack
commented
May 19, 2026
| "@iota/identity-wasm": "1.7.0-beta.1", | ||
| "@iota/iota-names-sdk": "workspace:^", | ||
| "@iota/notarization": "0.1.10", | ||
| "@iota/audit-trail": "file:/Users/alexruzenhack/repos/iota/simple-audit-trail-project-example-ts/audit_trail/web", |
Contributor
Author
There was a problem hiding this comment.
Reviewer Comment:
80441b1 to
f1430f8
Compare
7a694ae to
fb93c95
Compare
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
This PR establishes the core configuration and dependencies required for the Audit Trail epic. It is the foundational PR that all subsequent Audit Trail features (#192-#198) depend on.
Key Features and Changes
ExplorerTFAuditTrailin the backend controller and core enums.@iota/audit-trailSDK to the Explorer package.The
@iota/audit-traildependency is currently linked to a local file path. This must be updated to a published registry version or a workspace-relative path before merging to avoid breaking CI.How the change has been tested
ExplorerTFAuditTrailflag is correctly toggled in the backend.