-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BCI-3863] - Use filtered logs in eventBinding GetLatestValue instead…
… of manual filtering (#14096) * Use filtered logs in eventBinding GetLatestValue instead of manual filtering * handle one filter simple expression case for topic filters * and instead of or for matching all topic filters conditions * add changeset * nit comment to reduce createTopicFilters func * add address to query name in GetLatestValue and QueryKey * key not necessary as we are using logpoller filters
- Loading branch information
Showing
2 changed files
with
32 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
use FilteredLogs in EventBinding GetLatestValue instead of manual filtering. #internal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters