- 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
-
- 04 Aug, 2022 1 commit
-
-
mergify[bot] authored
* refactor(x/mint): simplify TestDistributeMintedCoin * rename mock * clean up (cherry picked from commit 4c990f58 ) Co-authored-by: Roman <roman@osmosis.team>
-
- 21 Jul, 2022 1 commit
-
-
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 6 commits
-
-
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 3 commits
-
-
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
Co-authored-by: Roman <ackhtariev@gmail.com>
-
- 08 Jul, 2022 1 commit
-
-
Xiangan He authored
* Update import paths from v9 to v10 on v10.x * Update import paths from v9 to v10 on v10.x
-
- 01 Jun, 2022 1 commit
-
-
Dev Ojha authored
-
- 20 Apr, 2022 1 commit
-
-
khanh authored
-
- 18 Feb, 2022 1 commit
-
-
alpo authored
* ensure gauges can only be created for onchain denoms + comments * added and fixed tests + cleaned up comments * added support for superfluid synthetic denoms * fixed tests to accommodate new checks
-
- 16 Feb, 2022 1 commit
-
-
Jacob Gadikian authored
* update go.mod * fix order adding in app.go * update hardcoded gas amounts * Annotate app.go * Delete .gitpod.yml * go fmt * finish annotation * Update CHANGELOG.md * Update app/app.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * v7 * Semantic versioning * remove artifact that make-proto didn't catch * clean * go mod tidy * ensure all imports refer to v7 * fmt Co-authored-by: Sunny Aggarwal <sunnya97@protonmail.ch> Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
- 05 Jan, 2022 1 commit
-
-
Dev Ojha authored
* Make all keepers pointers, use multiple initialization methods * Split out new store loader logic * Make antehandler input simpler * Improve comment * Improve comment
-
- 21 Nov, 2021 1 commit
-
-
Jacob Gadikian authored
Co-authored-by: ValarDragon <dojha12@gmail.com>
-
- 06 Oct, 2021 1 commit
-
-
Matt, Park authored
* Fix lint - errcheck * Minor fixes: test cases, panic added * Add nolint:errcheck to module.go
-
- 15 Jun, 2021 1 commit
-
-
antstalepresh authored
-
- 12 Jun, 2021 1 commit
-
-
antstalepresh authored
* multiple reward addresses * handle case for empty address on weighted address list * add test for multiple reward address receiver case * comment * Make multi-address tests have different weights Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
- 02 Jun, 2021 1 commit
-
-
Sunny Aggarwal authored
* rename pot to gauge * make docs * rename files * Apply suggestions from code review * Update x/pool-incentives/keeper/keeper.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
- 01 Jun, 2021 1 commit
-
-
antstalepresh authored
* mint test modifications * remove magic number TestMintCoinsToFeeCollectorAndGetProportions * remove magic number in TestDistrAssetToDeveloperRewardsAddrWhenNotEmpty * remove magic numbers on TestDistrAssetToCommunityPoolWhenNoDeveloperRewardsAddr
-
- 29 May, 2021 1 commit
-
-
Dev Ojha authored
* Add community pool parameter to DistributionProportions * Add community pool allocation logic * Update tests * Fix pool-incentives magic numbers
-
- 18 May, 2021 2 commits
-
-
antstalepresh authored
* developer rewards address param * status update for community pool when dev rewards address is empty * fix tests * more tests * remove comments * fix CLI/REST tests Co-authored-by: Sunny Aggarwal <sunnya97@protonmail.ch>
-
Sunny Aggarwal authored
-
- 17 May, 2021 1 commit
-
-
JungHwan Tony Yun authored
* Add `pool-incentives` module * Update `app.go` * Add the gov clients for the `pool-incentives` module * Fix `CreatePoolPots` to create pots based on the denom of the pool’s share * Add some tests * Fix the missed initializer for the `EditPoolIncentivesProposal` * Change the distr record to be able to be registered only * Add initial docs * Update x/pool-incentives/types/key.go Co-authored-by: Sunny Aggarwal <sunny@sikka.tech> * Update x/pool-incentives/spec/02_state.md Co-authored-by: Sunny Aggarwal <sunny@sikka.tech> * Merge pool incentives proposals into one (#161) * merge pool incentives proposals into one * Update x/pool-incentives/client/cli/tx.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * small fixes for comments and error handling for pool-incentives (#168) * Portion of distribution into community pool (#166) * merge pool incentives proposals into one * portion of distribution into community pool * fix gamm tests for gas overflow * add distribution test for community pool of portion * add test for community pool increase when records are not set Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * Update x/pool-incentives/spec/01_concepts.md Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * Update x/pool-incentives/keeper/distr_test.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * Update x/pool-incentives/keeper/distr_test.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * Update x/pool-incentives/keeper/distr_test.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * Update x/pool-incentives/keeper/distr_test.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * switch pool_incentives to use hooks instead of begin_blocker (#167) * merge pool incentives proposals into one * portion of distribution into community pool * pool incentives own beginblocker to hooks * fix gamm tests for gas overflow * add distribution test for community pool of portion * add test for community pool increase when records are not set * move allocation ratio from pool incentives to mint * fix test anyway * add logger for empty distribution event * modifications for mint amount distribution (#170) * possible modifications for mint amount distribution * updates so far * updates so far * fix tests for distribution * changes for BeginBlocker function call on mint distribution finish * Apply suggestions from code review Co-authored-by: Sunny Aggarwal <sunny@sikka.tech> * add right denom in preparegenesis * should error if try to distribute to a pot that doesn't exist * address @valardragon's comment Co-authored-by: Sunny Aggarwal <sunny@sikka.tech> Co-authored-by: antstalepresh <36045227+antstalepresh@users.noreply.github.com> Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: Sunny Aggarwal <sunnya97@protonmail.ch>
-