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

feat: Frax Debt/Collateral adaptors + permission updates #223

Merged
merged 6 commits into from
Sep 19, 2023

Conversation

cbrit
Copy link
Member

@cbrit cbrit commented Sep 19, 2023

No description provided.

Copy link
Contributor

@EricBolten EricBolten left a comment

Choose a reason for hiding this comment

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

A few comments and questions.

proto/adaptors/frax/collateral_f_token.proto Outdated Show resolved Hide resolved

// Represents function `addCollateral(IFToken _fraxlendPair, uint256 _collateralToDeposit)`
AddCollateral add_collateral = 2;
// Represents function `removeCollateral(uint256 _collateralAmount, IFToken _fraxlendPair)`
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe a dumb question but sanity checking: all the other Fraxlend functions start with the IFToken, is this an error or just an anomaly?

Copy link
Member Author

Choose a reason for hiding this comment

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

they just changed the param name in the latest contracts, they are still address underneath

Copy link
Contributor

Choose a reason for hiding this comment

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

I was referring to the order in the function call rather than the IFToken type.

proto/adaptors/frax/debt_f_token.proto Outdated Show resolved Hide resolved
steward/src/cellars.rs Show resolved Hide resolved
steward/src/cellars/adaptors/sommelier.rs Show resolved Hide resolved
steward/src/cellars/adaptors/sommelier.rs Outdated Show resolved Hide resolved
@cbrit cbrit temporarily deployed to CI September 19, 2023 20:53 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI September 19, 2023 20:53 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI September 19, 2023 20:53 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI September 19, 2023 20:53 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI September 19, 2023 21:38 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI September 19, 2023 21:38 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI September 19, 2023 21:38 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI September 19, 2023 21:38 — with GitHub Actions Inactive
Copy link
Contributor

@EricBolten EricBolten left a comment

Choose a reason for hiding this comment

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

LGTM

@EricBolten EricBolten merged commit 9f9e4d6 into 3.x-main Sep 19, 2023
10 checks passed
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.

3 participants