-
Notifications
You must be signed in to change notification settings - Fork 17
feat: phase-4 T-REX ERC-3643 #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
…e in compliance and identity contracts Signed-off-by: Miguel_LZPF <[email protected]>
…omponents Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
…n scripts Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
…rkspaces-migration Signed-off-by: Miguel_LZPF <[email protected]>
…e validation Signed-off-by: Miguel_LZPF <[email protected]>
…workflows Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
…igration guide Signed-off-by: Miguel_LZPF <[email protected]>
… include CLAUDE.md Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
- Changed "setup" script from "npm install" to "npm ci" for consistent installs. - Added "ats:setup" script to run "npm ci" followed by "ats:build". - Enhanced "ats:clean" script to include a message after cleaning. - Updated "ats:start" script to run "npm ci" before building and starting. - Improved "clean:deps" script to preserve package-lock.json and added a full clean option. Signed-off-by: Miguel_LZPF <[email protected]>
…identityRegistryId Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
…ross modules Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
…port for JSON formats Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Roberto Delgado <[email protected]>
Signed-off-by: Roberto Delgado <[email protected]>
Signed-off-by: Roberto Delgado <[email protected]>
Signed-off-by: Roberto Delgado <[email protected]>
4d27050 to
ae6b946
Compare
Signed-off-by: Miguel_LZPF <[email protected]>
ae6b946 to
ca00414
Compare
…deployment tasks Signed-off-by: Miguel_LZPF <[email protected]>
Base automatically changed from
refactor/BBND-1075-workspaces-migration
to
main
August 27, 2025 06:38
Signed-off-by: Roberto Delgado <[email protected]>
iobroberto
approved these changes
Aug 27, 2025
themariofrancia
approved these changes
Aug 28, 2025
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
As part of the phase 4, the TREX factory is adapted to deploy ATS security tokens along with the rest of the TREX contracts suite.
New contract interface
TRexIAccessControlinpackages/ats/contracts/contracts/factory/ERC3643/interfaces/IAccessControl.sol, which defines events, errors, and functions for role-based access controlConfiguration updates
TREXFactoryAtsto theCONTRACT_NAMESarray and introduced a newLIBRARY_NAMESarray for deployment libraries inpackages/ats/contracts/Configuration.ts. This helps organize contract and library references for deployment and type safety.Tooling and developer experience
package.jsonby adding support for a.solhintignorefile, allowing exclusion of specified files from linting.Type of change
Testing
Node version:
Checklist