Skip to content

feat: stop consumer chain without funds#24

Open
Pantani wants to merge 10 commits intomainfrom
feat/stop-consumer-no-funds
Open

feat: stop consumer chain without funds#24
Pantani wants to merge 10 commits intomainfrom
feat/stop-consumer-no-funds

Conversation

@Pantani
Copy link
Contributor

@Pantani Pantani commented Feb 27, 2026

close #21

@Pantani Pantani self-assigned this Feb 27, 2026
@Pantani Pantani marked this pull request as ready for review March 3, 2026 02:35
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this makes sense. The fee collection happens on the provider, so I do not expect the consumer to have some fee colelction logic, other than checking with the provider (via ICQ) if the chain has paid or is in debt.

@@ -94,6 +96,7 @@ func NewKeeper(
authKeeper: accountKeeper,
ibcCoreKeeper: ibcCoreKeeper,
feeCollectorName: feeCollectorName,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same remark here, feeCollectorName and feeCollectorAddress do not make sense with our fee model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement a consumer chain halt system

2 participants