TypeScript SDK version 1.19.0 adds chain constants for the newly supported testnets. New MonadTestnet, TRexTestnet, RobinhoodTestnet, and StableTestnet constants are available for use in your workflow code.
Go SDK version 1.19.0 adds chain constants for the newly supported testnets. New evm.MonadTestnet, evm.TRexTestnet, evm.RobinhoodTestnet, and evm.StableTestnet constants are available for use in your workflow code.
CRE CLI version 1.30.0 is now available. cre workflow simulate now supports Monad, T-REX, Robinhood, Stable, and Tempo testnets for local simulation.
Update your CLI by running cre update when prompted, or follow the CLI Installation guide for fresh installations.
Newly supported tokens: TAO
New Data Feeds available:
New Data Streams available on all supported networks:
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.