Shawn
Shawn
## Summary of Bug I'm expanding integration tests for ICS right now, and continually getting an error from hermes when relaying packets within a docker container. Example output: ``` ERROR...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
# Problem Once #735 is merged, we should add some form of the integration tests to our nightly test run, with gaia used as the provider. I'd also be happy...
**EDIT**: e2e tests were renamed to integration tests # Problem A lot of our current integration tests were migrated over in PRs similar to https://github.com/cosmos/interchain-security/pull/297, which tried to clean up...
# Problem #542 makes it more explicit for which cases we return an IBC err ack when a slash packet is recv. However, we could simplify a lot of code...
# Problem There is not much written documentation (or code comments) explaining the difference between a consumer and democracy consumer. We should answer the following questions: - Why does the...
## Description Closes: #XXXX --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...
## Problem The throttling e2e tests illuminated a difference in behavior between comet and cometmock. Namely, relaying packets behaves differently. For real comet, a slash action followed by a relay...
## Problem For consumers like stride that were previously standalone chains, a governor which is jailed [cannot be unjailed](https://github.com/cosmos/interchain-security/blob/45c7e360fd8ffc3d312230822f514077705668f6/x/ccv/consumer/keeper/validators.go#L181). Belief at the time was that jailing/unjailing governors was a n/a...
## Problem We don't currently have e2e tests validating that a chain upgrade functions as expected. That is, no e2e test validates migration handlers. Gaia has a test for upgrade/migrations...