Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions charts/rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Comment thread
WafflesVonMaple marked this conversation as resolved.

# When deploying in a production environment should use a secret provider
# This is configured for use with GCP, need to set own resource names
Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer-relayer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer-relayer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions charts/sequencer/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/sequencer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Binary file removed charts/sequencer/charts/sequencer-relayer-0.2.0.tgz
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion charts/sequencer/files/cometbft/config/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 0 additions & 16 deletions kubernetes/kind-cluster-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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