-
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
feat(renterd): hosts multi-select and batch manage blocklist and allowlist #829
base: feat_renterd_contracts_batch_manage_blocklist_and_allowlist
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
🦋 Changeset detectedLatest commit: 5a0eca2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
f461c6e
to
b2204f2
Compare
02ce9f3
to
546e10a
Compare
b2204f2
to
617c9cf
Compare
546e10a
to
b7384eb
Compare
617c9cf
to
a45141f
Compare
b7384eb
to
0eac87b
Compare
a45141f
to
3801cd1
Compare
0eac87b
to
c9858f5
Compare
3801cd1
to
3775692
Compare
c9858f5
to
c2b9f0a
Compare
3775692
to
ac5e83f
Compare
c2b9f0a
to
33e87a8
Compare
ac5e83f
to
e335641
Compare
33e87a8
to
1664695
Compare
e335641
to
588f58d
Compare
1664695
to
76146f3
Compare
588f58d
to
e3b3ff2
Compare
76146f3
to
5a0eca2
Compare
@@ -268,7 +268,7 @@ export type HostsBlocklistUpdatePayload = { | |||
export type HostsBlocklistUpdateResponse = void | |||
|
|||
export type HostResetLostSectorCountParams = { | |||
publicKey: string | |||
publickey: string |
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.
this caught my eye, these routes have the hostkey as path param but don't require anything in the request body
"GET /host/:hostkey": b.hostsPubkeyHandlerGET,
"PUT /host/:hostkey/check": b.hostsCheckHandlerPUT,
"POST /host/:hostkey/resetlostsectors": b.hostsResetLostSectorsPOST,
"POST /host/:hostkey/scan": b.hostsScanHandlerPOST,
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.
LGTM 👍
Notes