lisk-desktop icon indicating copy to clipboard operation
lisk-desktop copied to clipboard

Update blocks domain related endpoints

Open ManuGowda opened this issue 1 year ago • 0 comments

Description

  • Create query/mutate hooks
  • Adopt component with the query/mutate hooks
  • Adopt blocks table and details display endpoints
    • Blocks: /api/v3/blocks
    • Blocks Assets: /api/v3/blocks/assets

Acceptance Criteria

  • Users should be able to to view blocks (ordered by height defaut)
  • Users should be able to view the blocks details
    • Block header details
    • Transactions associated with that block
    • Block assets
  • Users should be able to filter blocks
  • Add/Update e2e tests for
    • Blocks table
    • Blocks details
    • Block assets
    • Block filters
  • Add/Update required unit tests

ManuGowda avatar Aug 01 '22 14:08 ManuGowda