polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.76k stars 1.55k forks source link

Block weight title incorrect #11000

Open kianenigma opened 1 month ago

kianenigma commented 1 month ago
Screenshot 2024-10-11 at 17 19 19

The left side should be ref_time, and the right side is correct.

struct Weight { ref_time, proof_size }, to recap.

ltfschoen commented 1 month ago

Replicate issue:

Relevant code:

https://github.com/polkadot-js/apps/blob/master/packages/page-explorer/src/BlockInfo/ByHash.tsx#L125

https://github.com/polkadot-js/apps/blob/master/packages/page-explorer/src/BlockInfo/Summary.tsx#L82