Skip to content

Conversation

@maniapulai
Copy link

@maniapulai maniapulai commented Jan 24, 2026

The @aptos-labs/ace-sdk@0.1.0 package is not available in the npm registry, causing installation failures.

Changes

  • Removes the unavailable dependency from package.json
  • Replaces ace-sdk implementations with placeholder functions that throw descriptive errors indicating the package is unavailable
  • Updates both the main app and examples duplicate

Notes

These placeholder functions can be replaced with an alternative threshold encryption library or restored when the package becomes available in npm.


Note

Removes the unavailable @aptos-labs/ace-sdk and stubs out ACE-based greenBox logic to prevent install failures while keeping AES-GCM redBox encryption intact.

  • Deletes @aptos-labs/ace-sdk from package.json and lockfile
  • Replaces ACE committee/contract helpers and encryptRedKey/decryptGreenBox with placeholder functions that throw descriptive errors
  • No changes to AES-GCM file encryption (generateRedKey, encryptFile, decryptFile)

Written by Cursor Bugbot for commit 479fff4. This will update automatically on new commits. Configure here.

The @aptos-labs/ace-sdk@0.1.0 package is not available in the npm registry,
causing installation failures. This commit:

- Removes the unavailable dependency from package.json
- Replaces ace-sdk implementations with placeholder functions that throw
  descriptive errors indicating the package is unavailable
- Updates both the main app and examples duplicate

These placeholder functions can be replaced with an alternative threshold
encryption library or restored when the package becomes available in npm.
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