0xPatrick
0xPatrick
This PR updates the `isValidAddress` function to accept a wider range of valid addresses, including module account addresses for Interchain Accounts (ICS-27).
The ability to add a custom `readinessProbe` was recently added, but it doesn't see consumers can specify an override in their `config.yaml`. Adding `readinessProbe` to the chain properties in helm...
- if custom ports are provided in config.yaml, the port-forward script did not recognize them - aiming to have this in [cosmology-tech/starship-action](https://github.com/cosmology-tech/starship-action), which may require a release
https://github.com/hyperweb-io/starship/issues/566 and https://github.com/hyperweb-io/starship/issues/579 added [Noble chain v7](https://github.com/noble-assets/noble/blob/main/CHANGELOG.md#v700). [On Nov 11, 2024 Noble released v8.0.0](https://github.com/noble-assets/noble/blob/main/CHANGELOG.md#v800). They’re now at 8.0.5. https://github.com/hyperweb-io/starship/issues/566 adds a noble 8.x image, but does not include changes to...
With `yarn starship start --config config.yaml` ("@starship-ci/cli": "^3.3.0") and the following `config.yaml`: ```yaml name: starship-localnet version: 1.3.0 chains: - id: cosmoshublocal name: cosmoshub numValidators: 1 faucet: enabled: true type: starship...