-
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.
BCF - 3139 Chain Reader Log Poller filters in config and some code cl…
…eanup (#13356) * Inital commit for log poller filters in config * Change Chain Reader Lp filters from per event binding to per contract * Fix lint * Add ChReader contract log poller filter init * Add per event polling filter override for Chain Reader * Fix event definitions and filters handling in CR * Add changeset and lint * Update variable naming in chain reader bindings.go * Change write target test * Fix filter handling * Change contractBinding to not manage readBinding lp filters and lint * Move contractBinding to a separate file * Improve event and contract bind handling and lint * Handle concurrency edge cases in reader bindings * Minor lint * Add event validation test and some comments to chain reader * Add Chain Reader config json marshall test * Use require instead of assert for Test_ChainReaderConfig * Add comments to AddReadBinding * Rename CR verifyEventInputsUsed to verifyEventIndexedInputsUsed * Resolve merge issues in chain_reader_interface_tester.go --------- Co-authored-by: Domino Valdano <domino.valdano@smartcontract.com>
- Loading branch information
1 parent
8e1b930
commit 0228243
Showing
14 changed files
with
644 additions
and
154 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 | ||
--- | ||
|
||
#internal Add Log Poller support to Chain Reader through setting them in config. All filters should be part of the contract wide filter unless an event needs specific polling configuration, which can be set on a per event basis.. |
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
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
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
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
Oops, something went wrong.