From 0f9127930da1e910e6c7a276349940dd9dcd4669 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Wed, 10 Jan 2024 10:13:49 -0300 Subject: [PATCH] latest ctf, slots per epoch = 2 --- .github/workflows/client-compatibility-tests.yml | 2 +- integration-tests/go.mod | 2 +- integration-tests/go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/client-compatibility-tests.yml b/.github/workflows/client-compatibility-tests.yml index f77219614ed..fc21820e0c4 100644 --- a/.github/workflows/client-compatibility-tests.yml +++ b/.github/workflows/client-compatibility-tests.yml @@ -219,7 +219,7 @@ jobs: [PrivateEthereumNetwork.EthereumChainConfig] seconds_per_slot=3 - slots_per_epoch=1 + slots_per_epoch=2 EOF BASE64_CONFIG_OVERRIDE=$(cat config.toml | base64 -w 0) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index f4fbbd4a06d..4543e36aeb3 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -25,7 +25,7 @@ require ( github.com/slack-go/slack v0.12.2 github.com/smartcontractkit/chainlink-automation v1.0.1 github.com/smartcontractkit/chainlink-common v0.1.7-0.20231222010926-795676d23c7a - github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240110123915-ab219906077e + github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240110131136-586f0d9356d3 github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868 github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000 github.com/smartcontractkit/libocr v0.0.0-20231130143053-c5102a9c0fb7 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index afb48bf9f2e..22f1b0a2742 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1499,6 +1499,8 @@ github.com/smartcontractkit/chainlink-starknet/relayer v0.0.1-beta-test.0.202312 github.com/smartcontractkit/chainlink-starknet/relayer v0.0.1-beta-test.0.20231219014050-0c4a7831293a/go.mod h1:YWKpf+hO9XMlzIWQT8yGoky3aeFLzMUVsjbs80LD77M= github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240110123915-ab219906077e h1:W1lTkpVjRIKBj99mOyJLOpgsNPQ/r8KeOHnvnLqj44k= github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240110123915-ab219906077e/go.mod h1:AHZ4xvgp9TM8pHGYj25CeaU4oY+gVJ2iJegP2oQDgoA= +github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240110131136-586f0d9356d3 h1:nYCgPn8XPTph+ZPHiUTSoQGcOH3ttHAGyE1uBxaiJqc= +github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240110131136-586f0d9356d3/go.mod h1:AHZ4xvgp9TM8pHGYj25CeaU4oY+gVJ2iJegP2oQDgoA= github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868 h1:FFdvEzlYwcuVHkdZ8YnZR/XomeMGbz5E2F2HZI3I3w8= github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868/go.mod h1:Kn1Hape05UzFZ7bOUnm3GVsHzP0TNrVmpfXYNHdqGGs= github.com/smartcontractkit/go-plugin v0.0.0-20231003134350-e49dad63b306 h1:ko88+ZznniNJZbZPWAvHQU8SwKAdHngdDZ+pvVgB5ss=