- 04 Aug, 2022 6 commits
-
-
p0mvn authored
-
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 4 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)
-
Adam Tucker authored
-
Xiangan He authored
Closes: #XXX ## What is the purpose of the change This is a fix for some broken docs on the GAMM module specs ## Brief Changelog -Fixed duplicate transactions documentation to only contain the most updated and accurate ones. ## Testing and Verifying *(Please pick one of the following options)* **This change is a trivial rework / code cleanup without any test coverage.** *(or)* This change is already covered by existing tests, such as *(please describe tests)*. *(or)* This change added tests and can be verified as follows: **This has been tested by locally reproducing by building.** ## Documentation and Release Note - Does this pull request introduce a new feature or user-facing behavior changes? (yes / **no**) - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? (yes / **no**) - How is the feature or change documented? (**not applicable** / specification (`x/<module>/spec/`) / [Osmosis docs repo](https://github.com/osmo...
-
- 27 Jul, 2022 1 commit
-
-
khanh authored
* remove unused cdc * remove unused cdc in appmodule
-
- 26 Jul, 2022 3 commits
-
-
Xiangan He authored
* rebase to main * markdown lint fixes * doc lint fixes
-
Roman authored
* 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 *...
-
JeremyParish69 authored
* add params to chain schema "cosmos_sdk_version": "0.45", "tendermint_version": "0.34", "cosmwasm_version": "0.24", "cosmwasm_enabled": true * minor fix "cosmos_sdk_version": "0.45", "tendermint_version": "0.34", "cosmwasm_version": "0.24", "cosmwasm_enabled": true
-
- 24 Jul, 2022 1 commit
-
- 23 Jul, 2022 2 commits
-
-
Roman authored
* feat(txfees/incentives): minimum base fee for a message * comment * typos * clean up * msg fees in dec and fixes in decorator * progress * tests * amounts * test suite fix * changelog * fix error msg * Update x/txfees/keeper/feedecorator.go Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * Update x/txfees/keeper/feedecorator.go Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * group vars Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
-
Adam Tucker authored
* Speedup epoch distribution, superfluid component * changelog entries * lint Co-authored-by: Dev Ojha <dojha@berkeley.edu>
-
- 22 Jul, 2022 8 commits
-
-
Adam Tucker authored
* add ActionWithMetadata struct * public module name
-
Adam Tucker authored
* change to spendable coins * implement Dev's suggestions * apply Roman suggestion
-
Dev Ojha authored
* Twap: Add twapkeeper wiring * Add changelog entry
-
Dev Ojha authored
-
dependabot[bot] authored
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.47.1 to 1.47.2. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.47.1...v1.47.2 ) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Adam Tucker authored
* add check to lockup validate basic * add table driven test for ValidateBasic * Update msgs_test.go
-
Dev Ojha authored
* Extract osmoutils, proto & types from main TWAP PR * Delete merge conflict * Add TestGetAllUniqueDenomPairs * Resolve more comments * Fix incorrect pool interface (but was a no-op) * Apply suggestions from code review Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * apply review comment * Make NewTwapRecord return an error Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
-
Adam Tucker authored
* bump to v11-rc2 tag * use osmosis-main for fork * Update go.mod * Update go.mod
-
- 21 Jul, 2022 1 commit
-
-
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>
-