From 3a490d255d533e0c702549bda2578e6672c12106 Mon Sep 17 00:00:00 2001 From: george-dorin Date: Tue, 25 Jun 2024 15:26:06 +0300 Subject: [PATCH] Add ContractStateReader to relayer --- go.mod | 2 +- go.sum | 2 ++ integration-tests/go.mod | 2 +- integration-tests/go.sum | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index fe3eb280..1ef7c716 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/pelletier/go-toml/v2 v2.1.1 github.com/prometheus/client_golang v1.17.0 github.com/shopspring/decimal v1.3.1 - github.com/smartcontractkit/chainlink-common v0.1.7-0.20240529133733-634594b06e36 + github.com/smartcontractkit/chainlink-common v0.1.7-0.20240625121357-c5cacc30ee06 github.com/smartcontractkit/libocr v0.0.0-20240419185742-fd3cab206b2c github.com/stretchr/testify v1.9.0 github.com/tidwall/gjson v1.17.0 diff --git a/go.sum b/go.sum index 098e6df9..ab8b0f86 100644 --- a/go.sum +++ b/go.sum @@ -736,6 +736,8 @@ github.com/smartcontractkit/chainlink-common v0.1.7-0.20240524173852-a74b009c730 github.com/smartcontractkit/chainlink-common v0.1.7-0.20240524173852-a74b009c7303/go.mod h1:DUZccDEW98n+J1mhdWGO7wr/Njad9p9Fzks839JN7Rs= github.com/smartcontractkit/chainlink-common v0.1.7-0.20240529133733-634594b06e36 h1:hECJ7dQA/IvImxKSSrOZxinRXzQsDtu3kbeBn9K7b0c= github.com/smartcontractkit/chainlink-common v0.1.7-0.20240529133733-634594b06e36/go.mod h1:DUZccDEW98n+J1mhdWGO7wr/Njad9p9Fzks839JN7Rs= +github.com/smartcontractkit/chainlink-common v0.1.7-0.20240625121357-c5cacc30ee06 h1:sdCvnmLY0Ovx9G103P9/e85Z6S8IgRlOcSKtnwWQGVU= +github.com/smartcontractkit/chainlink-common v0.1.7-0.20240625121357-c5cacc30ee06/go.mod h1:L32xvCpk84Nglit64OhySPMP1tM3TTBK7Tw0qZl7Sd4= github.com/smartcontractkit/go-plugin v0.0.0-20231003134350-e49dad63b306 h1:ko88+ZznniNJZbZPWAvHQU8SwKAdHngdDZ+pvVgB5ss= github.com/smartcontractkit/go-plugin v0.0.0-20231003134350-e49dad63b306/go.mod h1:w1sAEES3g3PuV/RzUrgow20W2uErMly84hhD3um1WL4= github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f h1:hgJif132UCdjo8u43i7iPN1/MFnu49hv7lFGFftCHKU= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index ec237f27..8715741c 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.6.0 github.com/lib/pq v1.10.9 github.com/rs/zerolog v1.30.0 - github.com/smartcontractkit/chainlink-common v0.1.7-0.20240529133733-634594b06e36 + github.com/smartcontractkit/chainlink-common v0.1.7-0.20240625121357-c5cacc30ee06 github.com/smartcontractkit/chainlink-cosmos v0.4.1-0.20240524163550-be7ac130554f github.com/smartcontractkit/chainlink-cosmos/ops v0.0.0-20231206164210-03f8b219402e github.com/smartcontractkit/chainlink-testing-framework v1.28.8 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 3fbbcb66..951bbe12 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1195,6 +1195,8 @@ github.com/smartcontractkit/chainlink-common v0.1.7-0.20240524173852-a74b009c730 github.com/smartcontractkit/chainlink-common v0.1.7-0.20240524173852-a74b009c7303/go.mod h1:DUZccDEW98n+J1mhdWGO7wr/Njad9p9Fzks839JN7Rs= github.com/smartcontractkit/chainlink-common v0.1.7-0.20240529133733-634594b06e36 h1:hECJ7dQA/IvImxKSSrOZxinRXzQsDtu3kbeBn9K7b0c= github.com/smartcontractkit/chainlink-common v0.1.7-0.20240529133733-634594b06e36/go.mod h1:DUZccDEW98n+J1mhdWGO7wr/Njad9p9Fzks839JN7Rs= +github.com/smartcontractkit/chainlink-common v0.1.7-0.20240625121357-c5cacc30ee06 h1:sdCvnmLY0Ovx9G103P9/e85Z6S8IgRlOcSKtnwWQGVU= +github.com/smartcontractkit/chainlink-common v0.1.7-0.20240625121357-c5cacc30ee06/go.mod h1:L32xvCpk84Nglit64OhySPMP1tM3TTBK7Tw0qZl7Sd4= github.com/smartcontractkit/chainlink-data-streams v0.0.0-20240220203239-09be0ea34540 h1:xFSv8561jsLtF6gYZr/zW2z5qUUAkcFkApin2mnbYTo= github.com/smartcontractkit/chainlink-data-streams v0.0.0-20240220203239-09be0ea34540/go.mod h1:sjAmX8K2kbQhvDarZE1ZZgDgmHJ50s0BBc/66vKY2ek= github.com/smartcontractkit/chainlink-feeds v0.0.0-20240522213638-159fb2d99917 h1:MD80ZRCTvxxJ8PBmhtrKoTnky8cVNYrCrIBLVRbrOM0=