-
Notifications
You must be signed in to change notification settings - Fork 602
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
Remove claim module #1299
Remove claim module #1299
Conversation
Co-authored-by: jlbit <[email protected]>
Co-authored-by: jlbit <[email protected]>
* refactor: ExitSwapExternAmountOut * better name for interface extension * implement types.PoolExitSwapExternAmountOutExtension * update changelog * interface assertion for PoolI in balancer pool * err check on extendedPool.ExitSwapExternAmountOut * ZeroDec() * comma in calcPoolInGivenSingleOut call * redundnet type in calcPoolInGivenSingleOut * comment for feeRatio * fix comment for calcPoolInGivenSingleOut and the converse * whitespace in ExitSwapExternAmountOut * fix changelog entry * godoc for PoolExitSwapExternAmountOutExtension * fmt * gofumpt * deduct shares on exit, make exit pool logic shared, improve names * rename to ExitSwapExactAmountOutExtension * comment out TestNewExitSwapShareAmountInCmd * fix ExitSwapExactAmountOut by truncating int on return from calcPoolSharesInGivenSingleAssetOut * revert x/gamm/cli_test.go to original state with TestNewExitSwapExternAmountOutCmd uncommented * uncomment ExitSwapExactAmountOut in TestActiveBalancerPool * change variable name to exitingCoins * fmt * Update x/gamm/keeper/pool_service.go * Update x/gamm/pool-models/balancer/amm.go * Update x/gamm/keeper/pool_service.go Co-authored-by: Aleksandr Bezobchuk <[email protected]>
* superfluid staking docs * superfluid staking docs Co-authored-by: Xiangan He <[email protected]>
* Update archivenode.bash * Update archivenode.bash * Update archivenode.bash
* update all builders * rbuilder images are prefixed by osmolabs * update makefile * use root instead of builder user and other minor changes * correct lib path in Makefile * LINK_STATICALLY in Makefile * docs for builder * update README * changelog entry * remove make clean from .build.sh * improve readme * remove spurious whitespace in Makefile * fix formatting for build-reproducible * update cosmwasm path in makefile * copy from /home/builder in build-reproducible * change wasm file pemissions to non-root
* Diagram for superfluid staking Moving the diagram to this repo from the docs repo. WIP * adding diagram image * removed diagram, moved to chain repo * add superfluid diagram
Thanks for making this! Could you just PR the removal of the claims module commit to main? I think we should just cut should hopefully just be
We want all commits to feature release branches to be done via labels and the backport bot, unless explicitly needed otherwise. |
Sure! So for now it is OK to make state breaking changes to main? When I make that PR, should I keep the v8 's ? |
Closes: #1299
Description
This pr removes the claim module and its base branch is v8.x because it contains state-breaking changes.
For contributor use:
docs/
) or specification (x/<module>/spec/
)Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer