Jehan
Jehan
Just discussed this with @mpoke. The main issue is that our protocol expects altruistic relaying, and it currently generates 2-3 packets per block, per consumer chain. This high(?) traffic volume,...
Thinking about it again, I think we should allow all tokens to unbond and clean up other consumer chain state when the channel times out. This does potentially allow some...
Sorry I didn't stay up on this issue, but it seems to me that making this a variable has just kicked the can down the road. We don't actually have...
I think we should probably only have the `lockUnbondingOnTimeout = false` behavior, and I will probably remove `lockUnbondingOnTimeout = true` from the implementation until this can be more clearly resolved.
This just changes the binary names? I like the idea
I'm getting test failures on this even after re-running. Can you check that the e2e tests all have the updated binary names?
LGTM but looks like some merge conflicts snuck in
Merge conflicts snuck in again, can merge once it's fixed though
Why are adminmodule and icamauth pasted into our repo? Shouldn't these just be imported from their own repos? If there are modifications needed to these modules, can't you make a...