Skip to content

Commit

Permalink
fix(hostd): net address and wallet address view on siascan changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Jan 9, 2025
1 parent 56630e1 commit 2a9d193
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/funny-icons-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hostd': minor
---

The host net address context menu no longer has a view on siascan option. Closes https://github.com/SiaFoundation/hostd/issues/554
5 changes: 5 additions & 0 deletions .changeset/silly-vans-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hostd': minor
---

The host wallet address context menu now has a view on siascan option.
1 change: 1 addition & 0 deletions apps/hostd/components/Profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export function Profile() {
maxLength={24}
value={wallet.data?.address}
type="address"
siascanUrl={siascanUrl}
/>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion libs/units/src/entityTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export function getEntityDisplayLength(type?: EntityType): number {

export function doesEntityHaveSiascanUrl(type?: EntityType) {
const includeList: EntityType[] = [
'hostIp',
'hostPublicKey',
'contract',
'address',
Expand Down

0 comments on commit 2a9d193

Please sign in to comment.