Skip to content

Commit

Permalink
explorer: Add "owner" field to provisioners
Browse files Browse the repository at this point in the history
Resolves #3215
  • Loading branch information
ascartabelli committed Dec 20, 2024
1 parent 9c0c8b0 commit c100db9
Show file tree
Hide file tree
Showing 19 changed files with 3,562 additions and 279 deletions.
2 changes: 2 additions & 0 deletions explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Add stake maturity information (Provisioners page) [#3218]
- Add "owner" field to provisioners [#3215]

### Changed

Expand Down Expand Up @@ -117,6 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#3034]: https://github.com/dusk-network/rusk/issues/3034
[#3038]: https://github.com/dusk-network/rusk/issues/3038
[#3064]: https://github.com/dusk-network/rusk/issues/3064
[#3215]: https://github.com/dusk-network/rusk/issues/3215
[#3218]: https://github.com/dusk-network/rusk/issues/3218

<!-- VERSIONS -->
Expand Down
1 change: 1 addition & 0 deletions explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ VITE_BLOCKS_LIST_ENTRIES=100
VITE_CHAIN_INFO_ENTRIES=15
VITE_MARKET_DATA_REFETCH_INTERVAL=120000
VITE_NODE_URL="" # Optional, set to (e.g. 'https://nodes.dusk.network' to) override default
VITE_PROVISIONERS_REFETCH_INTERVAL=30000
VITE_REFETCH_INTERVAL=1000
VITE_RUSK_PATH="" # Optional, set to '/rusk' for dev mode
VITE_STATS_REFETCH_INTERVAL=1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</th>
<th
class="table__header-cell"
>
Owner
</th>
<th
class="table__header-cell"
>
Expand Down Expand Up @@ -86,6 +93,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="m6dy2gz3jC...tW82FWtnpf"
>
Account
</span>
</td>
<td
class="table__data-cell"
>
Expand Down Expand Up @@ -162,6 +182,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="m9dVuRgr3C...94r33pFQyz"
>
Account
</span>
</td>
<td
class="table__data-cell"
>
Expand Down Expand Up @@ -238,6 +271,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="0200000000000000000000000000000000000000000000000000000000000000"
>
Contract
</span>
</td>
<td
class="table__data-cell"
>
Expand Down Expand Up @@ -314,6 +360,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="mLx5HUo5Ph...BrRgEzoka8"
>
Account
</span>
</td>
<td
class="table__data-cell"
>
Expand Down Expand Up @@ -390,6 +449,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="0200000000000000000000000000000000000000000000000000000000000000"
>
Contract
</span>
</td>
<td
class="table__data-cell"
>
Expand Down Expand Up @@ -466,6 +538,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="0200000000000000000000000000000000000000000000000000000000000000"
>
Contract
</span>
</td>
<td
class="table__data-cell"
>
Expand Down Expand Up @@ -542,6 +627,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="0200000000000000000000000000000000000000000000000000000000000000"
>
Contract
</span>
</td>
<td
class="table__data-cell"
>
Expand Down Expand Up @@ -618,6 +716,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="mWvq9EWD9b...oU7BY2oEDe"
>
Account
</span>
</td>
<td
class="table__data-cell"
>
Expand Down Expand Up @@ -694,6 +805,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="mXKJ97xTtr...JgkCK2o7x4"
>
Account
</span>
</td>
<td
class="table__data-cell"
>
Expand Down Expand Up @@ -770,6 +894,19 @@ exports[`Provisioners Card > should disable the \`Show More\` button if there is
</td>
<td
class="table__data-cell"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="mdXsA3Ee1Y...K8VZPimZ2J"
>
Account
</span>
</td>
<td
class="table__data-cell"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Provisioners List > renders the \`ProvisionersList\` component 1`] = `
<dl
class="detail-list"
class="detail-list provisioners-list"
>
<dt
class="details-list__term details-list__term--table"
Expand All @@ -11,7 +11,7 @@ exports[`Provisioners List > renders the \`ProvisionersList\` component 1`] = `
class="details-list__term-layout"
>
staking address
Staking address
</div>
</dt>
Expand All @@ -25,6 +25,29 @@ exports[`Provisioners List > renders the \`ProvisionersList\` component 1`] = `
</span>
</dd>
<dt
class="details-list__term details-list__term--table"
>
<div
class="details-list__term-layout"
>
Owner
</div>
</dt>
<dd
class="details-list__definition details-list__definition--table"
>
<span
class="dusk-badge dusk-badge--variant-neutral"
data-tooltip-id="provisioners-tooltip"
data-tooltip-text="m6dy2gz3jC3ifLpZmdTaZbgcp...uSCne1ti5kgYeNHtW82FWtnpf"
>
Account
</span>
</dd>
<dt
class="details-list__term details-list__term--table"
>
Expand Down
Loading

0 comments on commit c100db9

Please sign in to comment.