Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #31

Merged
merged 65 commits into from
May 20, 2023
Merged

update #31

merged 65 commits into from
May 20, 2023

Commits on May 11, 2023

  1. chore(deps): bump lycheeverse/lychee-action from 1.6.1 to 1.7.0 (#5158)

    Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.6.1 to 1.7.0.
    - [Release notes](https://github.com/lycheeverse/lychee-action/releases)
    - [Commits](lycheeverse/lychee-action@v1.6.1...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: lycheeverse/lychee-action
      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 May 11, 2023
    Configuration menu
    Copy the full SHA
    457b82b View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/cache from 2 to 3 (#5145)

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    2829138 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump mheap/github-action-required-labels from 2 to 4 (#5146

    )
    
    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 2 to 4.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    49ca361 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Clarify error message when you try to completely exit a pool (#5165)

    * Clarify error message when you try to completely exit a pool
    
    Closes #3427
    
    * Add changelog
    ValarDragon authored May 12, 2023
    Configuration menu
    Copy the full SHA
    c087264 View commit details
    Browse the repository at this point in the history
  2. Remove a section of PR template (#5166)

    * Remove a section of PR template
    
    * Update .github/pull_request_template.md
    
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    
    ---------
    
    Co-authored-by: Roman <roman@osmosis.team>
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    3 people authored May 12, 2023
    Configuration menu
    Copy the full SHA
    44e8c7b View commit details
    Browse the repository at this point in the history
  3. [CL Message Audit] MsgSwapExactAmountIn (#5123)

    * add comments from audit
    
    * add tests for untested files and fix minor bugs and issues
    
    * add test for rounding behavior
    
    * clean up comments
    
    * fix conflicts
    
    * fix conflicts in tests relating to rounding changes
    
    * romans and adams feedback
    
    ---------
    
    Co-authored-by: stackman27 <sis1001@berkeley.edu>
    AlpinYukseloglu and stackman27 authored May 12, 2023
    Configuration menu
    Copy the full SHA
    52fcea8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    01e4469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60b062 View commit details
    Browse the repository at this point in the history
  3. osmomath: disable thelper for some helper functions (#5164)

    * mark helper functions
    
    * disable thelper warnings
    pysel authored May 13, 2023
    Configuration menu
    Copy the full SHA
    13c81d8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. chore(deps): bump lycheeverse/lychee-action from 1.7.0 to 1.8.0 (#5180)

    Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/lycheeverse/lychee-action/releases)
    - [Commits](lycheeverse/lychee-action@v1.7.0...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: lycheeverse/lychee-action
      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 May 15, 2023
    Configuration menu
    Copy the full SHA
    c673324 View commit details
    Browse the repository at this point in the history
  2. fix localosmosis (#5183)

    stackman27 authored May 15, 2023
    Configuration menu
    Copy the full SHA
    1c031dd View commit details
    Browse the repository at this point in the history
  3. [CL Message Audit]: MsgUnlockAndMigrateSharesToFullRangeConcentratedP…

    …osition [1/2] (#5178)
    
    * initial push audit changes
    
    * add back proto tag
    
    * rename to validateGammLockForSuperfluidStaking
    
    * remove unused errors
    czarcas7ic authored May 15, 2023
    Configuration menu
    Copy the full SHA
    c9a54ac View commit details
    Browse the repository at this point in the history
  4. fix: duplicate price for multiple ticks (#5173)

    * initial push
    
    * update readme
    
    * initial push
    
    * implement round tick
    
    * add test for round tick
    
    * add readme
    
    * return new lower and upper tick when create pos
    
    * initial push audit changes
    
    * use enum for migration type
    
    * add back proto tag
    
    * rename to validateGammLockForSuperfluidStaking
    
    * remove unused errors
    
    * Update x/superfluid/keeper/migrate.go
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    
    * add check for both bonded and unbonding
    
    * named return values createPosition
    
    * Update x/concentrated-liquidity/tick.go
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    
    * change roundTick to roundTickToCanonicalPriceTick
    
    * initialize int64 vars
    
    * Revert "Merge branch 'adam/MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition-audit' into adam/duplicate-price-for-multiple-ticks-patch"
    
    This reverts commit 3ace477, reversing
    changes made to b5923f0.
    
    ---------
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    czarcas7ic and mattverse authored May 15, 2023
    Configuration menu
    Copy the full SHA
    f116d43 View commit details
    Browse the repository at this point in the history
  5. fix: add split route message to codec and interface registration (#5168)

    * fix: add split route message to codec and interface registration
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    p0mvn authored May 15, 2023
    Configuration menu
    Copy the full SHA
    8485634 View commit details
    Browse the repository at this point in the history
  6. refactor: remove cache context from swap out given in (#5176)

    * refactor: remove cache from swap out given in
    
    * updates
    
    * dead code
    
    * update test name
    
    * updates
    p0mvn authored May 15, 2023
    Configuration menu
    Copy the full SHA
    b38277c View commit details
    Browse the repository at this point in the history
  7. [CL][InternalReview] MsgAddToConcentratedLiquiditySuperfluidPosition (#…

    …5157)
    
    * [InternalReview] MsgAddToConcentratedLiquiditySuperfluidPosition
    
    * updates
    
    * updates
    
    * updates
    
    * updates
    
    * revert me
    
    * updates
    
    * debug
    
    * docs
    
    * go sum
    
    * go mod
    
    * remove
    
    * Update x/superfluid/README.md
    
    * Update x/concentrated-liquidity/position.go
    
    * comment
    
    * coins
    
    * remove Q
    
    * remove Q
    
    * revert name
    p0mvn authored May 15, 2023
    Configuration menu
    Copy the full SHA
    ad87e9e View commit details
    Browse the repository at this point in the history
  8. CL: benchmark for swaps (#5170)

    * test
    
    * fix
    
    * comments
    
    * fix conflict
    
    * updates
    
    * normalize
    
    * maxAmountDepositedFullRange
    p0mvn authored May 15, 2023
    Configuration menu
    Copy the full SHA
    3f78962 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. chore(deps): bump lycheeverse/lychee-action from 1.7.0 to 1.8.0 (#5188)

    Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/lycheeverse/lychee-action/releases)
    - [Commits](lycheeverse/lychee-action@v1.7.0...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: lycheeverse/lychee-action
      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 May 16, 2023
    Configuration menu
    Copy the full SHA
    6e8fbee View commit details
    Browse the repository at this point in the history
  2. Revert "fix: duplicate price for multiple ticks (#5173)" (#5193)

    * Revert "fix: duplicate price for multiple ticks (#5173)"
    
    This reverts commit f116d43.
    
    * fix merge conflicts
    
    * regen proto
    czarcas7ic authored May 16, 2023
    Configuration menu
    Copy the full SHA
    78c0266 View commit details
    Browse the repository at this point in the history
  3. fix: duplicate price for multiple ticks (#5196)

    * initial push
    
    * update gomod
    
    * revert nolint
    
    * update gomod
    czarcas7ic authored May 16, 2023
    Configuration menu
    Copy the full SHA
    30fe496 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. perf: convert ticks to int64 (#5189)

    * perf: convert ticks to int64
    
    * updates
    
    * fix test
    
    * updates
    
    * updates
    
    * Update x/concentrated-liquidity/math/tick.go
    
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    
    * nit
    
    * comment
    
    * comment
    
    * >=
    
    * lint
    
    * lint
    
    ---------
    
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    p0mvn and ValarDragon authored May 17, 2023
    Configuration menu
    Copy the full SHA
    db7ced1 View commit details
    Browse the repository at this point in the history
  2. refactor: remove cache context from swap in given out (#5198)

    * remove cache context from in given out
    
    * Update x/concentrated-liquidity/swaps_test.go
    
    Co-authored-by: Roman <roman@osmosis.team>
    
    * Update x/concentrated-liquidity/swaps_test.go
    
    Co-authored-by: Roman <roman@osmosis.team>
    
    ---------
    
    Co-authored-by: Roman <roman@osmosis.team>
    czarcas7ic and p0mvn authored May 17, 2023
    Configuration menu
    Copy the full SHA
    64a9382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a8c846 View commit details
    Browse the repository at this point in the history
  4. fix: merge conflict (#5199)

    p0mvn authored May 17, 2023
    Configuration menu
    Copy the full SHA
    8e64ed4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db52beb View commit details
    Browse the repository at this point in the history
  6. [CL Message Audit]: MsgWithdrawPosition (#5135)

    * WIP
    
    * Add test cases
    
    * Uncomment tests
    
    * Uncomment more tests
    
    * Add lock test
    
    * And uncomment test
    
    * Update x/concentrated-liquidity/incentives.go
    
    Co-authored-by: Roman <roman@osmosis.team>
    
    * Romans feedback
    
    * Update x/concentrated-liquidity/lp.go
    
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    
    * Update x/concentrated-liquidity/lp_test.go
    
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    
    * Adams review
    
    ---------
    
    Co-authored-by: Roman <roman@osmosis.team>
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    3 people authored May 17, 2023
    Configuration menu
    Copy the full SHA
    d7bb061 View commit details
    Browse the repository at this point in the history
  7. Fix CL client to be compatible with recent state of Bigbang (#5200)

    * Fix cl client to follow most recent state
    
    * Run go mod tidy
    mattverse authored May 17, 2023
    Configuration menu
    Copy the full SHA
    1d93d82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cdd814 View commit details
    Browse the repository at this point in the history
  9. fix: merge conflict (#5210)

    p0mvn authored May 17, 2023
    Configuration menu
    Copy the full SHA
    747bea3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1a6f96e View commit details
    Browse the repository at this point in the history
  11. perf: conver tick and exponent at price one to int64 (#5190)

    Closes: #XXX
    
    ## What is the purpose of the change
    
    Convert pool's tick and exponent at price one to int64 for performance and readability
    p0mvn authored May 17, 2023
    Configuration menu
    Copy the full SHA
    f716158 View commit details
    Browse the repository at this point in the history
  12. chore: add vs code debug config for every module (#5212)

    * chore: add vs code debug config for every module
    
    * restore e2e
    p0mvn authored May 17, 2023
    Configuration menu
    Copy the full SHA
    a61f5ec View commit details
    Browse the repository at this point in the history
  13. refactor: prototype reducing iterator overhead in swaps (#5177)

    * refactor: prototype reducing iterator overhead in swaps
    
    * updates
    
    * updates
    
    * clean up
    
    * godoc updates
    
    * updates
    
    * updates
    
    * updates
    
    * clean up
    
    * updates
    p0mvn authored May 17, 2023
    Configuration menu
    Copy the full SHA
    9e1ca7b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. chore: skip wasm tests in wsl and add a vs code task (#5214)

    * chore: skip wasm tests in wsl and add a vs code task
    
    * updates
    p0mvn authored May 18, 2023
    Configuration menu
    Copy the full SHA
    704eb95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfcb74 View commit details
    Browse the repository at this point in the history
  3. style: s instead of suite (#5222)

    * just use s. instead of suite.
    
    * complete migration of suite to s for *KeeperTestSuite
    
    ---------
    
    Co-authored-by: Roman <roman@osmosis.team>
    faddat and p0mvn authored May 18, 2023
    Configuration menu
    Copy the full SHA
    cc54de1 View commit details
    Browse the repository at this point in the history
  4. perf: remove repeated reallocations in swap step iterations (#5211)

    * perf: remove repeated reallocations in swap step iterations
    
    * smallest dec
    
    * unused
    
    * comment
    
    * Update x/concentrated-liquidity/swaps.go
    
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    
    * Update x/concentrated-liquidity/swaps.go
    
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    p0mvn and ValarDragon authored May 18, 2023
    Configuration menu
    Copy the full SHA
    17fa8e9 View commit details
    Browse the repository at this point in the history
  5. bug: add split route to message server in pool manager (#5204)

    * bug: add split route to message server in pool manager
    
    * Update x/poolmanager/msg_server.go
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    
    * Update x/poolmanager/msg_server.go
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    p0mvn and mattverse authored May 18, 2023
    Configuration menu
    Copy the full SHA
    749fd86 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. chore(deps): bump json-pointer from 0.6.1 to 0.6.2 in /client/docs (#…

    …5215)
    
    Bumps [json-pointer](https://github.com/manuelstofer/json-pointer) from 0.6.1 to 0.6.2.
    - [Commits](https://github.com/manuelstofer/json-pointer/commits)
    
    ---
    updated-dependencies:
    - dependency-name: json-pointer
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    3f85da7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump minimist from 1.2.5 to 1.2.8 in /client/docs (#5216)

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    20b8e43 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/docker/distribution (#5220)

    Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
    - [Release notes](https://github.com/docker/distribution/releases)
    - [Commits](distribution/distribution@v2.8.1...v2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/distribution
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    2e54142 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 in /client/docs (#5226)

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    27d42e9 View commit details
    Browse the repository at this point in the history
  5. chore: commit at the end of benchmark (#5229)

    * chore: commit at the end of benchmark
    
    * updates
    p0mvn authored May 19, 2023
    Configuration menu
    Copy the full SHA
    6b36271 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump handlebars from 4.7.6 to 4.7.7 in /client/docs (#5231)

    Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
    - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: handlebars
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    f4c2a9f View commit details
    Browse the repository at this point in the history
  7. chore: add chosing an exponentAtPriceOne docs (#4919)

    * add chosing an exponenetAtPriceOne docs
    
    * increase header sizes
    
    * center the equation
    
    * Update x/concentrated-liquidity/README.md
    
    Co-authored-by: Roman <roman@osmosis.team>
    
    * Update x/concentrated-liquidity/README.md
    
    Co-authored-by: Roman <roman@osmosis.team>
    
    * Update x/concentrated-liquidity/README.md
    
    Co-authored-by: Roman <roman@osmosis.team>
    
    * specify asset0 and asset1
    
    * fix headers
    
    ---------
    
    Co-authored-by: Roman <roman@osmosis.team>
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    3 people authored May 19, 2023
    Configuration menu
    Copy the full SHA
    d4fafe2 View commit details
    Browse the repository at this point in the history
  8. [CL][Incentives Query][Bug]: Implement support for CL gauges to incen…

    …tivized pools query (#5187)
    
    * implement and test query support for CL gauges
    
    * update changelog
    
    * fix conflicts
    AlpinYukseloglu authored May 19, 2023
    Configuration menu
    Copy the full SHA
    99088c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    291a136 View commit details
    Browse the repository at this point in the history
  10. feat[CL]: separate fees into different module account (#5230)

    * separate account for fees
    
    * update test var name
    
    * Update x/concentrated-liquidity/swaps.go
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    czarcas7ic and mattverse authored May 19, 2023
    Configuration menu
    Copy the full SHA
    dc7906f View commit details
    Browse the repository at this point in the history
  11. chore(deps): bump github.com/docker/distribution (#5218)

    Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
    - [Release notes](https://github.com/docker/distribution/releases)
    - [Commits](distribution/distribution@v2.8.1...v2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/distribution
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    485d6c3 View commit details
    Browse the repository at this point in the history
  12. [CL Message Audit] MsgSwapExactAmountOut (#5179)

    * progress
    
    * more checks
    
    * checked logic
    
    * moved all fmterror to errors
    
    * added test
    
    * cleanup
    
    * cli tested
    
    * resolved feedbacks
    
    * resolved feedbacks
    
    * fixed ci
    
    * Update x/poolmanager/router_test.go
    
    * Update x/poolmanager/router.go
    
    ---------
    
    Co-authored-by: Roman <roman@osmosis.team>
    stackman27 and p0mvn authored May 19, 2023
    Configuration menu
    Copy the full SHA
    d26fc1d View commit details
    Browse the repository at this point in the history
  13. chore: lint tests and sync for app, osmomath, tests, and wasmbinding (#…

    …5206)
    
    * lint tests and sync: app, osmomath, tests, and wasmbinding
    
    * add osmomath to lp_test
    
    * sync
    faddat authored May 19, 2023
    Configuration menu
    Copy the full SHA
    174dcd8 View commit details
    Browse the repository at this point in the history
  14. chore(deps): bump github.com/docker/distribution in /x/ibc-hooks (#5217)

    Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
    - [Release notes](https://github.com/docker/distribution/releases)
    - [Commits](distribution/distribution@v2.8.1...v2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/distribution
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    b69b56e View commit details
    Browse the repository at this point in the history
  15. [x/pool-incentives][tests]: Add tests for external gauge query (#5236)

    * add tests for external gauge query
    
    * refactor tests to use string map
    
    * test comment fix
    AlpinYukseloglu authored May 19, 2023
    Configuration menu
    Copy the full SHA
    52ede46 View commit details
    Browse the repository at this point in the history
  16. chore(deps): bump github.com/docker/docker (#5219)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.19+incompatible to 20.10.24+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v20.10.19...v20.10.24)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    b8762ff View commit details
    Browse the repository at this point in the history
  17. feat: v16 upgrade handler updates (#5213)

    * initial push upgrade handler changes
    
    * properly set staking denom to usomo in test
    
    * add further tests
    
    * use comm pool for swap
    
    * correct pool ID
    
    * update pool id
    czarcas7ic authored May 19, 2023
    Configuration menu
    Copy the full SHA
    3834970 View commit details
    Browse the repository at this point in the history
  18. [CL Message Audit]: AddToPositions (#5167)

    * WIP
    
    * Trying to fix test
    
    * Fix test
    
    * Add min amount
    
    * Update proto/osmosis/concentrated-liquidity/tx.proto
    
    Co-authored-by: alpo <62043214+AlpinYukseloglu@users.noreply.github.com>
    
    * Update proto/osmosis/concentrated-liquidity/tx.proto
    
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    
    * Update proto/osmosis/concentrated-liquidity/tx.proto
    
    Co-authored-by: alpo <62043214+AlpinYukseloglu@users.noreply.github.com>
    
    * Update proto/osmosis/concentrated-liquidity/tx.proto
    
    Co-authored-by: alpo <62043214+AlpinYukseloglu@users.noreply.github.com>
    
    * Update proto/osmosis/concentrated-liquidity/tx.proto
    
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    
    * WIP for comments
    
    * Review comments
    
    * updates
    
    ---------
    
    Co-authored-by: alpo <62043214+AlpinYukseloglu@users.noreply.github.com>
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    Co-authored-by: Roman <roman@osmosis.team>
    4 people authored May 19, 2023
    Configuration menu
    Copy the full SHA
    ba1660f View commit details
    Browse the repository at this point in the history
  19. perf: change KVStore value from posID to boolean byte (#5237)

    * change KVStore value from posID to boolean byte
    
    * replace redundant function
    
    * fix prefix
    
    * update godoc
    czarcas7ic authored May 19, 2023
    Configuration menu
    Copy the full SHA
    806f32c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    13cdc51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f00ec2 View commit details
    Browse the repository at this point in the history
  3. refactor: rename swap fee to spread factor (#5138)

    * refactor: rename swap fee to spread factor
    
    * lint
    
    * updates
    
    * updates
    p0mvn authored May 20, 2023
    Configuration menu
    Copy the full SHA
    9f9e1ca View commit details
    Browse the repository at this point in the history
  4. [CL][bugfix] Update reward splitting logic to only use bonded balance…

    …r amounts (#5239)
    
    * implement/test necessary helper and implement/test bugfix for bonded share reward splitting
    
    * changelog for gamm changes
    
    * clean up tests and comments
    AlpinYukseloglu authored May 20, 2023
    Configuration menu
    Copy the full SHA
    e327f93 View commit details
    Browse the repository at this point in the history
  5. [CL Message Audit]: MsgUnlockAndMigrateSharesToFullRangeConcentratedP…

    …osition [2/2] (#5160)
    
    * initial push
    
    * update readme
    
    * initial push audit changes
    
    * use enum for migration type
    
    * add back proto tag
    
    * rename to validateGammLockForSuperfluidStaking
    
    * remove unused errors
    
    * Update x/superfluid/keeper/migrate.go
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    
    * add check for both bonded and unbonding
    
    * update gomod
    
    * allow max length 1 for linked synth locks
    
    * feat: partial superfluid undelegate (#5162)
    
    * partial superfluid undelegate
    
    * further reduction of gas
    
    * Update x/superfluid/keeper/migrate.go
    
    Co-authored-by: Roman <roman@osmosis.team>
    
    * reduce code duplication lock and lockNoSend
    
    * lockNoSend as default
    
    * add bug fix with expanded tests
    
    * unit test for CreateLockNoSend
    
    * Update x/superfluid/keeper/migrate.go
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    
    * fix merge
    
    * partialSuperfluidUndelegate named return values
    
    * expand test checks for migrateDelegated
    
    * expanded bonded checks
    
    * check new lock and exact amount
    
    * assign vars directly
    
    * update merge
    
    * check newly created lock
    
    * add extra logic branch for fail case
    
    * split up partial superfluid undelegate func
    
    * expand partial undelegate test case
    
    * roman's review
    
    * Update x/lockup/keeper/lock_test.go
    
    * nit
    
    * fix test
    
    * expand CreateLockNoSend comment
    
    * rename lockNoSend back to lock
    
    * expand partial unlock comment
    
    ---------
    
    Co-authored-by: Roman <roman@osmosis.team>
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    
    * remove unused error
    
    * lint
    
    ---------
    
    Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
    Co-authored-by: Roman <roman@osmosis.team>
    3 people authored May 20, 2023
    Configuration menu
    Copy the full SHA
    ded75f1 View commit details
    Browse the repository at this point in the history
  6. Add amino proto annotations (#4629)

    * Add proto annotations
    
    * Update go.mod
    
    * Add changelog
    
    * Adams review
    
    * Make proto
    
    ---------
    
    Co-authored-by: mattverse <mattverse@users.noreply.github.com>
    mattverse and mattverse authored May 20, 2023
    Configuration menu
    Copy the full SHA
    53b56a7 View commit details
    Browse the repository at this point in the history
  7. refactor: reinvest dust fees into pool accumulator (#5245)

    * refactor: reinvest dust fees into pool accumulator
    
    * updates
    
    * updates
    
    * Update x/concentrated-liquidity/fees_test.go
    
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    
    ---------
    
    Co-authored-by: Adam Tucker <adam@osmosis.team>
    p0mvn and czarcas7ic authored May 20, 2023
    Configuration menu
    Copy the full SHA
    50f5d6b View commit details
    Browse the repository at this point in the history
  8. perf: iterator improvements for swap in given out and liquidity for f…

    …ull range query (#5248)
    
    * perf: iterator improvements for swap in given out and liquidity for full range query
    
    * updates
    p0mvn authored May 20, 2023
    Configuration menu
    Copy the full SHA
    9bcfdd6 View commit details
    Browse the repository at this point in the history