We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sending transactions with fees different than native Babylon genesis denom (ubbn) leads to chain halt.
ubbn
Denial of Service - Due to panic in the x/distribution module BeginBlocker triggered by a error when sending fees from feeCollector to x/distribution module - https://github.com/cosmos/cosmos-sdk/blob/main/x/distribution/keeper/allocation.go#L28 Babylon Genesis will halt
x/distribution
BeginBlocker
feeCollector
Summary
Sending transactions with fees different than native Babylon genesis denom (
ubbn
) leads to chain halt.Impact
Denial of Service - Due to panic in the
x/distribution
moduleBeginBlocker
triggered by a error when sending fees fromfeeCollector
tox/distribution
module - https://github.com/cosmos/cosmos-sdk/blob/main/x/distribution/keeper/allocation.go#L28 Babylon Genesis will halt