-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.x/trustlessness #446
base: 2.1.x
Are you sure you want to change the base?
2.1.x/trustlessness #446
Conversation
b521ff3
to
e8f8ba4
Compare
…ss implementations
|
||
import "./WitFeeds.sol"; | ||
import "./interfaces/IWitPriceFeeds.sol"; | ||
|
||
/// @title WitPriceFeeds: Price Feeds live repository reliant on the Witnet Oracle blockchain. | ||
/// @title WitPriceFeeds: Price Feeds live repository reliant on the Wit/oracle blockchain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// @title WitPriceFeeds: Price Feeds live repository reliant on the Wit/oracle blockchain. | |
/// @title WitPriceFeeds: Price Feeds live repository reliant on the Wit/Oracle blockchain. |
|
||
import "../patterns/Ownable2Step.sol"; | ||
|
||
/// @title WitPriceFeeds: Price Feeds live repository reliant on the Wit/oracle blockchain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// @title WitPriceFeeds: Price Feeds live repository reliant on the Wit/oracle blockchain. | |
/// @title WitPriceFeeds: Price Feeds live repository reliant on the Wit/Oracle blockchain. |
/// @dev - invalid SLA parameters were provided; | ||
function getQueryStatusBatch(Witnet.QueryId[] calldata) external view returns (Witnet.QueryStatus[] memory); | ||
|
||
/// @notice Request real world data from the Wit/oracle sidechain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should replace all Wit/oracle
with Wit/Oracle
/// @notice Request real world data from the Wit/oracle sidechain. | |
/// @notice Request real world data from the Wit/Oracle sidechain. |
); | ||
} | ||
|
||
// WIP ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is missing here? Do we need more methods?
Close #444 #445.