pallad
pallad copied to clipboard
Staking View - Show Block Producers
Issue Title: Add Block Producer Viewing Feature in Staking Tab
Description
In the Staking Tab of Pallad, users require a convenient method to view block producers. This functionality will enable users to decide who to delegate their MINA to quickly.
Acceptance Criteria
- View Block Producers: Users should be able to view a list of block producers within the Staking Tab.
- Filter and Sort Options: Users should have options to filter and sort block producers based on various criteria like performance, fees, etc.
- Delegate Functionality: There should be an easy way to delegate MINA to a block producer from this view.
- User-Friendly Interface: The interface should be intuitive and easy to navigate.
Gherkin
Feature: View Block Producers in Staking Tab
As a user of the Mina network
I want to be able to view and assess block producers directly from the Staking Tab
So that I can make informed decisions about delegating my MINA without leaving the wallet.
Scenario: Viewing the list of Block Producers
Given I am on the Staking Tab
Then I should see a list of available block producers
Scenario: Filtering and Sorting Block Producers
Given I am viewing the list of block producers
When I apply filters or sorting criteria
Then the list should be updated to reflect my preferences
Scenario: Accessing Detailed Information of a Block Producer
Given I am browsing through block producers
When I click on a block producer
Then detailed information about the block producer should be displayed
Scenario: Delegating MINA to a Block Producer
Given I have chosen a block producer
When I select the option to delegate my MINA
Then the process to delegate MINA should be initiated