All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- option to define secretRef for an existing secret that holds the MNEMONIC value
- update to rollups-0.8.2
- renamed avax-fuji to avalanche-fuji
- doc: added missing chiado network to default values.yaml comments
- rename network from gnosis-chiado to chiado
- support to gnosis-chiado testnet
- more health check configuration
- support logLevel to serverManager
- update to rollups-0.8.1
- update to rollups-0.7.0
- update to rollups-0.6.1
- configuration for Optimism Goerli and Arbitrum Goerli
- gRPC livenessProbe for state-server
- update to rollups-0.6.0
- enable service configuration via values.yaml for:
- dispatcher
- state-server
- indexer
- server-manager
- inspect-server
- usage of .Release.Name for Ingress rules[].host: is now disabled by default
- default POSTGRES_PORT for indexer
- port for inspect service
- Add rollups-inspect-server container
- Add postgres-operator optional values configuration
- .Values.validator.dispatcher.txDatabasePath option
- Optional
args: []
to some containers - Optional
extraEnvVars: []
to some containers - Ingress with the helm release name as additional DNS (eg.: my-dapp.example.com)
- Replace .Values.dapp.chainID for .Values.dapp.network
- Extract server-manager to its own Pod
- Adapt to new state-server and dispatcher containers
- validator Pod values
- replicaCount usage
- rollups-validator-node helm chart