Skip to content

UI/UX: Graceful service degradation: Home page #1835

@tgladilina

Description

@tgladilina

While our API is not reachable, we can retrieve the following information from a public RPC node:

  • Recent blocks: The list will be updated when a new block is validated.
  • Recent transactions: All information about transactions is stored in the block entity.
  • The latest block height.
  • Gas price: Updates can be scheduled at intervals (for example, every 30 seconds).

Here is an illustration of what data on the page can be replaced with data from the RPC node and what cannot:

Image
Image

Metadata

Metadata

Assignees

Labels

designFor issues and PRs related to UI and UX improvementsv2.7.0Release v2.7.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions