You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPM1107 opened this issue
Oct 27, 2024
· 0 comments
Labels
BugTracks issues causing errors or unintended behavior, critical to fix for reliability.P1 - HighEssential for progress, blocks other tasks. Must be completed soon to maintain project flow.
The Block Details tab in the explorer throws an error for chains still using V1Weight, and all chains if looking up an old block that still used V1. The error thrown is v2Weight.proofSize.toBn is not a function. I suspect this was caused by #10639, when a V1 Weight object is automatically converted to V2, the proofSize of the result gets set to BN_ZERO, which seems to not have a toBn method I assume? Not sure what the correct way to go about fixing this would be, so opening this issue instead of submitting a PR.
The text was updated successfully, but these errors were encountered:
TarikGul
added
Bug
Tracks issues causing errors or unintended behavior, critical to fix for reliability.
P1 - High
Essential for progress, blocks other tasks. Must be completed soon to maintain project flow.
labels
Oct 30, 2024
BugTracks issues causing errors or unintended behavior, critical to fix for reliability.P1 - HighEssential for progress, blocks other tasks. Must be completed soon to maintain project flow.
The Block Details tab in the explorer throws an error for chains still using V1Weight, and all chains if looking up an old block that still used V1. The error thrown is
v2Weight.proofSize.toBn is not a function
. I suspect this was caused by #10639, when a V1 Weight object is automatically converted to V2, the proofSize of the result gets set to BN_ZERO, which seems to not have a toBn method I assume? Not sure what the correct way to go about fixing this would be, so opening this issue instead of submitting a PR.The text was updated successfully, but these errors were encountered: