Skip to content

Releases: Layr-Labs/eigenx-cli

Release v0.2.16

26 Nov 23:12
01df0c4

Choose a tag to compare

Changes

  • info command shows CPU / Memory monitoring if developer has enabled it.
Screenshot 2025-11-26 at 3 19 19 PM

Downloads

Production release - Verified dev testing completed with matching commit from v0.2.16-dev.

Release v0.2.15

21 Nov 23:49
71d9994

Choose a tag to compare

Release v0.2.14

14 Nov 20:09
10e3871

Choose a tag to compare

Changes

  • Introduces new command eigenx app profile set
eigenx app profile set --help
NAME:
   eigenx app profile set - Set public profile information for an app

USAGE:
   eigenx app profile set [command options] <app-id|name>

OPTIONS:
   --verbose, -v                     Enable verbose logging (default: false)
   --enable-telemetry                Enable telemetry collection on first run without prompting (default: false)
   --disable-telemetry               Disable telemetry collection on first run without prompting (default: false)
   --environment value, --env value  Deployment environment to use
   --rpc-url value                   RPC URL to connect to blockchain [$EIGENX_RPC_URL]
   --name value                      App display name
   --website value                   App website URL (optional)
   --description value               App description (optional)
   --x-url value                     X (Twitter) profile URL (optional)
   --image value                     Path to app icon/logo image - JPG/PNG, max 4MB, square recommended (optional)
   --help, -h                        show help
  • Removes eigenx app name replaced by above new command

Downloads

Production release - Verified dev testing completed with matching commit from v0.2.14-dev.0.

Release v0.2.13

07 Nov 19:55
9230690

Choose a tag to compare

Changelog

Changes

  • Environment Variables: Standardized to use EIGENX_ prefix for clarity and consistency:
    • PRIVATE_KEYEIGENX_PRIVATE_KEY
    • RPC_URLEIGENX_RPC_URL
  • Updated all documentation and error messages to reference new environment variable names
  • Updated test suite to use new EIGENX_PRIVATE_KEY constant throughout

Migration Note

If using environment variables for authentication or RPC configuration, update them:

# Old
export PRIVATE_KEY=0x1234...
export RPC_URL=https://...

# New
export EIGENX_PRIVATE_KEY=0x1234...
export EIGENX_RPC_URL=https://...

Downloads

Production release - Verified dev testing completed with matching commit from v0.2.13-dev.

Release v0.2.12

07 Nov 20:19
014fe2f

Choose a tag to compare

Changelog

New Features

  • Billing System: Added subscription management with eigenx billing commands:
    • eigenx billing subscribe - Start subscription to deploy apps
    • eigenx billing cancel - Cancel subscription and suspend apps
    • eigenx billing status - View subscription details and usage

Improvements

  • Template System: Migrated to catalog-based template management with interactive selection
  • App Deployment: Added quota checks before deployment to provide clear feedback
  • App Status: Added "Suspended" status for quota-limited apps
  • KMS Integration: Updated to use Intel Trust Authority (ITA) attestation service
  • Dockerfile Labels: Added eigenx_use_ita=True label to indicate ITA usage

Changes

  • Removed encryption key from TEE containers (now using signing key only)
  • Updated eigenx app create to support template selection flow: [name] [language] [template-name]
  • Replaced --template flag with --template-repo for custom template repositories
  • Improved app lifecycle watching to detect upgrade completion when apps remain stopped
  • Enhanced environment file handling with better .gitignore patterns

Fixes

  • Fixed temp directory creation fallback to ~/.eigenx/tmp on restricted systems
  • Fixed UPX compression requirement check in tls-keygen Makefile
  • Improved address response parsing with V1/V2 format compatibility

Dependencies

  • Updated eigenx-contracts to handle subscription and quota management
  • Updated eigenx-kms with ITA integration support

Downloads

Production release - Verified dev testing completed with matching commit from v0.2.12-dev.5.

Release v0.2.11

24 Oct 18:44
bfa8238

Choose a tag to compare

Release v0.2.10

24 Oct 00:14
a9d96a6

Choose a tag to compare

Release v0.2.9

23 Oct 04:56
8159f79

Choose a tag to compare

Release v0.2.8

22 Oct 00:19
b0728a7

Choose a tag to compare

Release v0.2.7

17 Oct 18:06
8430fb4

Choose a tag to compare