Skip to content

Commit

Permalink
Switching to FilteredLogs method in LogPoller for send requests logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara committed Jul 3, 2024
1 parent 2382ae0 commit 6961844
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 6961844

Please sign in to comment.