Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smartcontractkit/cre-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: smartcontractkit/cre-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 4 commits
  • 28 files changed
  • 5 contributors

Commits on Mar 17, 2026

  1. Keep WASM debug symbols for simulate command (#305)

    Wasm debug symbols by default for simulator
    ejacquier authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    7107574 View commit details
    Browse the repository at this point in the history
  2. Fix a binding bug (#316)

    nolag authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    e62a9ea View commit details
    Browse the repository at this point in the history
  3. Cre init improvements (#315)

    * updated metadata to support new field, category workflow is now the only installable template with the CLI
    
    * updated cre init to support multiple workflow dir for bun install instruction
    
    * fixed RPC url replacement issue on cre init
    
    * cre init wizard only show template selected card when passing --template param
    
    * fixed test/linter
    
    * updated error message when cre init --template is not found
    
    ---------
    
    Co-authored-by: Tarcísio Zotelli Ferraz <tar-2008.ferraz@hotmail.com>
    ejacquier and tarcisiozf authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    3442ad2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. feat: add --limits flag to cre workflow simulate (#293)

    * feat: add --limits flag to cre workflow simulate
    
    # Conflicts:
    #	cmd/root.go
    #	cmd/workflow/simulate/simulate.go
    #	cmd/workflow/workflow.go
    
    * feat: add --limits flag to cre workflow simulate
    
    * feat: add --limits flag to cre workflow simulate
    
    * fix lint
    
    * fix implement interface
    
    * update docs
    
    * update text for sim limits
    
    * remove unused arg
    
    * unit tests
    
    * fallback to default if flag is empty
    
    * fix apply order
    
    * use brotli compression
    
    ---------
    
    Co-authored-by: Tarcisio Ferraz <tarcisio.ferraz@smartcontract.com>
    wentzeld and tarcisiozf authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    77a2f5f View commit details
    Browse the repository at this point in the history
Loading