-
Notifications
You must be signed in to change notification settings - Fork 0
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
Discuss how to manage "frozen tokens". #321
Comments
There's a blocked issue here while we wait for JS to address entropyxyz/cli#321.
Frankie says "there is some balance which is frozen, i.e. you cannot take your balance below 1" Might need to check if balance shows free balance. #needsmorework |
Token frozen
error when transferring funds programmatically.
Cool beans. So this is expected behavour but the CLI just isn't giving out a nice error/warning.
Ok nice. Yeah something like this would be nice: # Ask for balance.
entropy balance "Andre"
15,449,682,418 BITS%
# Ask for balance minus the locked funds.
entropy balance "Andre" --without-locked-funds
5,449,682,418 BITS% There's likely a more succinct way of saying without locked funds. |
There might be some confusion here, we don't display the summation of all the balances attached to a users account. The value displayed is only the free balance available, meaning the balance that can be used freely without any restrictions. |
Oh I see! But that means I don't understand why I was getting the error in my original post. If |
I came across an
Error: {"token":"Frozen"}
error when attempting to transfer funds from one account to another. Here's what I ran (comments added for clarity):I get a similar error when using Node v20.18.1:
The text was updated successfully, but these errors were encountered: