Skip to content

Commit

Permalink
penumbra: update ecosystem tendermint/ibc crates (#4973)
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.

---------

Co-authored-by: Richard Janis Goldschmidt <[email protected]>
  • Loading branch information
erwanor and SuperFluffy authored Dec 25, 2024
1 parent 0e3d796 commit 7943f3e
Show file tree
Hide file tree
Showing 157 changed files with 6,433 additions and 17,647 deletions.
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 7943f3e

Please sign in to comment.