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
The BasisPoints struct used previously to do some decimal multiplication with integers is no longer needed with the use of the rust_decimal crate. Replacing BasisPoints with rust_decimal::Decimal will increase the precision of some simple calculations and also allow for cleaner code.
The text was updated successfully, but these errors were encountered:
This is to stop the extension build on the CI from failing due to yarn
v1 problems.
This also adds `web-ext` to `devDependencies`, so it no longer needs to
be installed globally.
phy-chain
pushed a commit
to phy-chain/namada
that referenced
this issue
Mar 1, 2024
The
BasisPoints
struct used previously to do some decimal multiplication with integers is no longer needed with the use of therust_decimal
crate. ReplacingBasisPoints
withrust_decimal::Decimal
will increase the precision of some simple calculations and also allow for cleaner code.The text was updated successfully, but these errors were encountered: