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/chainlink-testing-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: framework/components/dockercompose/v0.1.4
Choose a base ref
...
head repository: smartcontractkit/chainlink-testing-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 45 files changed
  • 3 contributors

Commits on Jul 22, 2025

  1. allow caching for Anvil, allow loading local dashboards for Grafana (#…

    …1983)
    
    * allow caching for anvil, update dashboard
    
    * allow to load local dashboards
    skudasov authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    dc75805 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    4923b75 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. put Promtail on default CTF network (#1993)

    put promtail on default CTF network to be able to run seamlessly in CI
    skudasov authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    b34ccb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. add Prometheus query client, move Loki client, expose base obs URLs (#…

    …1994)
    
    add Prometheus query client, move Loki client to framework, expose base obs URLs
    skudasov authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    2ffe949 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Configuration menu
    Copy the full SHA
    2445eb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. fix(tron): correctly setup port mapping (#2019)

    There is a bug in the tron implementation of CTF where a custom port mapping is not possible, this means when running in CI , we are forced to use port 9090 instead of port generated by freePort.
    graham-chainlink authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    7880e5a View commit details
    Browse the repository at this point in the history
  2. missed changeset

    skudasov committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    e394db3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    54006e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b7782a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    db7e6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d92df0e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. feat(sui): support host port mapping (#2044)

    * feat(sui): support host port mapping
    
    Allow a different port other than 9000 for sui to be mapped on the host since 9000 can be consumed by other apps.
    
    JIRA: https://smartcontract-it.atlassian.net/browse/CLD-500
    
    * test(ton): use dev image
    
    The latest image for ton is no longer working as it cant be started up, dev still works
    graham-chainlink authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    dfe2ae0 View commit details
    Browse the repository at this point in the history
Loading