-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix/libre and ultra testnet create account 1200 #1230
Fix/libre and ultra testnet create account 1200 #1230
Conversation
…in/get_accounts_by_authorizers
} = await axiosUtil.instance.post( | ||
`${eosConfig.apiEndpoint}/v1/chain/get_account`, | ||
`${eosConfig.apiEndpoint}/v1/chain/get_accounts_by_authorizers`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because the action newnonebact
to create the account in ultra testnet doesn't receive the account name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this endpoint is not related to newnonebact
, it is in the api node section which is different from the system contracts.
Fix create account in faucet page
What does this PR do?
/v1/chain/get_accounts_by_authorizers
input.name is not allowed to be empty
Steps to test