Skip to content

Commit

Permalink
penumbra: update ecosystem tendermint/ibc crates
Browse files Browse the repository at this point in the history
Continuation of #4963, into a release branch `v0.82.x` before tagging a
release candidate at that version and publishing the workspace using an
`alpha` version.

This handles the domain type change for upgradeable channels
(penumbra-zone/ibc-types#84) smoothly. It makes
sure to write default values to the new fields, which avoids wire
protocol changes, and makes this PR non consensus/state breaking.

Includes substantial version changes to:

* tendermint-rs
* tonic #4400
* ibc-types #4682
* cnidarium #4956

---------

Co-authored-by: Richard Janis Goldschmidt <[email protected]>
  • Loading branch information
2 people authored and conorsch committed Jan 10, 2025
1 parent 0e3d796 commit 85c98d6
Show file tree
Hide file tree
Showing 162 changed files with 6,338 additions and 19,883 deletions.
1 change: 0 additions & 1 deletion .github/workflows/buf-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
./deployments/scripts/protobuf-codegen
# https://github.com/penumbra-zone/penumbra/issues/3038#issuecomment-1722534133
git checkout crates/proto/src/gen/proto_descriptor.bin.no_lfs
git checkout crates/cnidarium/src/gen/proto_descriptor.bin.no_lfs
s="$(git status --porcelain)"
if [[ -n "$s" ]]; then
echo "ERROR: protobuf files must be regenerated and committed."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fi
- name: Run tests with nextest
run: cargo nextest run --release --features migration
run: cargo nextest run --release
env:
CARGO_TERM_COLOR: always

Expand Down
Loading

0 comments on commit 85c98d6

Please sign in to comment.