-
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.
More randomising of externalJobID and name (#11008)
* More randomising of externalJobID and name - Also inline specs that are only used in one place, and remove unused specs. * Review feedback * Use embed and fix spec
- Loading branch information
1 parent
19866f2
commit 71e7de3
Showing
17 changed files
with
101 additions
and
243 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,13 @@ | ||
type = "directrequest" | ||
schemaVersion = 1 | ||
evmChainID = "0" | ||
name = "%s" | ||
contractAddress = "0x613a38AC1659769640aaE063C651F48E0250454C" | ||
externalJobID = "%s" | ||
observationSource = """ | ||
ds1 [type=http method=GET url="http://example.com" allowunrestrictednetworkaccess="true"]; | ||
ds1_merge [type=merge left="{}"] | ||
ds1_parse [type=jsonparse path="USD"]; | ||
ds1_multiply [type=multiply times=100]; | ||
ds1 -> ds1_parse -> ds1_multiply; | ||
""" |
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
5 changes: 3 additions & 2 deletions
5
...estdata/tomlspecs/ocr-bootstrap-spec.toml → core/cmd/ocr-bootstrap-spec.yml
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
type = "offchainreporting" | ||
schemaVersion = 1 | ||
contractAddress = "0x27548a32b9aD5D64c5945EaE9Da5337bc3169D15" | ||
externalJobID = "0EEC7E1D-D0D2-476C-A1A8-72DFB6633F50" | ||
externalJobID = "%s" | ||
name = "%s" | ||
evmChainID = "0" | ||
p2pBootstrapPeers = [ | ||
"/dns4/chain.link/tcp/1234/p2p/16Uiu2HAm58SP7UL8zsnpeuwHfytLocaqgnyaYKP8wu7qRdrixLju", | ||
] | ||
isBootstrapPeer = true | ||
isBootstrapPeer = true |
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.