[CL Migrations] Remove log bombs #4540
Labels
C:x/concentrated-liquidity
C:x/gamm
Changes, features and bugs related to the gamm module.
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
Background
The process of migrations results in huge log bombs, specifically because migration includes the process of Exit Pools, which contains logs from burning tokens from the module account in the process. Migrations can cause huge logs to a node, which could look something like this:
Suggested Design
The log bomb is probably stemming from
https://github.com/osmosis-labs/osmosis/blob/83968d9ccd/x/gamm/keeper/share.go#L74-L90
Removing these log bombs can include edits from the sdk side, more investigation needed for this
Acceptance Criteria
The text was updated successfully, but these errors were encountered: