We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cosmoshub
faucet type
starship
When using the following settings with the 0.2.2 helm chart:
chains: - id: cosmoshub-test name: cosmoshub faucet: enabled: true type: starship
The faucet container in the cosmoshub-test pod fails to start:
{"level":"error","ts":1718310048.524163,"caller":"app/distributor.go:286","msg":"send token failed","cmd":"gaiad tx bank send cosmos1vhdew4wqu3tp8l2d55aqcc73aqvr0rr9yk4a0l cosmos1prdhkqcdzz2dqp3qwpmecna6e7faghkkqk2p9p 80000000000stake --chain-id=gaialocal --fees=10000000uatom --keyring-backend=test --gas=auto --gas-adjustment=1.5 --yes --node=http://localhost:26657","error":"err: exit status 1, stderr: Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = failed to execute message; message index: 0: 0stake is smaller than 80000000000stake: insufficient funds 2024-06-13 16:15:36 err: exit status 1, stderr: Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = failed to execute message; message index: 0: 0stake is smaller than 80000000000stake: insufficient funds [cosmos/[email protected]/x/bank/keeper/send.go:186] With gas wanted: '0' and gas used: '60680' : unknown request
The @cosmjs/faucet faucet works, but does not support sending tokens to ICA addresses. See this pull request for an upstream fix: cosmos/cosmjs#1593
@cosmjs/faucet
The text was updated successfully, but these errors were encountered:
let me have a look
Sorry, something went wrong.
As for cosmjs we can wait for the upstream PR to be merged, then we can create a new version of the faucet based on the new version of cosmjs
cosmjs
@0xpatrickdev thanks for opening this issue. Fixed the issue in chart version 0.2.4. Please upgrade and let me know if it works.
0.2.4
More over, will upgrade the cosmjs version as well, once your PR is merged.
Successfully merging a pull request may close this issue.
When using the following settings with the 0.2.2 helm chart:
The faucet container in the cosmoshub-test pod fails to start:
The
@cosmjs/faucet
faucet works, but does not support sending tokens to ICA addresses. See this pull request for an upstream fix: cosmos/cosmjs#1593The text was updated successfully, but these errors were encountered: