diff --git a/core/services/ocr2/plugins/ccip/internal/ccipdata/v1_0_0/offramp.go b/core/services/ocr2/plugins/ccip/internal/ccipdata/v1_0_0/offramp.go index f8ec447cf5e..562349d69fb 100644 --- a/core/services/ocr2/plugins/ccip/internal/ccipdata/v1_0_0/offramp.go +++ b/core/services/ocr2/plugins/ccip/internal/ccipdata/v1_0_0/offramp.go @@ -484,6 +484,10 @@ func (o *OffRamp) GetExecutionStateChangesBetweenSeqNums(ctx context.Context, se return res, nil } +func (o *OffRamp) GetExecutionStateChangesForSeqNums(ctx context.Context, seqNums []cciptypes.SequenceNumberRange, confirmations int) ([]cciptypes.ExecutionStateChangedWithTxMeta, error) { + return nil, nil +} + func encodeExecutionReport(args abi.Arguments, report cciptypes.ExecReport) ([]byte, error) { var msgs []evm_2_evm_offramp_1_0_0.InternalEVM2EVMMessage for _, msg := range report.Messages { diff --git a/go.mod b/go.mod index 439e0480180..e6ae2968e24 100644 --- a/go.mod +++ b/go.mod @@ -75,7 +75,7 @@ require ( github.com/smartcontractkit/chain-selectors v1.0.17 github.com/smartcontractkit/chainlink-automation v1.0.4 github.com/smartcontractkit/chainlink-ccip v0.0.0-20240702134133-a6d2f429671f - github.com/smartcontractkit/chainlink-common v0.1.7-0.20240703131331-f2ea6168ae2b + github.com/smartcontractkit/chainlink-common v0.1.7-0.20240703135949-d9562d7964d5 github.com/smartcontractkit/chainlink-cosmos v0.4.1-0.20240621143432-85370a54b141 github.com/smartcontractkit/chainlink-data-streams v0.0.0-20240220203239-09be0ea34540 github.com/smartcontractkit/chainlink-feeds v0.0.0-20240523182126-1784bd4f3294 diff --git a/go.sum b/go.sum index ccd872912ce..71465a04b78 100644 --- a/go.sum +++ b/go.sum @@ -1090,6 +1090,8 @@ github.com/smartcontractkit/chainlink-common v0.1.7-0.20240625144005-556a7ba7b11 github.com/smartcontractkit/chainlink-common v0.1.7-0.20240625144005-556a7ba7b11c/go.mod h1:L32xvCpk84Nglit64OhySPMP1tM3TTBK7Tw0qZl7Sd4= github.com/smartcontractkit/chainlink-common v0.1.7-0.20240703131331-f2ea6168ae2b h1:zROL/MaEg2FspTxwX0uXdO7KocuLxs9zTeNopoaBQPY= github.com/smartcontractkit/chainlink-common v0.1.7-0.20240703131331-f2ea6168ae2b/go.mod h1:EWvSuqIJUYXZLEHewC7WCaPylM2jyjF3Q36BZPS4MoI= +github.com/smartcontractkit/chainlink-common v0.1.7-0.20240703135949-d9562d7964d5 h1:uPU5HyhYF03wHuQPC7K1wQDzy35UE0uYuo5GG2WIR8w= +github.com/smartcontractkit/chainlink-common v0.1.7-0.20240703135949-d9562d7964d5/go.mod h1:L32xvCpk84Nglit64OhySPMP1tM3TTBK7Tw0qZl7Sd4= github.com/smartcontractkit/chainlink-cosmos v0.4.1-0.20240621143432-85370a54b141 h1:TMOoYaeSDkkI3jkCH7lKHOZaLkeDuxFTNC+XblD6M0M= github.com/smartcontractkit/chainlink-cosmos v0.4.1-0.20240621143432-85370a54b141/go.mod h1:0UNuO3nDt9MFsZPaHJBEUolxVkN0iC69j1ccDp95e8k= github.com/smartcontractkit/chainlink-data-streams v0.0.0-20240220203239-09be0ea34540 h1:xFSv8561jsLtF6gYZr/zW2z5qUUAkcFkApin2mnbYTo=