Skip to content

Commit 812960f

Browse files
authoredOct 17, 2024··
chore(proto)!: upgrade to proto v1s throughout (#1672)
## Summary Upgrades the protos throughout stack which are not currently being developed to v1. Removed export in mod of of old rust clients, but duplicated protos. Kept the bundle v1alpha1, and sequencerblock v1alpha1 as these still have some in development services. ## Breaking Changes - The updates the proto types throughout. They are largely wire compatible but due to `protobuf.any` type transaction type is breaking, and any old services using the `v1alpha1` services would not be available. ## Testing CI tests, including smoke tests.
1 parent 46c39e8 commit 812960f

File tree

194 files changed

+14175
-412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+14175
-412
lines changed
 

‎buf.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ modules:
1414
disallow_comment_ignores: true
1515
breaking:
1616
use:
17-
- WIRE_JSON
17+
- PACKAGE
1818
ignore_unstable_packages: true
1919
- path: proto/executionapis
2020
name: buf.build/astria/execution-apis
@@ -30,7 +30,7 @@ modules:
3030
disallow_comment_ignores: true
3131
breaking:
3232
use:
33-
- WIRE_JSON
33+
- PACKAGE
3434
ignore_unstable_packages: true
3535
- path: proto/primitives
3636
name: buf.build/astria/primitives

‎charts/evm-rollup/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.27.6
18+
version: 0.27.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)