diff --git a/charts/rollup/Chart.yaml b/charts/rollup/Chart.yaml index 889d87bb..610d9809 100644 --- a/charts/rollup/Chart.yaml +++ b/charts/rollup/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.1 +version: 0.7.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/rollup/values.yaml b/charts/rollup/values.yaml index 61111f63..c3d34943 100644 --- a/charts/rollup/values.yaml +++ b/charts/rollup/values.yaml @@ -26,7 +26,7 @@ config: genesisAccounts: - address: "0xaC21B97d35Bf75A7dAb16f35b111a50e78A72F30" # The balance must be a string due to size - balance: "1000000000000000000000" + balance: "1000000000000000000000000000" optimism: # set to true to enable op-stack integration, and setup rest of config enabled: false @@ -87,8 +87,8 @@ celestia-node: images: # Core images for the rollup, developed for Astria geth: "ghcr.io/astriaorg/go-ethereum:0.4.1" - conductor: "ghcr.io/astriaorg/conductor:0.10.0--conductor" - composer: "ghcr.io/astriaorg/composer:0.2.5--composer" + conductor: "ghcr.io/astriaorg/conductor:0.11.0--conductor" + composer: "ghcr.io/astriaorg/composer:0.3.0--composer" # Rollup faucet faucet: "ghcr.io/astriaorg/ria-faucet:0.0.1" @@ -98,9 +98,9 @@ images: core: "docker.io/blockscout/blockscout:5.1.0" postgres: "docker.io/library/postgres:14" redis: "docker.io/library/redis:alpine" - sigProvider: "ghcr.io/blockscout/sig-provider:latest@sha256:ae371ce8d0a20993bf61ca81b3394416f4778c9edd398250fd4d81a8d6820950" - smartContractVerifier: "ghcr.io/blockscout/smart-contract-verifier:v1.3.0@sha256:f07b2d874c28d45f5ba81f297c868a746a03771e8b6d9b8e96f0eba0beeb1016" - visualizer: "ghcr.io/blockscout/visualizer:v0.2.0@sha256:99479da126248e0aba5c32b1e32625f8c527b72924f55cb510b50e5f854b2d15" + sigProvider: "ghcr.io/blockscout/sig-provider@sha256:ae371ce8d0a20993bf61ca81b3394416f4778c9edd398250fd4d81a8d6820950" + smartContractVerifier: "ghcr.io/blockscout/smart-contract-verifier@sha256:f07b2d874c28d45f5ba81f297c868a746a03771e8b6d9b8e96f0eba0beeb1016" + visualizer: "ghcr.io/blockscout/visualizer@sha256:99479da126248e0aba5c32b1e32625f8c527b72924f55cb510b50e5f854b2d15" # When deploying in a production environment should use a secret provider # This is configured for use with GCP, need to set own resource names diff --git a/charts/sequencer-relayer/Chart.yaml b/charts/sequencer-relayer/Chart.yaml index 68e20b77..d706b79e 100644 --- a/charts/sequencer-relayer/Chart.yaml +++ b/charts/sequencer-relayer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/sequencer-relayer/values.yaml b/charts/sequencer-relayer/values.yaml index 0d32e2e5..e0edc167 100644 --- a/charts/sequencer-relayer/values.yaml +++ b/charts/sequencer-relayer/values.yaml @@ -17,7 +17,7 @@ config: # sequencer core images images: - sequencerRelayer: ghcr.io/astriaorg/sequencer-relayer:0.8.0--sequencer-relayer + sequencerRelayer: ghcr.io/astriaorg/sequencer-relayer:0.9.0--sequencer-relayer ports: relayerRPC: 2450 diff --git a/charts/sequencer/Chart.lock b/charts/sequencer/Chart.lock index a8604556..0a09b75d 100644 --- a/charts/sequencer/Chart.lock +++ b/charts/sequencer/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: sequencer-relayer repository: file://../sequencer-relayer - version: 0.2.0 -digest: sha256:e4bf6b0b4488f90c4c7240039c06dc4e2034149a7f0ec2b1d1cf9532942c9235 -generated: "2023-11-19T20:10:10.344601+03:00" + version: 0.3.0 +digest: sha256:865408de07de5a9d40f3fe1f7fbf4ce016ed5af1feacf277a16d2c689a2ac372 +generated: "2023-11-29T19:13:39.226082-08:00" diff --git a/charts/sequencer/Chart.yaml b/charts/sequencer/Chart.yaml index 52c980bc..0fb09bd4 100644 --- a/charts/sequencer/Chart.yaml +++ b/charts/sequencer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.0 +version: 0.8.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -25,7 +25,7 @@ appVersion: "0.7.0" dependencies: - name: sequencer-relayer - version: "0.2.0" + version: "0.3.0" repository: "file://../sequencer-relayer" condition: sequencer-relayer.enabled diff --git a/charts/sequencer/charts/sequencer-relayer-0.2.0.tgz b/charts/sequencer/charts/sequencer-relayer-0.2.0.tgz deleted file mode 100644 index 0e62e250..00000000 Binary files a/charts/sequencer/charts/sequencer-relayer-0.2.0.tgz and /dev/null differ diff --git a/charts/sequencer/charts/sequencer-relayer-0.3.0.tgz b/charts/sequencer/charts/sequencer-relayer-0.3.0.tgz new file mode 100644 index 00000000..529015da Binary files /dev/null and b/charts/sequencer/charts/sequencer-relayer-0.3.0.tgz differ diff --git a/charts/sequencer/files/cometbft/config/genesis.json b/charts/sequencer/files/cometbft/config/genesis.json index b7b0bd00..b67f499b 100644 --- a/charts/sequencer/files/cometbft/config/genesis.json +++ b/charts/sequencer/files/cometbft/config/genesis.json @@ -2,7 +2,8 @@ "app_hash": "", "app_state": { "accounts": {{ toPrettyJson .Values.config.sequencer.genesisAccounts | indent 4 | trim }}, - "authority_sudo_key": "{{ .Values.config.sequencer.sudoAuthorityKey }}" + "authority_sudo_key": "{{ .Values.config.sequencer.sudoAuthorityKey }}", + "native_asset_base_denomination": "nria" }, "chain_id": "{{ .Values.config.cometBFT.chainId }}", "consensus_params": { diff --git a/charts/sequencer/values.yaml b/charts/sequencer/values.yaml index 27f84876..82ed72d3 100644 --- a/charts/sequencer/values.yaml +++ b/charts/sequencer/values.yaml @@ -75,7 +75,7 @@ sequencer-relayer: # sequencer core images images: cometBFT: docker.io/cometbft/cometbft:v0.37.x - sequencer: ghcr.io/astriaorg/sequencer:0.6.0--sequencer + sequencer: ghcr.io/astriaorg/sequencer:0.7.0--sequencer ports: cometBFTP2P: 26656 diff --git a/kubernetes/kind-cluster-config.yml b/kubernetes/kind-cluster-config.yml index 4017574e..a2595f84 100644 --- a/kubernetes/kind-cluster-config.yml +++ b/kubernetes/kind-cluster-config.yml @@ -36,19 +36,3 @@ nodes: containerPath: /data/rollup-data/ - hostPath: /tmp/astria/sequencer-data containerPath: /data/sequencer-data -- role: worker - extraMounts: - - hostPath: /tmp/astria/celestia-data - containerPath: /data/celestia-data - - hostPath: /tmp/astria/rollup-data/ - containerPath: /data/rollup-data/ - - hostPath: /tmp/astria/sequencer-data - containerPath: /data/sequencer-data -- role: worker - extraMounts: - - hostPath: /tmp/astria/celestia-data - containerPath: /data/celestia-data - - hostPath: /tmp/astria/rollup-data/ - containerPath: /data/rollup-data/ - - hostPath: /tmp/astria/sequencer-data - containerPath: /data/sequencer-data