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.18.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.19.0
Choose a head ref
  • 7 commits
  • 63 files changed
  • 3 contributors

Commits on Jun 9, 2026

  1. Add RPC resolution and consent for capability registry (#471)

    * Fix context propagation in execute operations
    
    * Fix unit test
    
    * Fix second unit test
    
    * Refactor of ctx prop
    
    * Use test handler to avoid ctx nil panics
    
    * lint
    
    * Remove test handler
    
    * Add capability registry address to user context
    
    * Lint
    
    * Add RPC resolution and consent for capability registry
    
    * fix test
    
    * Fix test
    
    * gendoc
    
    * Review feedback
    timothyF95 authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    654fd2d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2026

  1. Fix DON family resolution to use tenant default over embedded config (#…

    …478)
    
    * Fix DON family resolution to use tenant default over embedded config
    
    * Clean up
    timothyF95 authored Jun 10, 2026
    Configuration menu
    Copy the full SHA
    44ef326 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

  1. Configuration menu
    Copy the full SHA
    d9752a5 View commit details
    Browse the repository at this point in the history
  2. Fix browser secrets failure when default CRE_ETH_PRIVATE_KEY placehol…

    …der is set (#481)
    
    * Fix browser secrets failure when default CRE_ETH_PRIVATE_KEY placeholder is set
    
    * Missed use case
    
    * Remove unused function
    timothyF95 authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    a6b83f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75ad068 View commit details
    Browse the repository at this point in the history
  4. Temporarily disable validation prompt until feature complete (#487)

    * Temporarily disable validation prompt until feature complete
    
    * Clean up
    timothyF95 authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    877c7ea View commit details
    Browse the repository at this point in the history
  5. Enable real simulation of Triggers using Local Simulator (with fake c…

    …apabilities) (#477)
    
    * simplify local gateway
    
    * update mods
    
    * update docs
    
    * Add waiting prompt for interactive HTTP trigger
    
    * keep alive
    
    * wait for log
    
    * move timeout
    
    * move cli to flag
    
    * match by filter not by tx hash
    
    * lint and docs
    
    * rename listen flag
    
    * listen for log trigger events
    
    * Refactor trigger index selection for simulation
    
    * update chainlink deps
    tarcisiozf authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    480478f View commit details
    Browse the repository at this point in the history
Loading