forked from smartcontractkit/chainlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write custom plugin for Mercury (smartcontractkit#8340)
* Write custom plugin for Mercury Supported Mercury fields: - FeedId - ObservationsTimestamp - BenchmarkPrice - Bid - Ask - CurrentBlockNum - CurrentBlockHash - ValidFromBlockNum --------- Co-authored-by: Austin Born <[email protected]> Co-authored-by: Jordan Krage <[email protected]> Co-authored-by: lukaszcl <[email protected]>
- Loading branch information
1 parent
fcd089c
commit 1ec6aba
Showing
187 changed files
with
7,416 additions
and
1,356 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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "contracts/foundry-lib/forge-std"] | ||
path = contracts/foundry-lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "contracts/foundry-lib/openzeppelin-contracts"] | ||
path = contracts/foundry-lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts |
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,10 +1,2 @@ | ||
FunctionsOracle_sendRequest:testEmptyRequestDataReverts() (gas: 11137) | ||
FunctionsOracle_setDONPublicKey:testEmptyPublicKeyReverts() (gas: 10964) | ||
FunctionsOracle_setDONPublicKey:testOnlyOwnerReverts() (gas: 11341) | ||
FunctionsOracle_setDONPublicKey:testSetDONPublicKeySuccess() (gas: 126265) | ||
FunctionsOracle_setDONPublicKey:testSetDONPublicKey_gas() (gas: 97513) | ||
FunctionsOracle_setRegistry:testEmptyPublicKeyReverts() (gas: 10541) | ||
FunctionsOracle_setRegistry:testOnlyOwnerReverts() (gas: 11002) | ||
FunctionsOracle_setRegistry:testSetRegistrySuccess() (gas: 35677) | ||
FunctionsOracle_setRegistry:testSetRegistry_gas() (gas: 31931) | ||
FunctionsOracle_typeAndVersion:testTypeAndVersionSuccess() (gas: 6815) |
Submodule openzeppelin-contracts
added at
0ebc6e
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,6 +1,7 @@ | ||
ds-test/=foundry-lib/forge-std/lib/ds-test/src | ||
forge-std/=foundry-lib/forge-std/src | ||
openzeppelin-contracts/=foundry-lib/openzeppelin-contracts/contracts/ | ||
|
||
@openzeppelin/=node_modules/@openzeppelin/ | ||
hardhat/=node_modules/hardhat/ | ||
@eth-optimism/=node_modules/@eth-optimism | ||
@eth-optimism/=node_modules/@eth-optimism |
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.