-
Notifications
You must be signed in to change notification settings - Fork 608
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
refactor(deps): switch to cosmossdk.io/math from fork math (backport #6238) #6268
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* refactor(deps): switch to cosmossdk.io/math from fork math * switch remaining things * updates (cherry picked from commit ca75f4c) # Conflicts: # app/apptesting/concentrated_liquidity.go # app/apptesting/pool_manager.go # app/apptesting/test_suite.go # app/upgrades/v16/upgrades.go # app/upgrades/v17/constants.go # app/upgrades/v18/upgrades_test.go # app/upgrades/v19/upgrades.go # app/upgrades/v19/upgrades_test.go # app/upgrades/v3/forks.go # app/upgrades/v9/prop214.go # cmd/osmosisd/cmd/genesis.go # cmd/osmosisd/cmd/root.go # go.mod # go.sum # osmomath/sqrt.go # osmomath/sqrt_big_test.go # osmomath/sqrt_test.go # osmoutils/osmocli/dynamic_test.go # simulation/simtypes/randutil.go # tests/cl-genesis-positions/go.mod # tests/cl-genesis-positions/go.sum # tests/e2e/configurer/chain/chain.go # tests/e2e/configurer/chain/commands.go # tests/e2e/configurer/chain/queries.go # tests/e2e/configurer/upgrade.go # tests/e2e/containers/containers.go # tests/e2e/e2e_test.go # tests/e2e/helpers_e2e_test.go # tests/e2e/initialization/config.go # tests/e2e/initialization/node.go # tests/ibc-hooks/ibc_middleware_test.go # tests/ibc-hooks/path_validation_test.go # tests/ibc-hooks/xcs_cw20_test.go # tests/simulator/sim_test.go # tests/simulator/state.go # wasmbinding/query_plugin_test.go # wasmbinding/test/custom_msg_test.go # wasmbinding/test/helpers_test.go # wasmbinding/test/messages_test.go # x/concentrated-liquidity/bench_test.go # x/concentrated-liquidity/client/query_proto_wrap.go # x/concentrated-liquidity/event.go # x/concentrated-liquidity/incentives.go # x/concentrated-liquidity/incentives_test.go # x/concentrated-liquidity/math/precompute.go # x/concentrated-liquidity/model/msgs.go # x/concentrated-liquidity/model/msgs_test.go # x/concentrated-liquidity/msg_server.go # x/concentrated-liquidity/msg_server_test.go # x/concentrated-liquidity/simulation/sim_msgs.go # x/concentrated-liquidity/total_liquidity.go # x/concentrated-liquidity/types/expected_keepers.go # x/concentrated-liquidity/types/gov_test.go # x/concentrated-liquidity/types/msgs_test.go # x/concentrated-liquidity/types/params_test.go # x/cosmwasmpool/cosmwasm/msg/transmuter/transmuter_test.go # x/cosmwasmpool/model/pool_test.go # x/cosmwasmpool/model/store_model.go # x/cosmwasmpool/pool_module_test.go # x/gamm/client/cli/query_test.go # x/gamm/client/cli/tx_test.go # x/gamm/keeper/export_test.go # x/gamm/keeper/gas_test.go # x/gamm/keeper/genesis_test.go # x/gamm/keeper/grpc_query.go # x/gamm/keeper/grpc_query_test.go # x/gamm/keeper/keeper_test.go # x/gamm/keeper/msg_server_test.go # x/gamm/keeper/pool.go # x/gamm/keeper/pool_test.go # x/gamm/keeper/share.go # x/gamm/keeper/swap.go # x/gamm/keeper/swap_test.go # x/gamm/keeper/total_liquidity.go # x/gamm/pool-models/balancer/amm_test.go # x/gamm/pool-models/balancer/marshal_test.go # x/gamm/pool-models/balancer/msgs_test.go # x/gamm/pool-models/balancer/pool.go # x/gamm/pool-models/balancer/pool_asset.go # x/gamm/pool-models/balancer/pool_params.go # x/gamm/pool-models/internal/cfmm_common/lp_test.go # x/gamm/pool-models/stableswap/msgs_test.go # x/gamm/pool-models/stableswap/pool_params.go # x/gamm/pool-models/stableswap/util_test.go # x/gamm/simulation/sim_msgs.go # x/gamm/types/expected_keepers.go # x/gamm/types/gov.go # x/gamm/types/msgs_test.go # x/gamm/types/pool.go # x/ibc-rate-limit/ibc_middleware_test.go # x/incentives/client/cli/query_test.go # x/incentives/keeper/distribute.go # x/incentives/keeper/distribute_test.go # x/incentives/keeper/export_test.go # x/incentives/keeper/gauge.go # x/incentives/keeper/gauge_test.go # x/incentives/keeper/grpc_query_test.go # x/incentives/keeper/keeper_test.go # x/incentives/keeper/msg_server_test.go # x/incentives/keeper/store_test.go # x/incentives/simulation/operations.go # x/incentives/types/expected_keepers.go # x/incentives/types/gauge.go # x/incentives/types/msgs_test.go # x/lockup/keeper/bench_test.go # x/lockup/keeper/genesis_test.go # x/lockup/keeper/grpc_query_test.go # x/lockup/keeper/invariants.go # x/lockup/keeper/lock.go # x/lockup/keeper/lock_test.go # x/lockup/keeper/msg_server_test.go # x/lockup/keeper/store.go # x/lockup/types/msgs_test.go # x/mint/keeper/export_test.go # x/mint/keeper/genesis.go # x/mint/simulation/decoder_test.go # x/mint/simulation/genesis.go # x/mint/simulation/genesis_test.go # x/mint/types/minter_test.go # x/mint/types/params_test.go # x/pool-incentives/keeper/distr_test.go # x/pool-incentives/keeper/genesis.go # x/pool-incentives/keeper/genesis_test.go # x/pool-incentives/keeper/grpc_query.go # x/pool-incentives/keeper/grpc_query_test.go # x/pool-incentives/keeper/hooks.go # x/pool-incentives/keeper/keeper_test.go # x/pool-incentives/types/genesis_test.go # x/pool-incentives/types/gov_test.go # x/pool-incentives/types/incentives_test.go # x/pool-incentives/types/record_test.go # x/poolmanager/client/cli/tx.go # x/poolmanager/client/cli/tx_test.go # x/poolmanager/client/testutil/test_helpers.go # x/poolmanager/create_pool_test.go # x/poolmanager/events/emit_test.go # x/poolmanager/export_test.go # x/poolmanager/keeper_test.go # x/poolmanager/msg_server_test.go # x/poolmanager/router.go # x/poolmanager/router_test.go # x/poolmanager/taker_fee.go # x/poolmanager/types/expected_keepers.go # x/poolmanager/types/gov_test.go # x/poolmanager/types/msgs_test.go # x/poolmanager/types/params.go # x/protorev/client/cli/utils.go # x/protorev/keeper/developer_fees.go # x/protorev/keeper/developer_fees_test.go # x/protorev/keeper/emit.go # x/protorev/keeper/emit_test.go # x/protorev/keeper/epoch_hook_test.go # x/protorev/keeper/grpc_query_test.go # x/protorev/keeper/hooks.go # x/protorev/keeper/hooks_test.go # x/protorev/keeper/keeper_test.go # x/protorev/keeper/msg_server_test.go # x/protorev/keeper/posthandler_test.go # x/protorev/keeper/protorev_test.go # x/protorev/keeper/rebalance.go # x/protorev/keeper/rebalance_test.go # x/protorev/keeper/routes.go # x/protorev/keeper/routes_test.go # x/protorev/keeper/statistics.go # x/protorev/keeper/statistics_test.go # x/protorev/types/expected_keepers.go # x/protorev/types/msg_test.go # x/superfluid/client/cli/query_test.go # x/superfluid/keeper/concentrated_liquidity.go # x/superfluid/keeper/edge_case_test.go # x/superfluid/keeper/epoch.go # x/superfluid/keeper/epoch_test.go # x/superfluid/keeper/export_test.go # x/superfluid/keeper/genesis_test.go # x/superfluid/keeper/gov/gov_test.go # x/superfluid/keeper/grpc_query.go # x/superfluid/keeper/hooks.go # x/superfluid/keeper/hooks_test.go # x/superfluid/keeper/intermediary_account_test.go # x/superfluid/keeper/internal/events/emit_test.go # x/superfluid/keeper/invariants.go # x/superfluid/keeper/keeper_test.go # x/superfluid/keeper/msg_server_test.go # x/superfluid/keeper/stake_test.go # x/superfluid/keeper/superfluid_asset_test.go # x/superfluid/keeper/twap_price.go # x/superfluid/keeper/twap_price_test.go # x/superfluid/keeper/unpool_test.go # x/superfluid/simulation/genesis.go # x/superfluid/types/errors.go # x/superfluid/types/expected_keepers.go # x/superfluid/types/msg_test.go # x/tokenfactory/keeper/createdenom_test.go # x/tokenfactory/module.go # x/tokenfactory/types/msgs_test.go # x/twap/api.go # x/twap/client/query_proto_wrap_test.go # x/twap/listeners.go # x/twap/migrate_test.go # x/twap/store_test.go # x/twap/types/twapmock/amminterface.go # x/txfees/keeper/feedecorator.go # x/txfees/keeper/feedecorator_test.go # x/txfees/keeper/feetokens.go # x/txfees/keeper/hooks.go # x/txfees/keeper/hooks_test.go # x/txfees/keeper/keeper_test.go # x/txfees/types/expected_keepers.go # x/valset-pref/client/cli/query_test.go # x/valset-pref/export_test.go # x/valset-pref/keeper.go # x/valset-pref/keeper_test.go # x/valset-pref/msg_server_test.go # x/valset-pref/simulation/sim_msgs.go # x/valset-pref/types/expected_interfaces.go # x/valset-pref/types/msgs_test.go # x/valset-pref/validator_set_test.go
mergify
bot
requested review from
mattverse,
stackman27,
nicolaslara,
p0mvn,
AlpinYukseloglu and
czarcas7ic
as code owners
September 1, 2023 15:19
Important Notice This PR includes modifications to the
Please let us know if you need any help. |
github-actions
bot
added
C:docs
Improvements or additions to documentation
C:x/lockup
C:CLI
C:x/gamm
Changes, features and bugs related to the gamm module.
C:x/mint
C:x/incentives
C:x/epochs
C:x/pool-incentives
C:x/superfluid
C:x/txfees
C:app-wiring
Changes to the app folder
C:x/tokenfactory
C:simulator
Edits simulator or simulations
C:x/twap
Changes to the twap module
C:x/concentrated-liquidity
C:x/poolmanager
labels
Sep 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C:app-wiring
Changes to the app folder
C:CLI
C:docs
Improvements or additions to documentation
C:simulator
Edits simulator or simulations
C:x/concentrated-liquidity
C:x/epochs
C:x/gamm
Changes, features and bugs related to the gamm module.
C:x/incentives
C:x/lockup
C:x/mint
C:x/pool-incentives
C:x/poolmanager
C:x/superfluid
C:x/tokenfactory
C:x/twap
Changes to the twap module
C:x/txfees
conflicts
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automatic backport of pull request #6238 done by Mergify.
Cherry-pick of ca75f4c has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com