-
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.
Added check to not fetch mercury prices when trigger capability is en…
…abled (#13888) * add check to not fetch mercury prices when trigger capability is enabled * changeset * fix lint issues * address PR comments * Ensure pluginConfig can be omitted for keystone Streams jobs * Add capability flag check for Mercury V2 jobs * Update V2 spec tests * Linting fixes * Remove changes for Mercury v2 schema * Update linkFeedId and nativeFeedId checks without enableTriggerCapability * Update .changeset/wise-bears-end.md * Remove inaccurate comments * Add PluginConfig!=nil check to Mercury v2 schema * Linting fix * Update mercury v2 tests * Set price feeds to -1 if plugin config is nil * Add base pluginConfig to test_dataSource files --------- Co-authored-by: Austin Born <austinborn212@gmail.com>
- Loading branch information
1 parent
3c5bdf8
commit 37c5a2f
Showing
8 changed files
with
127 additions
and
19 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 | ||
--- | ||
|
||
#updated mercury plugin to consider PluginConfig as optional if EnableTriggerCapability relay config is true. Then if PluginConfig is nil, skip fetching latestPrice for linkFeedId and nativeFeedId. |
Empty file.
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
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