-
Notifications
You must be signed in to change notification settings - Fork 570
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
Unhandled error in liquidity pool search field #3616
Comments
It looks like the account |
For an account with no issued assets and no dot in name, I get the following warnings when attempting to search in the first field:
But for nft.artist I get:
Similar for in.abit:
Accounts without a dot in their username seem to work as expected, but those with a dot don't work? |
Another difference is that the account I tried another account The RPC call sent to the API node is:
It's the Actually, according to the code in bitshares-ui/app/components/Modal/CreatePoolModal.jsx Lines 337 to 350 in ce93739
on line 338, bitshares-ui/app/components/Modal/MarketPickerHelpers.js Lines 18 to 24 in ce93739
bitshares-ui/app/actions/AssetActions.js Lines 588 to 599 in 9e4d1d8
So it is actually a UX issue. Simply adding a size check for |
Idd, the current liquidity pool UX is poorly designed & the existence of this unhandled error indicates a lack of quality assurance. The pool creation modal should be more descriptive and potentially ask for each in a wizard format rather than all up front. I had to ask others to realize I had to first create an UIA on an entirely different page for the liquidity pool asset to even exist, this was not clear at all from the UI. There's also 3 separate pages to view liquidity pools, with the only difference being a 'create pool' button? A single page would've sufficed. https://wallet.bitshares.org/#/pools (no create pool button) https://wallet.bitshares.org/#/explorer/pools (no create pool button) https://wallet.bitshares.org/#/account/nft.artist/pools (with create pool button, hidden under advanced) |
Describe the bug
I can't perform a search for the UIA to be converted to a liquidity pool token with my account 'nft.artist'.
I therefore can't create a liquidity pool with this account.
To Reproduce
Steps to reproduce the behavior:
Explore to the account
nft.artist
, then go to advanced -> pools -> Create.Within the first field, search for NFTEA.
Nothing happens, however the console reports the following errors:
If I use another account which doesn't include a dot in the middle, the first field's search box works as expected.
Expected behavior
I'm able to create a liquidity pool token with this account, getting past the first field.
Desktop (please complete the following information):
Desktop, windows 11.
Occurs on web too.
The text was updated successfully, but these errors were encountered: