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

contracts/oracle: manual whitelist #784

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

rgeraldes
Copy link
Contributor

Closes #781

@rgeraldes
Copy link
Contributor Author

@JuliusBrain can you help me with the JS tests?

address[] private oraclePool;

OraclePrice[] private prices;

modifier onlyOracle {
require(isOracle(msg.sender));
modifier onlyOracle(address oracle) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why change that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

because the it's no longer the msg sender that registers himself. It's kowala

}
//function registerOracle() public payable whenNotPaused onlyNewCandidate(identity) onlySuperNode {
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we delete commented code?

}
//function deregisterOracle() public whenNotPaused onlyOracle(msg.sender) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we delete commented code?

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

Successfully merging this pull request may close these issues.

2 participants