- 06 Aug, 2022 1 commit
-
-
Roman authored
* refactor/test: improve DecApproxEq, fix misuse in mint hooks, create osmoassert package * revert osmomath accidental rename * revert osmomath (cherry picked from commit 91141514) # Conflicts: # osmomath/math_test.go # osmoutils/dec_helper.go # osmoutils/test_helpers.go # x/gamm/pool-models/internal/test_helpers/test_helpers.go # x/gamm/pool-models/stableswap/amm_test.go # x/gamm/twap/api_test.go # x/gamm/twap/logic_test.go # x/gamm/twap/types/utils_test.go
-
- 05 Aug, 2022 2 commits
-
-
mergify[bot] authored
(cherry picked from commit c22395ca ) Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
mergify[bot] authored
* Msg test (#2316) * rename package in gamm msg_test.go * incentives: msg_test.go * gamm pool-modules : balancer and stable swap (cherry picked from commit 5ebcd61b ) # Conflicts: # x/incentives/types/msgs_test.go * Fix conflict Co-authored-by: vuong <56973102+vuong177@users.noreply.github.com> Co-authored-by: Dev Ojha <dojha@berkeley.edu>
-
- 04 Aug, 2022 5 commits
-
-
mergify[bot] authored
* set epoch time KeeperTestHelper; change BeginNewBlockWithProposer * fix test (cherry picked from commit 7c7b317a ) Co-authored-by: khanh-notional <50263489+catShaark@users.noreply.github.com> Co-authored-by: Dev Ojha <dojha@berkeley.edu>
-
mergify[bot] authored
* Fix epochs modules tests (#1893) * Fix epochs modules tests * Remove debug code * Fix altered API usage within superfluid * Add changelog entry * Add more AddEpochInfo checks * Fix superfluid tests * Update osmoutils/slice_helper.go Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * Changelog nit * Apply Roman's suggestions! Co-authored-by: Roman <roman@osmosis.team> * add const * Apply roman's suggestion of tests w/ non-default values * Apply roman's comment update suggestions * AddEpochInfo comment * fix gomod order
-
mergify[bot] authored
* Move epochs begin block code to keeper (#1870) (cherry picked from commit 982aa0ef ) # Conflicts: # x/epochs/keeper/abci.go # x/epochs/keeper/abci_test.go * Fix conflict * Fix more conflicts Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: Dev Ojha <dojha@berkeley.edu>
-
mergify[bot] authored
* refactor(x/mint): simplify TestDistributeMintedCoin * rename mock * clean up (cherry picked from commit 4c990f58 ) Co-authored-by: Roman <roman@osmosis.team>
-
mergify[bot] authored
* Update chain registry for Osmosis upgrade (#2297) (cherry picked from commit 80bd776b ) # Conflicts: # chain.schema.json # go.mod * Fix conflict Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: Dev Ojha <dojha@berkeley.edu>
-
- 03 Aug, 2022 2 commits
-
-
mergify[bot] authored
Co-authored-by: Roman <ackhtariev@gmail.com>
-
mergify[bot] authored
(cherry picked from commit 1592bb89 ) Co-authored-by: Felix <62290842+ctrl-Felix@users.noreply.github.com>
-
- 02 Aug, 2022 3 commits
-
-
Roman authored
* test(gamm): add liquidity events * Apply suggestions from code review * Update x/gamm/keeper/msg_server_test.go Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
-
mergify[bot] authored
Co-authored-by: Roman <ackhtariev@gmail.com>
-
Roman authored
* fix md lint * fix epochs md linter
-
- 28 Jul, 2022 2 commits
-
-
Roman authored
-
Roman authored
* chore(deps): upgrade sdk with min proposer deposit and update e2e * changelog * remove extra deposit for e2e * correct the min deposit var * fix depositProposal * bump sdk to correct tag Co-authored-by: Adam Tucker <adam@osmosis.team>
-
- 26 Jul, 2022 1 commit
-
-
Adam Tucker authored
* feat(incentives)!: create gauge and add to gauge fee charge (#2227) * feat(incentives)!: create gauge and add to gauge fee charge * initialize txfees keeper before incentives * finish TestChargeFee * refactor to charge fee in message server * more tests * clean up * test balances * test create gauge fees (#2228) * test create gauge fees * add mod account to test * test create gauge fees * add mod account to test * move to msg server * merge * add comments * account keeper comment * fix TestCreateGaugeFee * apply appparams.BaseCoinUnit * remove txfees keeper from incentives and revert order * clean up * remove unused keepers fromm incentives keeper * Update x/incentives/keeper/gauge.go * Update x/incentives/keeper/gauge.go * clean up * fixture names * chargeFeeIfSufficientFeeDenomBalance test name * changelog * comment * finished tests (#2230) * finished tests * use keeper instead of math * remove unused tests * clean up * sim only allow accounts with enough to pay fee * lint * move fee to types and reuse in simulation (#2234) Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Adam Tucker <adamleetucker@outlook.com> * merge gauge fee changes * go mod updates Co-authored-by: Roman <roman@osmosis.team>
-
- 24 Jul, 2022 1 commit
-
-
Adam Tucker authored
* v11 e2e additions * add v11 as upgrade * fix version import * change upgrade to nil to reduce logic * revert
-
- 23 Jul, 2022 3 commits
-
-
mergify[bot] authored
* feat: speedup epoch distribution, superfluid component (#2214) * Speedup epoch distribution, superfluid component * changelog entries * lint Co-authored-by: Dev Ojha <dojha@berkeley.edu> (cherry picked from commit 3cdfbccd ) # Conflicts: # CHANGELOG.md # x/incentives/keeper/distribute.go * merge conflicts * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
-
Niccolo Raspa authored
* Improve state-check CI * Set correct path * Fix problem in pre-epoch snapshot caching * add -c option to lz4 * Remove repository option in checkout * Cache the whole data folder not only the archive * Add comment
-
Roman authored
* chore(changelog): update changelog for v10.1 * Update CHANGELOG.md
-
- 21 Jul, 2022 2 commits
-
-
Roman authored
-
mergify[bot] authored
Closes: #XXX ## What is the purpose of the change The context parameter in `getProportions` is unused. Removed the unused parameter. ## Documentation and Release Note - Does this pull request introduce a new feature or user-facing behavior changes? no - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? no - How is the feature or change documented? not applicable (cherry picked from commit 03504abd ) Co-authored-by: Roman <roman@osmosis.team>
-
- 20 Jul, 2022 8 commits
-
-
Niccolo Raspa authored
* Add workflow * Remove cleaning step, set correct development branch * Add possibility to trigger workflow run manually * Update comments * Avoid using * and copy the right binary version
-
mergify[bot] authored
* Delete unused simulator code (#1671) * Delete unused simulator code * Add hourly epochs to the x/epochs DefaultGenesis * Add changelog * Delete the unused x/gamm/simulation folder * Fix epochs module tests for updated DefaultGenesis (cherry picked from commit f21e29eb ) # Conflicts: # CHANGELOG.md # x/epochs/module.go # x/epochs/simulation/genesis.go # x/gamm/module.go # x/gamm/simulation/operations.go # x/mint/simulation/params_test.go * fix conflicts and align backport with actual PR * fix changelog conflict Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: alpo <yukseloglua@berkeley.edu> Co-authored-by: alpo <62043214+AlpinYukseloglu@users.noreply.github.com>
-
mergify[bot] authored
Co-authored-by: Roman <ackhtariev@gmail.com>
-
mergify[bot] authored
* Speedup mint keeper tests (20x locally) * driveby, fix 20 line code duplication (cherry picked from commit 8efe3941 ) Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
mergify[bot] authored
* refactor(x/mint): introduce distributeDeveloperRewards methods; unit tests * clean up * Apply suggestions from code review * comment formatting * minimize diff * reuse address * allow minting to empty address and tests * empty address clean up * more clean up (cherry picked from commit 1d8653db ) Co-authored-by: Roman <roman@osmosis.team>
-
mergify[bot] authored
* moved mint errors * errors formatted * rom and bez feedback * rebased * addressed all comments (cherry picked from commit e5ffb813 ) Co-authored-by: Sishir Giri <sis1001@berkeley.edu>
-
mergify[bot] authored
refactor(x/mint): introduce distributeDeveloperRewards methods; unit tests (1/2) (backport #2065) (#2068) Co-authored-by: Roman <ackhtariev@gmail.com>
-
mergify[bot] authored
Co-authored-by: Roman <ackhtariev@gmail.com>
-
- 19 Jul, 2022 9 commits
-
-
mergify[bot] authored
-
mergify[bot] authored
Co-authored-by: Roman <ackhtariev@gmail.com>
-
mergify[bot] authored
Co-authored-by: Roman <ackhtariev@gmail.com>
-
Roman authored
* chore(deps): upgrade sdk fork dep - v10.x * changelog
-
mergify[bot] authored
Co-authored-by: Roman <ackhtariev@gmail.com>
-
mergify[bot] authored
* TestMintCoinsToFeeCollectorAndGetProportions refactor * TestDistrAssetToDeveloperRewardsAddrWhenNotEmpty refactor * add feePool and feeCollector check * comment * use hasPreExistingSupply and better readable mintKeeper * Update x/mint/keeper/keeper_test.go Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> * Update x/mint/keeper/keeper_test.go Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> * add testcase when nil dev reward address * use shorter keeper name for better readability Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> (cherry picked from commit ed55aebc ) Co-authored-by: vuong <56973102+vuong177@users.noreply.github.com>
-
mergify[bot] authored
(cherry picked from commit 3aecc23c ) Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
mergify[bot] authored
Co-authored-by: Roman <ackhtariev@gmail.com>
-
mergify[bot] authored
* chore: move init export genesis to keepers (#1631) * move init export genesis to keepers * add back genesis_test for gamm Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> (cherry picked from commit 61a207f8 ) # Conflicts: # app/upgrades/v5/upgrades.go # x/epochs/abci_test.go # x/epochs/keeper/genesis.go # x/epochs/keeper/genesis_test.go # x/gamm/keeper/genesis.go # x/incentives/keeper/genesis.go # x/incentives/keeper/genesis_test.go # x/lockup/keeper/genesis.go # x/lockup/keeper/genesis_test.go # x/mint/keeper/genesis.go # x/mint/keeper/genesis_test.go # x/pool-incentives/keeper/geneis_test.go # x/pool-incentives/keeper/genesis.go # x/superfluid/keeper/genesis.go # x/superfluid/keeper/genesis_test.go # x/txfees/keeper/genesis.go * fix imports and run linter Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: alpo <yukseloglua@berkeley.edu>
-
- 18 Jul, 2022 1 commit
-
-
mergify[bot] authored
* refactor: consolidate pool implementation (#1868) (cherry picked from commit e2d49117 ) # Conflicts: # x/gamm/pool-models/balancer/amm.go # x/gamm/pool-models/balancer/amm_test.go # x/gamm/pool-models/balancer/balancer_pool.go # x/gamm/pool-models/balancer/pool_suite_test.go # x/gamm/pool-models/balancer/suite_test.go * Add import fixes * Fix most merge conflicts (one remaining) * Fix remaining merge conflict Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Dev Ojha <dojha@berkeley.edu>
-