Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove BasisPoints in favor of using the rust_decimal #456

Closed
brentstone opened this issue Sep 8, 2022 · 1 comment
Closed

Remove BasisPoints in favor of using the rust_decimal #456

brentstone opened this issue Sep 8, 2022 · 1 comment
Assignees
Labels

Comments

@brentstone
Copy link
Collaborator

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.

@brentstone
Copy link
Collaborator Author

Closed by #708.

phy-chain pushed a commit to phy-chain/namada that referenced this issue Mar 1, 2024
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
phy-chain pushed a commit to phy-chain/namada that referenced this issue Mar 1, 2024
phy-chain pushed a commit to phy-chain/namada that referenced this issue Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants