Skip to content

Feat/audit trails dev new product name#267

Merged
chrisgitiota merged 16 commits into
feat/audit-trails-devfrom
feat/audit-trails-dev-new-product-name
Jun 2, 2026
Merged

Feat/audit trails dev new product name#267
chrisgitiota merged 16 commits into
feat/audit-trails-devfrom
feat/audit-trails-dev-new-product-name

Conversation

@chrisgitiota
Copy link
Copy Markdown
Contributor

@chrisgitiota chrisgitiota commented Jun 1, 2026

Description of change

The product name Audit Trail has changed to Audit Trails.

In this context Following changes are included in this PR:

  • Naming Conventions section in the CLAUDE.md file has been changed accordingly
  • README files and source docs of public exposed entities for Move, Rust and WASM/TS have been checked and edited according to the new Naming Conventions
  • Audit Trails Move package:
    • The name of the package has been renamed to IotaAuditTrails
    • The alias of the package address has been renamed to audit_trails allowing Move users to import AT Move types with use audit_trails:: ...
  • The npmjs package "@iota/audit-trail" has been renamed to "@iota/audit-trails"
  • The Rust crate audit_trail has been renamed to audit_trails - folder names are kept as-is. This allow Rust users to import the crate using use audit_trails::...  instead of use audit_trail::....

Some additional minor changes:

  • The Permission::Migratehas been added to the admin_permissions() set in the AT Rust package
  • The audit/trail_wasm/docs folder has been deleted because it's auto generated and contained in .gitignore
  • Use qualified type names for events and errors originating from TfComponents used in audit-trail-move/sources/audit_trail.move

Files, folders, crates, modules (Rust, Move) etc. still strictly follow the "only singular form in names rule". Only renaming the crate and the npmjs package allows users to have proper imports in TS and Rust but doesn't cause too much efforts.

* `Naming Conventions` section in the `CLAUDE.md` file has been changed accordingly
* README files and source docs of public exposed entities for Move, Rust and WASM/TS have been checked and edited according to the new `Naming Conventions`
@chrisgitiota chrisgitiota self-assigned this Jun 1, 2026
@chrisgitiota chrisgitiota marked this pull request as draft June 2, 2026 08:47
@chrisgitiota chrisgitiota marked this pull request as ready for review June 2, 2026 14:42
…roduct-name

# Conflicts:
#	audit-trail-rs/src/core/types/permission.rs
@chrisgitiota chrisgitiota requested a review from itsyaasir June 2, 2026 14:52
Comment thread bindings/wasm/audit_trail_wasm/README.md Outdated
Co-authored-by: Yasir <yasir@shariff.dev>
@chrisgitiota chrisgitiota merged commit 0931eda into feat/audit-trails-dev Jun 2, 2026
10 checks passed
@itsyaasir itsyaasir deleted the feat/audit-trails-dev-new-product-name branch June 3, 2026 07:27
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.

2 participants