Skip to content

Commit

Permalink
Reapply "penumbra: update ecosystem tendermint/ibc crates (#4980)" (#…
Browse files Browse the repository at this point in the history
…4993)

This reverts commit a454870.

Co-authored-by: Erwan Or <erwanor@penumbralabs.xyz>
Co-authored-by: Erwan Or <erwan.ounn.84@gmail.com>
Co-authored-by: Richard Janis Goldschmidt <github@aberrat.io>
  • Loading branch information
4 people committed Jan 21, 2025
1 parent 8521a13 commit d8539f3
Show file tree
Hide file tree
Showing 173 changed files with 6,457 additions and 19,955 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 d8539f3

Please sign in to comment.