- 08 Aug, 2022 5 commits
-
-
Robert Zaremba authored
-
Robert Zaremba authored
-
Robert Zaremba authored
-
Robert Zaremba authored
-
Robert Zaremba authored
-
- 07 Aug, 2022 2 commits
-
-
khanh-notional authored
* proto * update stableswap pool creation logic to include scaling factors * update lp_test * add new error type * update CHANGELOG.md * Update x/gamm/pool-models/stableswap/msgs.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * update * update * Update x/gamm/pool-models/stableswap/pool.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * Update x/gamm/pool-models/stableswap/pool.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * typo Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
Sunny Aggarwal authored
* add msgsetmetadata add to changelog README * Apply suggestions from code review Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> * address review comment Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
-
- 06 Aug, 2022 3 commits
-
-
Dev Ojha authored
* Remove unused cdc arguments * undo removal in superfluid
-
vuong authored
* registerCodec for authz * gamm msg: test authz grant revoke exec * gamm msg: test authz grant revoke exec * test authz for incentives module * test authz for superfluid module * test authz for tokenfactory module * gamm test clean * incentives test clean * superfluid test clean * tokenfactory test clean * tokenfactory * lockup test * refactor test for more maintainable * Update msgs_test.go * refactor authz test in gamm module * minor lint * incentives * lockup * minor * superfluid * token factory * add changelog * Update x/gamm/types/msgs_test.go Co-authored-by: Roman <roman@osmosis.team> * minor * fumpt * handler err when create msgAny Co-authored-by: Roman <roman@osmosis.team>
-
Roman authored
* refactor/test: improve DecApproxEq, fix misuse in mint hooks, create osmoassert package * revert osmomath accidental rename * revert osmomath
-
- 05 Aug, 2022 7 commits
-
-
Dev Ojha authored
-
Jelena647 authored
* update documentation for admin role and burning Update documentation on role of admin: Since the admin can change, and therefore is not always the creator of the denom, the Burning, Minting, ChangeAdmin documentation should be updated to account for this possibility. Incorrect documentation for Burning: Section specified instructions for Minting, not Burning. Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
Matt, Park authored
* Twap go bindings * Add test code * Change decimal type response to string * Update wasm bindary * wip: Replace wasm binary, update testcode * Fix test :) * Add TwapToNow query * Fix the test * Add documentation * Fix TWAP to now Co-authored-by: Dev Ojha <dojha@berkeley.edu>
-
Adam Tucker authored
* include gauge fees and cap jailed validators * implement Dev's suggestion * Apply suggestions from code review Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * group vars Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
-
Dev Ojha authored
Co-authored-by: Roman <roman@osmosis.team>
-
vuong authored
* rename package in gamm msg_test.go * incentives: msg_test.go * gamm pool-modules : balancer and stable swap
-
Sehyun Chung authored
* refactor reverseselice fn * write tests * wrap tests with Run, add field names to test cases * use package osmoutils_test
-
- 04 Aug, 2022 7 commits
-
-
Hieu Vu authored
* ensure that assets in pool not change after joining * check joining assets already exist in pool * format * refactor panic
-
Roman authored
* refactor(x/mint): simplify TestDistributeMintedCoin * rename mock * clean up
-
khanh-notional authored
* set epoch time KeeperTestHelper; change BeginNewBlockWithProposer * fix test
-
Jacob Gadikian authored
* precommit timeout * this ought to do it * Update CHANGELOG.md
-
Dev Ojha authored
* Try to speedup dockerfile build time * retry * Remove from tag * Reorder cosmwasm steps to be before copying whole directory * Try cache * add -v flag to go build * verbose flag try 2 * Try cache again * try changing Github actions caching * Try cache fixing * Fix cache * See if failure was a fluke * Move-cache to right spot * Try using absolute path * Try the buildkit cache workflow * tryfix buildkit cache * More buildkit tries * Check CI re-run * See if this makes cache get found again * Retry * retry * retry * revert back to main .github folder * Rename tests CI job * Undo -v flag in install * Add go mod download earlier in build process * Try staging download better * Accidental local change * correct filename * Try further layer reduction, use cache in go mod download * See speed on cache re-run
-
Dev Ojha authored
-
Adam Tucker authored
* add makefile and fix determinism non-commit * make sim steps clearer * fix cmd
-
- 03 Aug, 2022 5 commits
-
-
Roman authored
* test(x/gamm): remove liquidity events * remove capacity pre-allocation * Update x/gamm/keeper/internal/events/emit_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/gamm/keeper/msg_server_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/gamm/keeper/pool_service_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * shareIn * update event comments * changelog * Update CHANGELOG.md Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * add docs Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
-
Roman authored
Closes: #XXX ## What is the purpose of the change Some minor pass through changes discovered while reviewing #2168 ## 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
-
Felix authored
-
Sishir Giri authored
* revert to use dynamic denom * fixed keeper issue * rom comments * nit * adam comments
-
Roman authored
-
- 02 Aug, 2022 4 commits
-
-
alpo authored
* remove vestigial test files * move params into keeper.go * move stableswap scaling factor * change pool number to pool id where applicable * further pool number changes * make proto level pool number changes * add changelog entry * remove completed TODO comment * undo proto change Co-authored-by: Dev Ojha <dojha@berkeley.edu>
-
Roman authored
* refactor(x/mint): AfterEpochEndHook and tests * refactor/test(x/mint): after epoch end hooks * clean up * add panic case * remove TestEndOfEpochNoDistributionWhenIsNotYetStartTime - covered by table-driven * remove TestEndOfEpochMintedCoinDistribution - covered by table driven * remove TestMintedCoinDistributionWhenDevRewardsAddressEmpty - covered at different abstraction level * clean up * reuse variables and constants in hook tests * revert AfterEpochEnd * reduce duplicaton * Update x/mint/keeper/hooks_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/mint/keeper/hooks_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/mint/keeper/hooks.go Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Adam Tucker <adam@osmosis.team>
-
Matt, Park authored
-
Roman authored
* chore(deps): upgrade sdk with min proposer deposit and update e2e * update to correct tag * update tag * changelog * use default value from gov types for min deposit
-
- 01 Aug, 2022 1 commit
-
-
Dev Ojha authored
* TWAP store.go & store_test.go files * Add godocs * fix lint * Apply suggestions from code review Co-authored-by: Roman <roman@osmosis.team> * Add struct types for TestGetAllMostRecentRecordsForPool * Add pool 2 test * Port from twap_wip * Update x/gamm/twap/store.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Add GetAllMostRecentTwapsForPool comment Co-authored-by: Roman <roman@osmosis.team> Co-authored-by: Adam Tucker <adam@osmosis.team>
-
- 31 Jul, 2022 2 commits
-
-
Adam Tucker authored
* tokenfactory sim updates * add go docs * Update x/tokenfactory/simulation/sim_msgs.go Co-authored-by: Roman <roman@osmosis.team> * address Roman comments * use Roman's denom suggestion * Address Dev's comments * Remove use of appparams * hardcode tokenfactory creation fee Co-authored-by: Roman <roman@osmosis.team>
-
Dev Ojha authored
* Add README * Update for PR suggestions * Apply suggestions from code review Co-authored-by: Roman <roman@osmosis.team> Co-authored-by: Roman <roman@osmosis.team>
-
- 29 Jul, 2022 2 commits
-
-
Roman authored
* chore(upgrade): move v11 upgrade handler to v12, no-op for v11 * init store upgrades * no run migrations * add v12 additions * make v11 upgrade handler close to v11.x * Update app/upgrades/v12/upgrades.go Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Adam Tucker <adam@osmosis.team>
-
Hieu Vu authored
* validate msgs * add tests * format * conflict with exist test: cli/begin_unlocking_by_id * add amount to unlock_by_id in cli * refactor the tests * refactor tests * test_helper * move to apptesting * fix import cycle
-
- 28 Jul, 2022 2 commits
-
-
Adam Tucker authored
* Create guide.md * adds testnet guide * Update guide.md * Update guide.md * Apply suggestions from code review Co-authored-by: Roman <roman@osmosis.team> * Update guide.md * Update guide.md Co-authored-by: Roman <roman@osmosis.team>
-
Sishir Giri authored
Closes: #2200 ## What is the purpose of the change Add test for function GetPoolDenoms ## Brief Changelog n/a ## Testing and Verifying added unit test ## 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 / specification (`x/<module>/spec/`) / [Osmosis docs repo](https://github.com/osmosis-labs/docs) / not documented)
-