-
-
Notifications
You must be signed in to change notification settings - Fork 230
feat: add lending functionality to controller #5828
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
base: main
Are you sure you want to change the base?
Changes from all commits
bea2870
2f60b9b
8fef31f
d2b9c33
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,6 +1,6 @@ | ||||||
{ | ||||||
"name": "@metamask/earn-controller", | ||||||
"version": "0.14.0", | ||||||
"version": "1.0.0", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nickewansmith Would you mind reverting this change? Just so you're aware, updating the changelog ahead of time is fine, but we don't bump the version of a package until we are ready to release that package, and we do that in a separate release PR for visibility. Release PRs get created via
Suggested change
|
||||||
"description": "Manages state for earning features and coordinates interactions between staking services, SDK integrations, and other controllers to enable users to participate in various earning opportunities", | ||||||
"keywords": [ | ||||||
"MetaMask", | ||||||
|
@@ -47,10 +47,12 @@ | |||||
"since-latest-release": "../../scripts/since-latest-release.sh" | ||||||
}, | ||||||
"dependencies": { | ||||||
"@ethersproject/bignumber": "^5.7.0", | ||||||
"@ethersproject/providers": "^5.7.0", | ||||||
"@metamask/base-controller": "^8.0.1", | ||||||
"@metamask/controller-utils": "^11.9.0", | ||||||
"@metamask/stake-sdk": "^1.0.0" | ||||||
"@metamask/stake-sdk": "3.2.0", | ||||||
"reselect": "^5.1.1" | ||||||
}, | ||||||
"devDependencies": { | ||||||
"@metamask/accounts-controller": "^29.0.0", | ||||||
|
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.
Hmm,
stake-sdk
doesn't seem like a peer dependency, it seems like a regular dependency. So this doesn't seem like a breaking change to me. Also, it seems we've added two new dependencies: