Skip to content
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

Open
wants to merge 62 commits into
base: 2.1.x
Choose a base branch
from
Open

Conversation

guidiaz
Copy link
Collaborator

@guidiaz guidiaz commented Oct 8, 2024

Close #444 #445.

@guidiaz guidiaz requested a review from Tommytrg October 21, 2024 13:06

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// @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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// @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.
Copy link
Member

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

Suggested change
/// @notice Request real world data from the Wit/oracle sidechain.
/// @notice Request real world data from the Wit/Oracle sidechain.

);
}

// WIP ...
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants