This project is mirrored from https://github.com/osmosis-labs/osmosis.git. Pull mirroring updated .
  1. 17 Jan, 2023 2 commits
  2. 14 Jan, 2023 1 commit
  3. 12 Jan, 2023 1 commit
  4. 11 Jan, 2023 2 commits
  5. 10 Jan, 2023 2 commits
  6. 09 Jan, 2023 2 commits
  7. 07 Jan, 2023 6 commits
  8. 06 Jan, 2023 2 commits
  9. 05 Jan, 2023 1 commit
    • Adam Tucker's avatar
      chore: osmoutils, twap, downtime-detector, ibc-hooks cherry-pick to v14 (#3925) · 961738a5
      Adam Tucker authored
      
      * Upgrade IBC to v4.2.0 (#3838)
      
      * initial changes to migrate to ibc v4
      
      * added checksum to proposal
      
      * begin and end block are now being called inside nextBlock
      
      * added changelog
      
      * linked pr on changelog
      
      * remove local replace
      
      * using error acks from osmoutils
      
      * osmoutils tagged
      
      * go sum
      
      * added checksum
      
      * feat(x/twap): modify cli to add geometric option (#3812)
      
      * feat(x/twap): geometric twap code gen query boilerplate
      
      * revert cli change
      
      * query gen
      
      * wire up API
      
      * test
      
      * fix
      
      * fixes
      
      * cli
      
      * lint
      
      * refactor via flag
      
      * refactor
      
      * refactor
      
      * fixes
      
      * lint
      
      * add arithmetic twap alias
      
      * Make wasm hooks importable (#3850)
      
      * moved ibc-hooks to its own go.mod
      
      * updated ibc hooks version
      
      * go sum
      
      * add ics23 patch into x/ibc-hooks
      
      * Fix wasm import version conflict
      
      * Update x/ibc-hooks to osmoutils v0.0.2
      
      * Update versions
      
      Co-authored-by: default avatarDev Ojha <dojha@berkeley.edu>
      
      * refactor(x/twap): handle spot price error case in the context of geometric twap (#3845)
      
      * refactor(x/twap): handle spot price error case
      
      * supporting test cases
      
      * table-driven log tests
      
      * test(x/twap): add randomized geometric twap test on a balancer pool (#3844)
      
      * test(x/twap): add randomized test with a balancer pool
      
      * comments
      
      * multiplicative tolerance, fewer retries and larger initial supply range
      
      * Basic geometric twap e2e test (#3835)
      
      * feat(x/twap): geometric twap code gen query boilerplate
      
      * revert cli change
      
      * query gen
      
      * wire up API
      
      * test
      
      * fix
      
      * fixes
      
      * add geometric queries
      
      * create pool.json
      
      * add test
      
      * resolve conflict
      
      * fix: swap uosmo in
      
      * fix problem with wallet creation
      
      * updates
      
      * simplify and add comments
      
      * Update tests/e2e/e2e_test.go
      
      * Update tests/e2e/e2e_test.go
      
      * Update tests/e2e/configurer/chain/queries.go
      
      Co-authored-by: default avatarAdam Tucker <adam@osmosis.team>
      
      * Update tests/e2e/configurer/chain/queries.go
      
      Co-authored-by: default avatarAdam Tucker <adam@osmosis.team>
      
      * Update tests/e2e/e2e_test.go
      
      Co-authored-by: default avatarAdam Tucker <adam@osmosis.team>
      
      * Update tests/e2e/e2e_test.go
      
      Co-authored-by: default avatarAdam Tucker <adam@osmosis.team>
      
      * Update tests/e2e/e2e_test.go
      
      Co-authored-by: default avatarAdam Tucker <adam@osmosis.team>
      
      * Update tests/e2e/e2e_test.go
      
      Co-authored-by: default avatarAdam Tucker <adam@osmosis.team>
      
      Co-authored-by: default avatarRoman <ackhtariev@gmail.com>
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      Co-authored-by: default avatarAdam Tucker <adam@osmosis.team>
      
      * feat(x/twap): whitelist GeometricTwap and GeometricTwapToNow (#3852)
      
      * feat(x/twap): GeometricTwap and GeometricTwapToNow queries added to Stargate whitelist
      
      * update docs
      
      * fix(scripts): proto gen for osmoutils (#3854)
      
      * fix(scripts): proto gen for osmoutils
      
      * Update scripts/protocgen.sh
      
      * fix(scripts): proto gen osmoutils path (#3859)
      
      * added packet timeouts to wasm hooks (#3862)
      
      * add negative to cli (#3888)
      
      * Making osmoutils compile on chains that don't use our SDK fork (#3899)
      
      * making osmoutils compile on chains that don't use osmosis' fork of the cosmos sdk
      
      * updated imports for e2e tests
      
      * go fumpt
      
      * updated version everywhere
      
      * added changelog entry
      
      * remove deprecation from arithmetic & geometric twap to now query (#3917)
      
      * Add types & boilerplate for the Downtime detector module (#3609)
      
      Sub-component of #3603
      
      Adds types for the thin module intended for downtime detection
      
      - Add downtime detection module types
      
      No tests added
      
        - Does this pull request introduce a new feature or user-facing behavior changes? somewhat
        - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? yes
        - How is the feature or change documented? In its spec
      
      * Add downtime detector module (#3688)
      
      * WIP
      
      * Switch to enum
      
      * Remove params query
      
      * Add query
      
      * Add wiring, add import/export test
      
      * Start begin block test
      
      * Finish keeper tests
      
      * Add CLI
      
      * Wire downtime detector CLI + queries
      
      * more module wiring
      
      * add types test
      
      * Fix state alteration test
      
      * Fix superfluid test
      
      * Add stargate whitelist support
      
      * Apply code comment
      
      * Rename folder
      
      * Add requested godoc
      
      * Update x/downtime-detector/genesis.go
      
      Co-authored-by: default avatarAdam Tucker <adam@osmosis.team>
      
      * Apply adam suggestion for having a `-`
      
      * move genesis test to own file
      
      Co-authored-by: default avatarAdam Tucker <adam@osmosis.team>
      
      * Initial by hand fixes
      
      * feat(osmomath): Exp2 function (#3708)
      
      * feat(osmomath): exp2 function
      
      * export exp2
      
      * changelog
      
      * refactor ErrTolerance to use Dec instead of Int for additive tolerance
      
      * Update osmomath/exp2.go
      
      * Update osmomath/exp2.go
      
      * Update osmomath/exp2.go
      
      * Update osmomath/exp2_test.go
      
      * Update osmomath/exp2_test.go
      
      * do bit shift instead of multiplication
      
      * godoc about error bounds
      
      * comment about bit shift equivalency
      
      * merge conflict
      
      * improve godoc
      
      * typo
      
      * remove TODOs - confirmed obsolete
      
      * Runge's phenomenon comment
      
      * [x/TWAP] Expose a geometric TWAP API  (#3529)
      
      * refactored twap api.go for geometric TWAP
      
      * added barebon docs
      
      * romans feedback
      
      * new
      
      * fix
      
      * nichola feedback
      
      * final roman comments
      
      * fix twap by hand
      
      * change to gamm
      
      * fix balancer test
      
      * bump to v14 upgrade
      
      * e2e fix
      
      * add remaining diff from main to ibc-rate-limit
      
      * update contracts test
      
      * osmomath: `AddMut` and `QuoMut` (#3779)
      
      * mut add
      
      * test add mut
      
      * quo  mut
      
      * test quo mut/ remove want from test struct
      
      * refactor exp
      
      * change mutatives code
      
      * change
      
      * not allocaing
      
      * exp change to quomut
      
      * remove file
      
      * refactor quo
      
      * refactor ad
      
      * refactor tests
      
      * Modify CHANGELOG
      
      * Whitelist EstimateSwapExactAmountOut (#3693)
      
      * whitelist EstimateSwapExactAmountOut
      
      * doc: changelog
      
      * updated rate limit contract
      
      * Fix rust checks (#3576)
      
      * added cargo.lock
      
      * added Cargo.lock as an artifact
      
      * added new bytecode with lock file
      
      Co-authored-by: default avatarNicolas Lara <nicolaslara@gmail.com>
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      Co-authored-by: default avatarDev Ojha <dojha@berkeley.edu>
      Co-authored-by: default avatarHieu Vu <72878483+hieuvubk@users.noreply.github.com>
      Co-authored-by: default avatarRoman <ackhtariev@gmail.com>
      Co-authored-by: default avatarSupanat <supanat.ptk@gmail.com>
      Co-authored-by: default avatarDev Ojha <ValarDragon@users.noreply.github.com>
      Co-authored-by: default avatarSishir Giri <sis1001@berkeley.edu>
      Co-authored-by: default avatarRuslan Akhtariev <46343690+RusAkh@users.noreply.github.com>
      Co-authored-by: default avatarmattverse <mattpark1028@gmail.com>
      Co-authored-by: default avatarByeongSu Hong <frostornge@gmail.com>
      961738a5
  10. 02 Jan, 2023 1 commit
  11. 27 Dec, 2022 1 commit
  12. 23 Dec, 2022 2 commits
  13. 22 Dec, 2022 2 commits
  14. 21 Dec, 2022 3 commits
  15. 19 Dec, 2022 4 commits
  16. 17 Dec, 2022 1 commit
  17. 16 Dec, 2022 4 commits
  18. 15 Dec, 2022 2 commits
  19. 14 Dec, 2022 1 commit