- 30 Jul, 2022 3 commits
- 29 Jul, 2022 2 commits
-
-
JungHwan Tony Yun authored
* Implement the Stargate json querier for cosmwasm very experimentally * Fix mistakes
-
Supanat Potiwarakorn authored
-
- 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 3 commits
-
-
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>
-
mergify[bot] authored
(cherry picked from commit 0f3e8b9a ) # Conflicts: # cmd/osmosisd/cmd/testnetify/cmd.go # cmd/osmosisd/cmd/testnetify/find_replace.go # cmd/osmosisd/cmd/testnetify/state_export_to_testnet.go Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
Roman authored
-
- 15 Jul, 2022 2 commits
-
-
mergify[bot] authored
* Remove the EndBlock ordering constraints, that didn't matter before (#1981) * Remove the EndBlock ordering constraints, that didn't matter before * Remove unused superfluid end block logic (cherry picked from commit 28417c0b ) # Conflicts: # x/superfluid/abci.go * Update abci.go * Update abci.go Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
mergify[bot] authored
* Making CI for testing generated proto correctness (#1892) (cherry picked from commit 0956d893 ) # Conflicts: # chain.schema.json * Fix proto Co-authored-by:
Xiangan He <76530366+xBalbinus@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
- 12 Jul, 2022 6 commits
-
-
mergify[bot] authored
* Add partial ord for begin block (#1980) * wip * Add Sequence method for ensuring a sequence of orders happen * Mark all modules with no begin block logic * Finish adding Partial Ord for begin block * Add back IBChost * Address roman's comment of missed constraint (cherry picked from commit 5f17b194 ) # Conflicts: # app/modules.go * Update modules.go Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
Niccolo Raspa authored
Continues: #1550 ## What is the purpose of the change This PR introduces an automatic release workflow via GitHub Actions to create all the artifacts for an osmosis release. This workflow runs on every new tag or when manually triggered and it creates a release folder with all the osmosis binaries as workflow output. ## Brief Changelog - Introduce automatic release workflow via GitHub Actions ## Testing and Verifying Tested this workflow on a fork: https://github.com/nikever/osmosis/actions/runs/2422822418 The release folder is present in the `Artifacts` section:  ## 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
-
mergify[bot] authored
* refactor ref method (#1951) (cherry picked from commit 1517e651 ) # Conflicts: # x/lockup/keeper/bench_test.go * Fix merge conflict Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by:
mattverse <mattpark1028@gmail.com>
-
mergify[bot] authored
* x/lock: Fix `ExtendLockup` API (#1937) * Fix extendlock api * Apply suggestions from code review * Add changelog Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu> (cherry picked from commit 99304f2b ) # Conflicts: # CHANGELOG.md * Fix merge conflict: changelog Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by:
mattverse <mattpark1028@gmail.com>
-
mergify[bot] authored
* Refactor `lock` method (#1936) * Add lock method refactor * Delete duplciated testing * Update x/lockup/keeper/lock.go Co-authored-by:
Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * Add tests implement feedback from code review * Add test cases Co-authored-by:
Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> (cherry picked from commit c1155937 ) # Conflicts: # x/lockup/keeper/admin_keeper_test.go # x/lockup/keeper/lock.go * Fix merge conflict * Merge Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by:
mattverse <mattpark1028@gmail.com>
-
mergify[bot] authored
* chore: x/lockup documentation, module cleanup (#1900) (cherry picked from commit 25bf1d8b ) # Conflicts: # x/lockup/keeper/synthetic_lock.go * Fix merge conlicts Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by:
mattverse <mattpark1028@gmail.com>
-
- 11 Jul, 2022 2 commits
-
-
mergify[bot] authored
* Fix Initgenesis bug in tokenfactory, when the denom creation fee para… (#2011) * Fix Initgenesis bug in tokenfactory, when the denom creation fee param is set * Add more to genesis test that would've caught this * Update changelog * Fix remaining bug adam pointed out * Make test account for this * Update code comment (cherry picked from commit 938f9bdb ) # Conflicts: # CHANGELOG.md # x/tokenfactory/keeper/createdenom.go # x/tokenfactory/keeper/createdenom_test.go # x/tokenfactory/keeper/genesis_test.go * Progress on merge conflicts * Fix changelog bug * Remove unused import Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
mergify[bot] authored
* WIP * finalize * Add dev code review * Update x/tokenfactory/keeper/admins_test.go Co-authored-by:
Roman <roman@osmosis.team> * Add comments and fix tests * Fix merge conflicts Co-authored-by:
Roman <roman@osmosis.team> (cherry picked from commit c31b9d2a ) Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com>
-