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

Unable to send large quantity (500M) of SIP10 token #4930

Closed
brandonmarshall-tm opened this issue Feb 8, 2024 · 3 comments · Fixed by #5048
Closed

Unable to send large quantity (500M) of SIP10 token #4930

brandonmarshall-tm opened this issue Feb 8, 2024 · 3 comments · Fixed by #5048
Assignees
Labels
area:send area:stacks area:stacks-fts Issues related to fungible tokens (FTs) bug Functionality broken bug-p2 Critical functionality broken for few users, with no clear workarounds

Comments

@brandonmarshall-tm
Copy link

We had a user report that they were unable to send a large quantity (500M) of a SIP10 token called $BITTY.

They wanted to send 500,000,000 but our wallet only allowed him to enter up to 50,000,000.

Do we have an artificial limit in place on our end that prevents this?

Report: https://twitter.com/mindful_service/status/1755349154241392984

@markmhendrickson markmhendrickson added bug Functionality broken bug-p2 Critical functionality broken for few users, with no clear workarounds area:send labels Feb 9, 2024
@markmhendrickson markmhendrickson added this to the Redesign send UX milestone Feb 9, 2024
@markmhendrickson markmhendrickson added area:stacks-fts Issues related to fungible tokens (FTs) area:stacks labels Feb 9, 2024
@kyranjamie
Copy link
Collaborator

@fbwoolf @alter-eggo did we set a max length when working on the animated amount input?

@alter-eggo
Copy link
Contributor

@kyranjamie

const maxLengthDefault = STX_DECIMALS + 2; // + 1 for decimal char
const maxLength = decimals === 0 ? maxLengthDefault : decimals + 2;

@brandonmarshall-tm
Copy link
Author

Got another inquiry about this yesterday. Would this be a quick fix?

@alter-eggo alter-eggo linked a pull request Mar 9, 2024 that will close this issue
@alter-eggo alter-eggo self-assigned this Mar 9, 2024
kyranjamie pushed a commit that referenced this issue Mar 19, 2024
## [6.31.0](v6.30.1...v6.31.0) (2024-03-19)

### Features

* add storybook preview to pr links ([0e0ca6f](0e0ca6f))
* address displayer ([7f72f15](7f72f15))
* ord io inscription links, closes [#3980](#3980) ([0681c93](0681c93))
* support gltf inscription type, closes [#5091](#5091) ([a303de4](a303de4))
* toast ([1284422](1284422))

### Bug Fixes

* brc20 send status update, closes [#4939](#4939) ([e49e7ec](e49e7ec))
* gaia profile test ([1d87592](1d87592))
* gaia profile test ([db6a1aa](db6a1aa))
* send inputs in check utxos analytics event ([2190278](2190278))
* sentry api upgrade, routing ([2d7b07e](2d7b07e))
* sip10 token default max length, closes [#4930](#4930) ([22b695e](22b695e))
* try retry action ([5590cd4](5590cd4))
* upgrade tokens package ([bdeb1c1](bdeb1c1))

### Internal

* fix uncaught account 429 restore errors ([863904e](863904e))
* fix uncaught gaia error ([456b8d0](456b8d0))
* item interactive to pressable ([faa3a79](faa3a79))
* migrate to pnpm ([32de09b](32de09b))
* post-release merge back ([951ce43](951ce43))
* post-release merge back ([12c10da](12c10da))
* remove warning banner ([53beaf0](53beaf0))
* temp skip profile test ([ea4b71a](ea4b71a))
* update post condition allow copy ([b0eb524](b0eb524))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:send area:stacks area:stacks-fts Issues related to fungible tokens (FTs) bug Functionality broken bug-p2 Critical functionality broken for few users, with no clear workarounds
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants