hyperweb-io / hyperweb-io/starship
Update osmosis to latest
- Dominant language
- TypeScript
- Stars
- 77
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
It looks like there is no chains available that support cosmwasm_2_0 feature(wasmvm v2.0 or higher). I tried using `ghcr.io/cosmology-tech/starship/gaia:v19.2.0` image, but hermes fails at init when this version is used. Last logs in `init-relayer`:
```
Failed to send tokens. Sleeping for 2 secs. Tries left 4
+ [[ max_tries -gt 0 ]]
++ transfer_token
+++ curl --header 'Content-Type: application/json' --request POST --write-out '%{http_code}' --silent --output /dev/null --data '{"denom":"uatom","address":"cosmos1ezm7znxcdetyj8sadhzmhgma6sn09wnrtcakq0"}' http://gaia-1-genesis.default.svc.cluster.local:8000/credit
++ status_code=500
++ echo 500
+ status_code=500
+ [[ 500 -eq 200 ]]
Failed to send tokens. Sleeping for 2 secs. Tries left 3
+ echo 'Failed to send tokens. Sleeping for 2 secs. Tries left 3'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.