Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sequencer): bump penumbra dep to fix ibc state access bug (#1389)
## 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