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

refactor: homogenize IBlue with Blue naming #234

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

julien-devatom
Copy link
Contributor

@julien-devatom julien-devatom commented Aug 8, 2023

Pull request

  • IBlue has an outdated naming for setAuthorization

@@ -115,7 +115,7 @@ interface IBlue is IFlashLender {
function liquidate(Market memory market, address borrower, uint256 seized, bytes memory data) external;
function flashLoan(address token, uint256 amount, bytes calldata data) external;

function setAuthorization(address manager, bool isAllowed) external;
function setAuthorization(address authorized, bool newIsAuthorized) external;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
function setAuthorization(address authorized, bool newIsAuthorized) external;
function setAuthorization(address authorized, bool isAuthorized) external;

Copy link
Contributor

Choose a reason for hiding this comment

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

It's not exactly the same naming than in Blue though so i'd be against

@MathisGD MathisGD merged commit 7a7b0f3 into main Aug 8, 2023
2 checks passed
@MathisGD MathisGD deleted the refactor/homogenize-interface branch August 8, 2023 08:28
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.

6 participants