Skip to content

Commit

Permalink
fix(sequencer): bump penumbra dep to fix ibc state access bug (#1389)
Browse files Browse the repository at this point in the history
## Summary
Bumps penumbra deps to no longer use penumbra-specific key.

## Summary
The
`penumbra_ibc::component::packet::IBCPacket<Unchecked>::send_packet_check`
attempts to read a timestamp stored under a penumbra specific key which
we never write. This was an oversight in penumbra and recently fixed.

## Testing
Unblocks e2e testing.

## Related Issues

penumbra-zone/penumbra#4812 
penumbra-zone/penumbra#4822
  • Loading branch information
noot committed Aug 21, 2024
1 parent 59a615a commit 10b196a
Show file tree
Hide file tree
Showing 5 changed files with 798 additions and 891 deletions.
Loading

0 comments on commit 10b196a

Please sign in to comment.