diff --git a/charts/evm-rollup/Chart.yaml b/charts/evm-rollup/Chart.yaml index c55081c828..7ca3fcb1bd 100644 --- a/charts/evm-rollup/Chart.yaml +++ b/charts/evm-rollup/Chart.yaml @@ -15,13 +15,13 @@ 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: 1.0.0 +version: 1.0.1 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.0" +appVersion: "1.0.1" maintainers: - name: wafflesvonmaple diff --git a/charts/evm-rollup/files/genesis/geth-genesis.json b/charts/evm-rollup/files/genesis/geth-genesis.json index 68027198d0..964fc49323 100644 --- a/charts/evm-rollup/files/genesis/geth-genesis.json +++ b/charts/evm-rollup/files/genesis/geth-genesis.json @@ -38,9 +38,10 @@ "astriaBridgeAddresses": {{ toPrettyJson .Values.genesis.bridgeAddresses | indent 8 | trim }}, "astriaFeeCollectors": {{ toPrettyJson .Values.genesis.feeCollectors | indent 8 | trim }}, "astriaEIP1559Params": {{ toPrettyJson .Values.genesis.eip1559Params | indent 8 | trim }}, - "astriaSequencerAddressPrefix": "{{ .Values.genesis.sequencerAddressPrefix }}" + "astriaSequencerAddressPrefix": "{{ .Values.genesis.sequencerAddressPrefix }}"{{- if .Values.global.dev }},{{ end }} {{- if not .Values.global.dev }} {{- else }} + "astriaAuctioneerAddresses": {{ toPrettyJson .Values.genesis.auctioneerAddresses | indent 8 | trim }} {{- end }} }, "difficulty": "0", diff --git a/charts/evm-rollup/templates/service.yaml b/charts/evm-rollup/templates/service.yaml index a3c3ce26f4..4825d40dc8 100644 --- a/charts/evm-rollup/templates/service.yaml +++ b/charts/evm-rollup/templates/service.yaml @@ -13,6 +13,9 @@ spec: - name: ws-rpc-svc port: {{ .Values.ports.wsRPC }} targetPort: ws-rpc + - name: execution-grpc-svc + port: {{ .Values.ports.executionGRPC }} + targetPort: execution-grpc --- {{- if .Values.metrics.enabled }} kind: Service diff --git a/charts/evm-rollup/values.yaml b/charts/evm-rollup/values.yaml index 1f2472c022..3642df2803 100644 --- a/charts/evm-rollup/values.yaml +++ b/charts/evm-rollup/values.yaml @@ -8,10 +8,10 @@ global: images: geth: - repo: ghcr.io/astriaorg/astria-geth + repo: ghcr.io/astriaorg/flame pullPolicy: IfNotPresent - tag: 1.0.0 - devTag: latest + tag: "sha-e389b82" + devTag: "sha-e389b82" overrideTag: "" conductor: repo: ghcr.io/astriaorg/conductor @@ -70,7 +70,8 @@ genesis: # minBaseFee: 0 # elasticityMultiplier: 2 # baseFeeChangeDenominator: 8 - + auctioneerAddresses: {} + # 1: "astria1ferdmm38w7zr4ankmntst0g0qg8e7ygeu3vxcy" ## Standard Eth Genesis config values # An EVM chain number id, different from the astria rollup name chainId: "" @@ -159,6 +160,7 @@ config: condition: .Values.metrics.enabled - name: txpool.nolocals value: "true" + - name: auctioneer conductor: diff --git a/charts/evm-stack/Chart.lock b/charts/evm-stack/Chart.lock index 142c15567e..e8c6dc6a03 100644 --- a/charts/evm-stack/Chart.lock +++ b/charts/evm-stack/Chart.lock @@ -4,7 +4,7 @@ dependencies: version: 0.4.0 - name: evm-rollup repository: file://../evm-rollup - version: 1.0.0 + version: 1.0.1 - name: composer repository: file://../composer version: 1.0.0 @@ -20,5 +20,5 @@ dependencies: - name: blockscout-stack repository: https://blockscout.github.io/helm-charts version: 1.6.8 -digest: sha256:618d0978ce1fa169bffa360010e8afeb06f21ffb7574e8a298d1d561bbcee05b -generated: "2024-11-11T13:27:42.868678+02:00" +digest: sha256:b24083a75d7242a95b7b98176e67e429c30fb33192769252f40555077034e244 +generated: "2024-11-21T16:21:00.174496+05:30" diff --git a/charts/evm-stack/Chart.yaml b/charts/evm-stack/Chart.yaml index 990a8c4c53..b790ec5af6 100644 --- a/charts/evm-stack/Chart.yaml +++ b/charts/evm-stack/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: 1.0.3 +version: 1.0.4 dependencies: - name: celestia-node @@ -23,7 +23,7 @@ dependencies: repository: "file://../celestia-node" condition: celestia-node.enabled - name: evm-rollup - version: 1.0.0 + version: 1.0.1 repository: "file://../evm-rollup" - name: composer version: 1.0.0 diff --git a/dev/values/rollup/dev.yaml b/dev/values/rollup/dev.yaml index 0d9be85422..b317180a9f 100644 --- a/dev/values/rollup/dev.yaml +++ b/dev/values/rollup/dev.yaml @@ -57,6 +57,8 @@ evm-rollup: # minBaseFee: 0 # elasticityMultiplier: 2 # baseFeeChangeDenominator: 8 + auctioneerAddresses: + 1: "astria1ferdmm38w7zr4ankmntst0g0qg8e7ygeu3vxcy" ## Standard Eth Genesis config values # Configuration of Eth forks, setting to 0 will enable from height, @@ -86,6 +88,7 @@ evm-rollup: logLevel: "debug" conductor: + # Determines what will drive block execution, options are: # Determines what will drive block execution, options are: # - "SoftOnly" -> blocks are only pulled from the sequencer # - "FirmOnly" -> blocks are only pulled from DA