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
Weight units should always be whole units. However, virtual bytes will
need decimal places and the conversion from weight unit to vbytes should
not be rounded.
This commit has the following changes:
* vbytes should always be represented in `f32`
* conversion between vbytes and weight units should never be rounded
* simple calculations (such as those for feerates) should be explicitly
defined (instead of using multiple small functions)
0 commit comments