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

feat: Adds AmountsArithmetic utility (arbitrary precision decimals based on big.js) #11487

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

micieslak
Copy link
Member

@micieslak micieslak commented Jul 11, 2023

What does the PR do

  • Add big.js library for arbitrary precision decimal arithmetic (https://mikemcl.github.io/big.js/)
  • Adds AmountsArithmetic utility exposing basic functionality for handling arbitrary precision decimals

Proposed next step: #11489 #11491

Closes: #11484
Iterates: #11376

@status-im-auto
Copy link
Member

status-im-auto commented Jul 11, 2023

Jenkins Builds

Click to see older builds (12)
Commit #️⃣ Finished (UTC) Duration Platform Result
914d51f #1 2023-07-11 10:46:44 ~5 min tests/imports 📄log
✔️ 914d51f #1 2023-07-11 10:47:23 ~5 min tests/nim 📄log
✔️ 914d51f #1 2023-07-11 10:51:03 ~9 min macos/aarch64 🍎dmg
✔️ 914d51f #1 2023-07-11 10:53:31 ~12 min macos/x86_64 🍎dmg
✔️ 914d51f #1 2023-07-11 10:57:49 ~16 min linux/x86_64 📦tgz
✔️ 914d51f #1 2023-07-11 11:14:53 ~33 min windows/x86_64 💿exe
735c140 #2 2023-07-11 11:23:38 ~4 min tests/imports 📄log
✔️ 735c140 #2 2023-07-11 11:23:48 ~5 min macos/aarch64 🍎dmg
✔️ 735c140 #2 2023-07-11 11:24:32 ~5 min tests/nim 📄log
✔️ 735c140 #2 2023-07-11 11:28:36 ~9 min macos/x86_64 🍎dmg
✔️ 735c140 #2 2023-07-11 11:33:39 ~15 min linux/x86_64 📦tgz
✔️ 735c140 #2 2023-07-11 11:42:34 ~23 min windows/x86_64 💿exe
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 5e944e2 #4 2023-07-11 12:32:38 ~5 min tests/nim 📄log
✔️ 5e944e2 #4 2023-07-11 12:33:25 ~6 min macos/aarch64 🍎dmg
✔️ 5e944e2 #4 2023-07-11 12:37:21 ~10 min macos/x86_64 🍎dmg
✔️ 5e944e2 #5 2023-07-11 12:59:00 ~3 min tests/imports 📄log
✔️ 5e944e2 #4 2023-07-11 12:59:10 ~32 min windows/x86_64 💿exe
✔️ 5e944e2 #4 2023-07-11 13:00:03 ~33 min tests/e2e 📄log
✔️ 3def08a #6 2023-07-11 15:29:33 ~4 min tests/imports 📄log
✔️ 3def08a #5 2023-07-11 15:31:03 ~6 min macos/aarch64 🍎dmg
✔️ 3def08a #5 2023-07-11 15:31:58 ~7 min tests/nim 📄log
✔️ 3def08a #5 2023-07-11 15:34:29 ~9 min macos/x86_64 🍎dmg
✔️ 3def08a #5 2023-07-11 15:52:51 ~27 min windows/x86_64 💿exe
✔️ 3def08a #5 2023-07-11 15:59:27 ~34 min tests/e2e 📄log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide basic utilities for correct handling amounts in UI
5 participants