- 25 Oct, 2022 6 commits
-
-
Nicolas Lara authored
-
Nicolas Lara authored
-
Adam Tucker authored
-
Hieu Vu authored
* add tests for GetIfFound * refactor
-
Roman authored
* feat(CL): CreatePosition and WithdrawPosition messages * lint
-
Matt, Park authored
* WIP: tick * Finish implementing * Update x/concentrated-liquidity/lp.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/concentrated-liquidity/lp.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/concentrated-liquidity/lp.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Change to negative calculations * Add comment * Add getter in osmoutils * Update osmoutils/store_helper.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/concentrated-liquidity/position.go Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Adam Tucker <adam@osmosis.team>
-
- 24 Oct, 2022 5 commits
-
-
Roman authored
* feat/refactor(CL): move multihop to swaprouter, connect to concentrated liquidity * comments * godoc for RouteExactAmountOut * link issues * delete multihop_test.go * Update x/swaprouter/router_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/swaprouter/router_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/concentrated-liquidity/pool.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/gamm/keeper/swap.go Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Adam Tucker <adam@osmosis.team>
-
Nicolas Lara authored
-
mergify[bot] authored
Co-authored-by: Roman <roman@osmosis.team>
-
Nicolas Lara authored
-
Adam Tucker authored
* further swap generalization * add step and swap state * Update test.yml * Update test.yml * Further generalize swaps and lp (#3111) * Change sqrt to caller * Remove margin of error from mint * Change Pool to have dec curr price * Remove swap structs * Adams comments * address code review comments * final additions * address code review comments * code review Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
-
- 22 Oct, 2022 2 commits
-
-
Aleksandr Bezobchuk authored
* bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * Update x/concentrated-liquidity/tick_test.go Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> * Update x/concentrated-liquidity/tick.go Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * bez: updates * Fix lint Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by: mattverse <mattpark1028@gmail.com>
-
Matt, Park authored
-
- 21 Oct, 2022 2 commits
-
-
Roman authored
* updates * remove swap messages from gamm * remove swap bindings * fix CI and tests * port cli tests * add query proto comments * clean up * port msg_server_test.go * port msgs_test.go * try integrating swap messages * lint * attempt fixing e2e * set params * upgrade constants * Update x/swaprouter/module/module.go Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> * swaprouter comment Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
-
Matt, Park authored
* Add Base layer for generalized minting * Generalized swaps * WIP: test refactor * Finish refactoring existing testS * Fix testS * Fix lint
-
- 20 Oct, 2022 5 commits
-
-
Adam Tucker authored
* further swap generalizing * code review changes
-
Matt, Park authored
* Add basic modulew wiring in app.go * Add genesis * Change import name
-
Roman authored
* feat(CL): app wiring for concentrated liquidity module * lint * field
-
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 1 commit
-
-
Roman authored
* test * change name * updates * chore: switch store getters and setters to osmoutils, remove cdc from keepers * revert mergify * merge conflict
-