-
Notifications
You must be signed in to change notification settings - Fork 9
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(renterd): contract total cost initial renter funds #840
base: feat_hostd_contracts_multi-select_and_bulk_integrity_check
Are you sure you want to change the base?
Conversation
alexfreska
commented
Nov 27, 2024
•
edited
Loading
edited
- The contract total cost value is now called initial renter funds.
🦋 Changeset detectedLatest commit: 16982bf The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
@@ -320,7 +320,7 @@ export type ContractsAddParams = { | |||
export type ContractsAddPayload = { | |||
contract: ContractRevision | |||
startHeight: number | |||
totalCost: Currency | |||
initialRenterFunds: Currency |
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.
@peterjan was this field also renamed in the contracts add and renew endpoint payloads?
ab257dc
to
8cdd612
Compare
c8c9a01
to
48995db
Compare
8cdd612
to
fdc456e
Compare
48995db
to
16982bf
Compare