Skip to content

Releases: smartcontractkit/cre-cli

Release v0.6.4-alpha

15 Oct 16:10
v0.6.4-alpha
25f130c

Choose a tag to compare

What's Changed

  • Fixed race condition bug with auto-link
  • Fixed bug with ownership validation
  • Update go blank template
  • Remove unused abis for go templates
  • Use finalized block in por template for chain read
  • Bump dependencies
  • Remove auth gating for cre init and simulate
  • Hardened test suite
  • Use the correct time mechanism in POR template

Release v0.6.3-alpha

08 Oct 13:07
v0.6.3-alpha
5b4a215

Choose a tag to compare

What's Changed

  • Add gas cost estimation for onchain transactions
  • Update stage auth0 url
  • Add workflow artifact default paths

CRE CLI v0.6.2-alpha

06 Oct 19:13
v0.6.2-alpha
28d7203

Choose a tag to compare

CRE CLI v0.6.2-alpha Pre-release
Pre-release

What's Changed

TypeScript

  • Added Custom Data Feed workflow template
  • Enabled workflow deploy for TypeScript workflows

Golang

  • Improved decoding of log trigger payload
  • Added workflow unit test in template

SDK

  • Bumped EVM, CRE SDK (Go), and TypeScript SDK to the latest versions

Registries

  • Updated Workflow Registry to the latest version in the staging environment

CLI UX

  • Breaking UX Change: Introduced project-level command management
  • Removed 10+ character restriction in simulator
  • Added login gating
  • Provided transaction explorer link after execution
  • Used chain name in workflow config and templates

Miscellaneous

  • Defined flags as optional
  • Updated README
  • Added simulation test for workflow

CRE CLI v0.6.1-alpha.0

01 Oct 23:31
v0.6.1-alpha.0
24fd362

Choose a tag to compare

Pre-release

What's Changed

  • add rpc health check
  • support 7 chains on testnet and mainnet
  • update TS sdk to 0.0.3-alpha
  • remove the 10+ char workflow name restriction
  • add login gating
  • provide link to tx in explorer
  • project level command management

CRE CLI v0.6.0-alpha.0

25 Sep 20:14
v0.6.0-alpha.0
de4e2ca

Choose a tag to compare

Pre-release

What's Changed

  • Migrate from Cognito to Auth0
  • Enable multichain support for simulator
  • Migrate settings from chain selector to chain name
  • Prompt user with txn metadata before executing onchain
  • Update to use the latest staging workflow registry contract address
  • Added @chainlink/cre-sdk npm package

CRE CLI v0.5.1-alpha.0

23 Sep 14:02
v0.5.1-alpha.0
6d2e4be

Choose a tag to compare

Pre-release

Release Notes

  • Fix binding generation: Automatically decode get method outputs and allow common.Address in bindings initialization.
  • Typescript support: Added language selection during initialization.
  • Simulator updates: Multi-language support with eth-sepolia and eth-mainnet.
  • Authentication: Added Auth0 support.
  • Settings: Display human-readable chain names.

Miscellaneous

  • Refined CLI messages for improved UX.
  • Added unlink in the account module test.
  • Skip private key check for certain commands.