Skip to content

feat(audit-trail): configure feature flags and dependencies#191

Draft
alexruzenhack wants to merge 1 commit into
developfrom
feat/audit-trail-config
Draft

feat(audit-trail): configure feature flags and dependencies#191
alexruzenhack wants to merge 1 commit into
developfrom
feat/audit-trail-config

Conversation

@alexruzenhack
Copy link
Copy Markdown
Contributor

@alexruzenhack alexruzenhack commented May 19, 2026

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

  • Feature Flagging: Registered ExplorerTFAuditTrail in the backend controller and core enums.
  • Dependency Management: Added the @iota/audit-trail SDK to the Explorer package.

⚠️ Critical Note for Reviewers

The @iota/audit-trail dependency 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

  • Verified the ExplorerTFAuditTrail flag is correctly toggled in the backend.
  • Confirmed the dependency resolves locally for development.

@alexruzenhack alexruzenhack requested a review from a team as a code owner May 19, 2026 16:23
@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
iota-evm-bridge Error Error May 29, 2026 9:27am
iota-names Error Error May 29, 2026 9:27am
rebased-explorer Error Error May 29, 2026 9:27am
wallet-dashboard Error Error May 29, 2026 9:27am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
apps-ui-kit Ignored Ignored Preview May 29, 2026 9:27am
iota-multisig-toolkit Skipped Skipped May 29, 2026 9:27am

Request Review

"@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",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewer Comment: ⚠️ CRITICAL: This local file path will break CI and other developers' environments. It must be updated to a published version or relative workspace path before merge.

@alexruzenhack alexruzenhack marked this pull request as draft May 19, 2026 17:59
Base automatically changed from feat/notarization to develop May 28, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant