blockchain-explorer GitHub
PR #371 | Add Frontend blocks view pagination and block range search |
enhancementdo not mergefeature | #### What this PR does / why we need it: This feature integrates the Api calls to render server-side pagination for list of Blocks to be fetched. As of now the pagination is being handled from UI. Implementing pagination from backend addresses an issue when dealing with retrieval of huge data sets. The Block Range Search feature facilitates user to search data using a block range. The Search field is provided in the blocks tab. A modal with the appropriate data will be displayed in response to user input. It provisions user for a quick data search pertaining to specific block range. #### Which issue(s) this PR fixes: Fixes #355 and #365 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note Yes ``` #### Additional documentation, usage docs, etc.: ```docs ``` |
Created At 2023-03-30 10:46:17 +0000 UTC
PR #370 | Update Dockerfile |
#### What this PR does / why we need it: This PR fixes the bug related to Dockerfile #### Which issue(s) this PR fixes: Fixes #369 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note ``` #### Additional documentation, usage docs, etc.: ```docs ``` |
Created At 2023-03-29 15:19:28 +0000 UTC
PR #368 | Frontend- Display chaincode metadata in chaincodes tab |
#### What this PR does / why we need it: The addition of a new feature in the Chaincodes tab that opens a dialogue model to show the details related to particular Chaincode. The new feature provides quick and easy access to important information related to the Chaincode. With the new feature being added to the application, user can now have more visibility into the smart contracts they are using. One such feature is the ability to view the structure of the contract and its associated metadata information #### Which issue(s) this PR fixes: Fixes #367 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note yes ``` #### Additional documentation, usage docs, etc.: ```docs ``` |
Created At 2023-03-29 10:54:06 +0000 UTC
PR #366 | Update MAINTAINERS.md |
#### What this PR does / why we need it: Add new maintainers to the Maintainers.md file #### Which issue(s) this PR fixes: Fixes # #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note ``` #### Additional documentation, usage docs, etc.: ```docs ``` |
Created At 2023-03-24 07:43:40 +0000 UTC