- 19 Aug, 2022 5 commits
-
-
Nicolas Lara authored
-
Nicolas Lara authored
-
Nicolas Lara authored
-
Nicolas Lara authored
-
Nicolas Lara authored
-
- 15 Aug, 2022 1 commit
-
-
Nicolas Lara authored
-
- 13 Aug, 2022 5 commits
-
-
Roman authored
-
Roman authored
* refactor: clean up keeper interfaces * rename community pool keeper * changelog * restore TxFeesKeeper and type check
-
Adam Tucker authored
* e2e test expedited proposals * update go mod comment * address romans comments from sdk fork PR * Update tests/e2e/configurer/chain/commands.go Co-authored-by:
Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * address Roman review * update go sum * implement Roman's suggestion * Update tests/e2e/e2e_test.go Co-authored-by:
Roman <roman@osmosis.team> Co-authored-by:
Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by:
Roman <roman@osmosis.team>
-
Roman authored
* refactor(x/mint): remove unused parameter from AfterDistributeMintedCoin * remove param from mint hook mock * changelog
-
Osmosis authored
Co-authored-by:
p0mvn <p0mvn@users.noreply.github.com>
-
- 12 Aug, 2022 11 commits
-
-
Niccolo Raspa authored
-
Dev Ojha authored
* Delete some deadcode from x/incentives simulation * More deadcode deletion * Fix * Delete another unused file * Add back legacy.go
-
Roman authored
* feat(e2e): container logs printed by default and option to disable * godoc * fix env logs
-
Roman authored
* fix(ci): import paths script to work with query gen * Update scripts/replace_import_paths.sh * echo for query gen and remove redundant file check * double quote
-
Dev Ojha authored
* Upgrade to IBC v3.2.0 * Update changelog
-
khanh-notional authored
* add prune epoch identifier * Update x/twap/keeper.go Co-authored-by:
Roman <roman@osmosis.team> * Update x/twap/keeper.go Co-authored-by:
Roman <roman@osmosis.team> * Update x/twap/keeper.go Co-authored-by:
Roman <roman@osmosis.team> * add defaultPruneEpochIdentifier Co-authored-by:
Roman <roman@osmosis.team>
-
Adam Tucker authored
* first pass gamm sim msg extension * add remaining msgs and clean up * attempt to reduce length * syntax * implement Dev suggestion
-
alpo authored
* update tools.go and script * update go.mod
-
Hieu Vu authored
* add more test for validator stat * add comment * remove dead code
-
Roman authored
-
Dev Ojha authored
* WIP * Add a GRPC query for TWAP * Try adding GRPC proto and query.tml * Fix import cycle * Fix imports * Fix lint * Make codegen template for grpc package * Add proto path to grpc query template * Fix (helpful) lint * Add makefile command, push req nil check to grpc * update CI check generated * Discussed config updates * Fix markdown lint
-
- 11 Aug, 2022 3 commits
-
-
Roman authored
-
Dev Ojha authored
-
Niccolo Raspa authored
* Add workflow * Add exception for latest osmosisd version * Update .github/workflows/state-compatibility-check.yml Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
- 10 Aug, 2022 7 commits
-
-
Roman authored
* refactor(osmoassert): format additional parameters in DecApproxEq * lint
-
Dev Ojha authored
* Move twap to its own top level module * make proto-all
-
alpo authored
## What is the purpose of the change `CalcJoinPoolShares` has a misleading/incorrect comment that claims that `updateIntermediaryPoolAssetsLiquidity` updates "effective pool state". This might lead someone to believe that `CalcJoinPoolShares` mutates pool state, which is not true and can lead to a lot of confusion on how our balancer pool joins work. This isn't immediately apparent from the code unless you're already familiar with other parts of the gamm module, so I figured it would be worth correcting in a small PR. ## Brief Changelog - Minor comment change ## Testing and Verifying This change is a trivial rework / code cleanup without any test coverage. ## 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)
-
vuong authored
* add build tags to e2etest * update makefile * update VS Code Debug Configuration in e2e test README * init_test e2e * e2e package in makefile
-
Sishir Giri authored
-
Sishir Giri authored
* simpler tests * nit * removed setup case * rom and matt feedback
-
Matt, Park authored
* Refactor and add test for addtoexistinglock * Add documentation * Return lockid from AddToExistingLock * Add lock testing * Add HasLock * fix lint * Add error to AddToExistingLock, add changelog entry * Add test cases * Update x/lockup/keeper/lock.go Co-authored-by:
Roman <roman@osmosis.team> * Remove unnecessary fields Co-authored-by:
Roman <roman@osmosis.team>
-
- 09 Aug, 2022 2 commits
-
-
Xiangan He authored
* WIP pool incentives audit * docs additions * finished: additional docs * feedback implemented * Update x/pool-incentives/client/cli/cli_test.go Co-authored-by:
Roman <roman@osmosis.team> * feedback implemented * Update x/pool-incentives/handler.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/handler.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/handler.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/keeper/grpc_query.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/types/expected_keepers.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/types/expected_keepers.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/types/gov.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/types/genesis.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/types/expected_keepers.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/keeper/grpc_query.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/keeper/grpc_query.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/keeper/grpc_query.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/types/expected_keepers.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/types/expected_keepers.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/pool-incentives/keeper/distr.go Co-authored-by:
Adam Tucker <adam@osmosis.team> Co-authored-by:
Roman <roman@osmosis.team> Co-authored-by:
Adam Tucker <adam@osmosis.team>
-
alpo authored
* add gotest template flag to settings.json * add custom gotest template * remove vestigial functions * remove further boilerplate * remove local file path * add instructions to contributing.md
-
- 08 Aug, 2022 3 commits
-
-
Jacob Gadikian authored
* Update archivenode.bash * Update archivenode.bash * Update archivenode.bash * Update archivenode.bash * Update archivenode.bash * Update archivenode.bash * Update archivenode.bash * Update archivenode.bash
-
dependabot[bot] authored
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.47.2 to 1.48.0. - [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.2...v1.48.0 ) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.12.2...v1.13.0 ) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 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 1 commit
-
-
Dev Ojha authored
* Remove unused cdc arguments * undo removal in superfluid
-