Releases: smartcontractkit/cre-cli
Releases · smartcontractkit/cre-cli
Release v0.6.4-alpha
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
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
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
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
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
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.