CRE CLI version 1.29.0 is now available. Monad mainnet is now supported for local simulation via cre workflow simulate. Confidential Workflows let you designate parts of your workflow to run inside a secure enclave (TEE), keeping secrets, sensitive inputs, and computation confidential from node operators during execution.
Update your CLI by running cre update when prompted, or follow the CLI Installation guide for fresh installations.
TypeScript SDK version 1.18.0 adds Confidential Workflows support. A new TeeRuntime and handlerInTee let you run workflow logic inside a secure enclave, keeping secrets, sensitive inputs, and computation confidential from node operators during execution.
Go SDK version 1.18.0 adds Confidential Workflows support. A new TEE runtime (cre.TeeRuntime) and cre.HandlerInTee let you run workflow logic inside a secure enclave, keeping secrets, sensitive inputs, and computation confidential from node operators during execution.
Go SDK version 1.16.0 adds batch secret fetching. runtime.GetSecrets() fetches multiple secrets in a single call, avoiding the sequential-fetch requirement of the single-secret API.
CRE CLI version 1.28.0 is now available. cre init now lets you select the deployment registry during project setup, and the local simulator supports the new aggregator capability.
Update your CLI by running cre update when prompted, or follow the CLI Installation guide for fresh installations.
The following Data Streams are scheduled for deprecation on July 24th, 2026. See Deprecating Data Streams for shutdown dates and the latest status:
New Data Feeds available:
New SmartData Feeds available:
CRE CLI version 1.27.0 is now available. cre workflow simulate now supports Solana LogTrigger events for local simulation of Solana workflows triggered by on-chain logs.
Update your CLI by running cre update when prompted, or follow the CLI Installation guide for fresh installations.