- 20 Oct, 2022 2 commits
-
-
Adam Tucker authored
* adds tick price functions * add no lint
-
Roman authored
* feat(CL): swap router messages and wiring * fix lint
-
- 19 Oct, 2022 6 commits
-
-
Roman authored
* feat(CL): swap router module * remove unused things * Update x/swaprouter/types/params.go * Update x/swaprouter/types/params.go * Update proto/osmosis/swaprouter/v1beta1/genesis.proto Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> * regen proto Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
-
Matt, Park authored
* Add pool state, basic outline for join pool * Remove comment * Fix lint * change from code review
-
Roman authored
* feat: osmomath log2 approximation * lint * fix comment * comment * Update osmomath/decimal.go * hacky mod to make this work Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
-
Roman authored
-
Matt, Park authored
* swap cl * remove upscaling * godocs * code review * godoc * Seperate out concentrated liquidity as separate module * correct logic for calc in and out * remove debugging lines * final comments * add swap fee for pool test * fee logic Co-authored-by: Adam Tucker <adamleetucker@outlook.com> Co-authored-by: Roman <roman@osmosis.team>
-
Adam Tucker authored
* swap cl * remove upscaling * godocs * code review * godoc * correct logic for calc in and out * remove debugging lines * final comments * add swap fee for pool test * fee logic * code review comments Co-authored-by: Roman <roman@osmosis.team>
-
- 18 Oct, 2022 3 commits
-
-
Matt, Park authored
* Add BareBone * Add barebone * Moce to pool model packaage
-
Roman authored
* refactor: remove PokePool from the PoolI interface, define on extension instead (backport #3035) * refactor: implement TraditionalAmmInterface and refactor gamm
-
Roman authored
refactor: remove PokePool from the PoolI interface, define on extension instead (backport #3035) (#3037)
-
- 17 Oct, 2022 3 commits
-
-
dependabot[bot] authored
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.49.0 to 1.50.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.49.0...v1.50.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> 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/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto) from 1.0.0-alpha7 to 1.0.0-alpha8. - [Release notes](https://github.com/cosmos/cosmos-proto/releases) - [Commits](https://github.com/cosmos/cosmos-proto/compare/v1.0.0-alpha7...v1.0.0-alpha8 ) --- updated-dependencies: - dependency-name: github.com/cosmos/cosmos-proto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0 ) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 14 Oct, 2022 1 commit
-
-
Roman authored
-
- 11 Oct, 2022 2 commits
-
-
Adam Tucker authored
* v13 handler and e2e updates * v13 e2e changes w boilerplate * add errors * lint * ran gofumpt Co-authored-by: Nicolas Lara <nicolaslara@gmail.com>
-
khanh-notional authored
* minor changes in gamm apptesting func * remove RunCustomSwap
-
- 10 Oct, 2022 1 commit
-
-
Matt, Park authored
* Initial commit * Support partial force unlocking * Remove unnecessary test * Add message server test * Add tests for lockup keeper * Bez and Roman's code review * Fix lint * Update proto/osmosis/lockup/params.proto Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * proto build Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
- 07 Oct, 2022 1 commit
-
-
Niccolo Raspa authored
-
- 06 Oct, 2022 1 commit
-
-
Nicolas Lara authored
* test helpers for cosmwasm contracts * added helpers for ibctesting * comments
-
- 05 Oct, 2022 1 commit
-
-
Nicolas Lara authored
-
- 04 Oct, 2022 2 commits
-
-
Roman authored
* test * change name * updates * chore: switch store getters and setters to osmoutils, remove cdc from keepers * revert mergify * merge conflict
-
Adam Tucker authored
## What is the purpose of the change Update chain scheme.json to new 12.1.0 Side note, we really need to automate this! ## Brief Changelog - Updates chain scheme for chain registry ## 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
-
- 03 Oct, 2022 5 commits
-
-
Roman authored
* refactor: add staking after gov and module sorting * gov first staking last * add Bez's test * fix old test ordering * changelog
-
Roman authored
-
Adam Tucker authored
-
dependabot[bot] authored
Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/mvdan/gofumpt/releases) - [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdan/gofumpt/compare/v0.3.1...v0.4.0 ) --- updated-dependencies: - dependency-name: mvdan.cc/gofumpt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Dev Ojha authored
Co-authored-by: alpo <62043214+AlpinYukseloglu@users.noreply.github.com>
-
- 02 Oct, 2022 2 commits
-
-
AutoStake authored
## Brief Changelog Update BlockNgine seed URL to re-branded AutoStake seed ## 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)
-
Adam Tucker authored
* add cli logic to create csv for merkledrop * Update cmd/osmosisd/cmd/balances_from_state_export.go Co-authored-by: Roman <roman@osmosis.team> Co-authored-by: Roman <roman@osmosis.team>
-
- 01 Oct, 2022 7 commits
-
-
Adam Tucker authored
* add modulesToExport and update sdk fork * remove workaround
-
Dev Ojha authored
-
alpo authored
Closes: #1368 (this is the last step left in LP share derivation) ## What is the purpose of the change This PR adds swap fee support for single asset joins. ## Brief Changelog - Factor in swap fees to single asset join input and truncate to int - Fix bug where joining then exiting could yield more tokens (specific fix: lower target for LP share binary search function by additive error tolerance so output is never greater than input) ## Testing and Verifying - The changes made in this PR are tested in `amm_test.go` under `TestCalcSingleAssetJoinShares` ## 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 documented)
-
alpo authored
[x/gamm][stableswap]: Fix and expand gamm inverse relationship tests & fix bug in `CalcInAmtGivenOut` (#2921) * spec update * More spec conformance * fix inverse rel test suite and a number of stableswap bugs * minor comment updates * further comment updates * make format * remove leftover print Co-authored-by: Dev Ojha <dojha@berkeley.edu> Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
-
Dev Ojha authored
* spec update * More spec conformance Co-authored-by: alpo <62043214+AlpinYukseloglu@users.noreply.github.com>
-
Dev Ojha authored
Co-authored-by: Roman <roman@osmosis.team>
-
Dev Ojha authored
* Stop returning error logs + stack trace when theres an out of gas in ApplyFuncIfNoErr * Fix import * Changelog
-
- 30 Sep, 2022 3 commits
-
-
alpo authored
Closes: #2902 ## What is the purpose of the change This PR adds a scaling function for token inputs. Depending on what level we want to handle rounding at (at the scaling function level vs. at the `SwapExactAmountIn` level), we can either use this function for outputs as well or create a second one that handles outputs with different rounding. I personally think having one function with rounding handled at a higher level of abstraction is cleaner because it has less repeat code, but I can see the security argument for having multiple scaling functions that round differently for each specific use (cc: @ValarDragon) ## Brief Changelog - Add `scaledInput` function and tests ## Testing and Verifying - The function added in this PR is tested in `pool_test.go` under `TestScaledInput` ## 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 documented)
-
Dev Ojha authored
* Improve the scaling factor API * Rounding direction test * Fix spot pric * Delete more unused methods * Test & fix for boundary condition * scaling factor initial docs * More spec update
-
punishell authored
* DOCKER_BUILDKIT=1 is not passed when using docker-compose DOCKER_BUILDKIT=1 is not passed when using docker-compose it needs to be changed to DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 in order to make e.g: make localnet-build works * Update Makefile changed only from @DOCKER_BUILDKIT=1 to @DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 * Update Makefile fix spaces * Update Makefile sorry for wasting your time :D * Update Makefile * Update Makefile Co-authored-by: Niccolo Raspa <6024049+niccoloraspa@users.noreply.github.com>
-