-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tracking(CL): merge to main #3556
Comments
This comment is for tracking PRs merged to
|
Added concentrated liquidity test to the swaprouter module in the following PR: #3733 Also added the concentratedLiquidityKeeper type to the router_test.go file as a variable UPDATE: this is addressed |
CL module merge removals that need to be re-added: Tests:
Codec removals: |
Using this comment as a sanity check on what TODOs have been complete:
|
All TODOs here have been addressed. The only remaining one is kept in code as TODO since it is non-blocking: |
Background
This issue is for tracking the progress of merging
concentrated-liqudiity-main
to main.As we are merging in chunks with the goal of splitting state-break logic from state-compatible, we end up commenting out some functionality and tests.
This issue tracks these areas to make sure nothing is left uncommented
TODOs
x/swaprouter/types
codec.go
osmosis/x/swaprouter/types/msgs_test.go
Lines 279 to 280 in bc4ed47
GetSizeBytes()
forMsgSwapExactAmountIn
:osmosis/x/swaprouter/types/msgs.go
Line 43 in bc4ed47
GetSizeBytes()
forMsgSwapExactAmountOut
:osmosis/x/swaprouter/types/msgs.go
Line 83 in bc4ed47
x/swaprouter/cli
x/swaprouter/module`
* [x] https://github.com/osmosis-labs/osmosis/pull/3557/files#r1034136480
* [x] https://github.com/osmosis-labs/osmosis/pull/3557/files#r1034137022
x/swaprouter
app/keepers/keepers.go
osmosis/app/keepers/keepers.go
Lines 124 to 125 in 72925e8
x/gamm/simulation
:x/gamm
convertToCFMMPool
NumPools
query and implement it inx/swaprouter
The text was updated successfully, but these errors were encountered: