Page MenuHomePhabricator

[Cashtab] Convert BCHA send form validation to use BigNumber.js
AbandonedPublic

Authored by bytesofman on Jan 21 2021, 21:01.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Form validation for BCHA amounts does not implement BigNumber. For numbers with up to 8 decimal places, the BigNumber.js library should be implemented.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
implement-bignumber
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14919
Build 29790: Build Diffcashtab-tests
Build 29789: arc lint + arc unit

Event Timeline

Cashtab does not have unit tests for these validation functions, will create some to support this change.

Implemented in other diffs