Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Upgrade composer, with more logs #121

Merged
merged 3 commits into from
Oct 24, 2023
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.4.3
version: 0.4.4

# 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/rollup/files/scripts/start-geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -o errexit -o nounset

geth --datadir $data_dir/ --networkid=$evm_network_id \
--http --http.addr "0.0.0.0" --http.port $executor_host_http_port --http.corsdomain='*' --http.vhosts "*" --http.api eth,net,web3,debug \
--http --http.addr "0.0.0.0" --http.port $executor_host_http_port --http.corsdomain='*' --http.vhosts "*" --http.api eth,net,web3,debug,txpool \
--ws --ws.addr "0.0.0.0" --ws.port $executor_host_ws_port --ws.origins='*' \
--grpc --grpc.addr "0.0.0.0" --grpc.port $executor_host_grpc_port
4 changes: 2 additions & 2 deletions charts/rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config:

# The level at which core astria components will log out
# Options are: error, warn, info, and debug
logLevel: "info"
logLevel: "debug"

rollup:
# Default name for the rollup chain
Expand Down Expand Up @@ -61,7 +61,7 @@ images:
# Core images for the rollup, developed for Astria
geth: "ghcr.io/astriaorg/go-ethereum:0.3.0"
conductor: "ghcr.io/astriaorg/conductor:0.7.0--conductor"
composer: "ghcr.io/astriaorg/composer:0.2.3--composer"
composer: "ghcr.io/astriaorg/composer:0.2.4--composer"

# Rollup faucet
faucet: "ghcr.io/astriaorg/ria-faucet:0.0.1"
Expand Down