This project is mirrored from https://github.com/osmosis-labs/osmosis.git.
Pull mirroring updated .
- 17 Jan, 2023 2 commits
-
-
Dev Ojha authored
* Update wasmd dependence, restore osmomath * Update osmoutils * Update main go mod * Update osmomath tag
-
mergify[bot] authored
* Creating a CLI Examples Section for Tokenfactory * Apply suggestions from code review * Apply suggestions from code review Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> (cherry picked from commit 62879d37 ) Co-authored-by:
Daniel Farina <contact@nevulas.com>
-
- 14 Jan, 2023 1 commit
-
-
mergify[bot] authored
(cherry picked from commit f34887eb ) Co-authored-by:
Jacob Gadikian <jacobgadikian@gmail.com>
-
- 12 Jan, 2023 1 commit
-
-
mergify[bot] authored
(cherry picked from commit a3f80b7b ) Co-authored-by:
Polkachu Intern <hello@polkachu.com>
-
- 11 Jan, 2023 2 commits
-
-
mergify[bot] authored
* remove unnecessary prints * remove unnecessary comments and typo * generalize amount to make it easier to understand * remove typo (cherry picked from commit cbf3c8cb ) Co-authored-by:
Nicolas Lara <nicolaslara@gmail.com>
-
mergify[bot] authored
* Nicolas/remove osmocli dependency (#3971) * do not use osmocli (incompatible with other non-forked sdk) * using ibc-hooks without osmocli (cherry picked from commit b4cf3631 ) # Conflicts: # go.mod # go.sum # go.work.sum # x/ibc-hooks/go.sum * fix conflicts Co-authored-by:
Nicolas Lara <nicolaslara@gmail.com>
-
- 10 Jan, 2023 2 commits
-
-
mergify[bot] authored
* fix(twap/e2e): set geometric accum to zero; reproduce testnet bug * test TestParseTwapFromBz * clean up (cherry picked from commit a693a3b0 ) Co-authored-by:
Roman <roman@osmosis.team>
-
Osmosis authored
Co-authored-by:
p0mvn <p0mvn@users.noreply.github.com>
-
- 09 Jan, 2023 2 commits
-
-
mergify[bot] authored
* Document manual test script (#3946) ## What is the purpose of the change This just adds a bit of documentation to the helper script for doing manual testing of ibc hooks. (cherry picked from commit e0962f57 ) # Conflicts: # tests/ibc-hooks/test_hooks.sh * Update test_hooks.sh Co-authored-by:
Nicolas Lara <nicolaslara@gmail.com> Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
mergify[bot] authored
* fix order for JoinSwapShareAmountOut args * Revert "fix order for JoinSwapShareAmountOut args" This reverts commit 7991c1c2f6042b10b7c8621f07c7eec692fcea2e. * change help text * add line to changelog (cherry picked from commit 3e26ec2e ) Co-authored-by:
Richard Liu <richard.y.liu@berkeley.edu>
-
- 07 Jan, 2023 6 commits
-
-
Dev Ojha authored
* Update to go 1.19 * Bump dep * update deps * Update ibc hook * Update main tag * Update E2E to use 1.19 * Fix changelog error
-
Nicolas Lara authored
* Add sender to wasm hooks (#3879) * added sender to wasm hooks * cleaner transfer. The module doesn't need to get the funds at any point * wasmhooks doesn't need an account anymore * using ibc hooks from this branch * added comment for account from when the upgrade happened * getting the prefix from the config * using address with prefix * updated ibc-hooks hash * updated sum files * updated spec * updaed go.mod to match main (bad merge) * removed unnecessary include * updated go.mod * updated go.mod * ibc-hooks mod change * external change * Wasm hooks E2E test & change intermediary address prefix (#3937) * initial setup for manual and e2e tests * added cli for calculating the sender * tidy * added cleaner flags and better checks at the end * proper checks * cleanup * initial e2e tests * debugging * cleanup * tidy * remove import cycle * test cleanup * updated prefix * fix go test * internal go mod change * external go mod change * go sum * document manual test script
-
mergify[bot] authored
Co-authored-by:
Roman <roman@osmosis.team>
-
mergify[bot] authored
* test(x/twap): geometric twap edge case tests * clean up * clean up * rename * update tests * comment * refactor(x/twap): remove obsolete multiplicative inversion (cherry picked from commit 8a7661db ) Co-authored-by:
Roman <roman@osmosis.team>
-
mergify[bot] authored
* test(x/twap): geometric twap edge case tests * clean up * clean up * rename * update tests * comment (cherry picked from commit 8d23278f ) Co-authored-by:
Roman <roman@osmosis.team>
-
mergify[bot] authored
* Gamm stableswap improvements (#3839) * Stableswap: README pseudocode fixes * Stableswap: Binary search code improvement * Stableswap: minor code improvements * Stableswap: minor code improvements 2 * Binary search: Check potential division by zero (cherry picked from commit 2ac5d356 ) # Conflicts: # x/gamm/pool-models/stableswap/util_test.go * Fix conflict * Update osmomath go mod Co-authored-by:
Aleksandar Ljahović <106961751+ljah8@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
- 06 Jan, 2023 2 commits
-
-
Nicolas Lara authored
* Enforce SDK 45 in the dependencies (#3863) * using sdk 45 * added osmoutils to go.sum * move all versions to 0.45 * changed for all * fixed import to latest * updated go.mod * Lifecycle completed without contracts (#3927) * selecting lyfecycle change * updated version and tidy * updated bersions again to one with the proper go.sum * proper counter contract for tests * updated test bytecode * wasm hooks from main * lifecycle message update * go mod tidy * Use standard IBC errors (#3908) * reverted errors to the ibc standard * revision change * updated dependencies * fix rate limit errors * fixed rate limit errors * updated versions * updated commit to after the merge * convert new error * new go mod * increment error codes * updated go mod to latest ibc-hooks Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> * new commit * update ibc-hook version * Update root version * updated osmomath Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
mergify[bot] authored
(cherry picked from commit 271ea8a8 ) Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
- 05 Jan, 2023 1 commit
-
-
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:
Dev 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:
Adam Tucker <adam@osmosis.team> * Update tests/e2e/configurer/chain/queries.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update tests/e2e/e2e_test.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update tests/e2e/e2e_test.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update tests/e2e/e2e_test.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update tests/e2e/e2e_test.go Co-authored-by:
Adam Tucker <adam@osmosis.team> Co-authored-by:
Roman <ackhtariev@gmail.com> Co-authored-by:
Roman <roman@osmosis.team> Co-authored-by:
Adam 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:
Adam Tucker <adam@osmosis.team> * Apply adam suggestion for having a `-` * move genesis test to own file Co-authored-by:
Adam 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:
Nicolas Lara <nicolaslara@gmail.com> Co-authored-by:
Roman <roman@osmosis.team> Co-authored-by:
Dev Ojha <dojha@berkeley.edu> Co-authored-by:
Hieu Vu <72878483+hieuvubk@users.noreply.github.com> Co-authored-by:
Roman <ackhtariev@gmail.com> Co-authored-by:
Supanat <supanat.ptk@gmail.com> Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by:
Sishir Giri <sis1001@berkeley.edu> Co-authored-by:
Ruslan Akhtariev <46343690+RusAkh@users.noreply.github.com> Co-authored-by:
mattverse <mattpark1028@gmail.com> Co-authored-by:
ByeongSu Hong <frostornge@gmail.com>
-
- 02 Jan, 2023 1 commit
-
-
mergify[bot] authored
* Fix: Support GRPC For coins struct * Add changelog entry * use parse coin normalized * Nicolas' review :) (cherry picked from commit 010d4cf6 ) Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com>
-
- 27 Dec, 2022 1 commit
-
-
mergify[bot] authored
(cherry picked from commit c0e7fe35 ) Co-authored-by:
Jacob Gadikian <jacobgadikian@gmail.com>
-
- 23 Dec, 2022 2 commits
-
-
mergify[bot] authored
(cherry picked from commit e12f026e ) Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
mergify[bot] authored
* Move osmoutils into its own go mod (#3827) * Move osmoutils into its own go mod * go mod tidy * Add changelog (cherry picked from commit 93181a45 ) # Conflicts: # app/modules.go # go.work.sum # tests/ibc-hooks/ibc_middleware_test.go # x/downtime-detector/client/cli/query.go # x/downtime-detector/client/cli/query_test.go # x/downtime-detector/store.go # x/ibc-hooks/genesis.go # x/ibc-hooks/wasm_hook.go # x/swaprouter/client/cli/cli_test.go # x/swaprouter/create_pool.go # x/swaprouter/keeper.go # x/twap/logic_test.go # x/twap/strategy_test.go # x/valset-pref/client/cli/query.go # x/valset-pref/client/cli/tx.go # x/valset-pref/keeper.go # x/valset-pref/types/msgs.go * tryfix conflicts Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
- 22 Dec, 2022 2 commits
-
-
mergify[bot] authored
* 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 (cherry picked from commit ca6ccbd0 ) # Conflicts: # osmomath/exp2.go * Delete exp2.go Co-authored-by:
Ruslan Akhtariev <46343690+RusAkh@users.noreply.github.com> Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
mergify[bot] authored
(cherry picked from commit e4e6599c ) Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
- 21 Dec, 2022 3 commits
-
-
mergify[bot] authored
* Make e2e ignore gowork (#3820) * Make e2e ignore gowork * Fix accidental move * Make e2e re-run on dockerfile change * Edit right workflow * Update osmomath version (cherry picked from commit a1c13a6e ) # Conflicts: # go.work.sum * fix conflict Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
mergify[bot] authored
* Move osmoassert into osmoutils, remove osmoutils twap dependence (#3817) * Move osmoassert into osmoutils * Remove twaptypes dependence * Add changelog (cherry picked from commit 4f04e735 ) # Conflicts: # CHANGELOG.md # x/twap/logic_test.go # x/twap/strategy_test.go * Fix conflicts Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
mergify[bot] authored
* Move osmomath into its own go.mod (#3771) * Move osmomath into its own go.mod * Fix go mods * fix osmomath test build * Tryfix e2e test * Try removing osmomath from the copy line? * Add osmomath to first copy * Try another layer * Make build work off of tagged releases * Switch prod and E2E builds to ignore go work * Fix merge conflict * Add root dir to go work * Fix conflict (cherry picked from commit 079702ea) # Conflicts: # go.mod # go.sum # osmomath/decimal_test.go # osmomath/exp2_test.go # x/gamm/keeper/pool_service.go # x/gamm/pool-models/stableswap/pool_test.go # x/twap/logic.go # x/twap/strategy.go # x/twap/strategy_test.go * Tryfix conflicts * go mod tidy * Update to osmomath v0.0.2 * refactor(osmoutils): use Dec for additive tolerance instead of Int (#3711) * refactor(osmoutils): use Dec for additive tolerance instead of Int * changelog (cherry picked from commit 5ab7ebf6 ) # Conflicts: # CHANGELOG.md # osmomath/binary_search.go # x/gamm/pool-models/balancer/pool_test.go # x/gamm/pool-models/internal/cfmm_common/lp.go # x/gamm/pool-models/stableswap/amm.go # x/gamm/pool-models/stableswap/amm_test.go * tryfix conflict Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu> Co-authored-by:
Roman <roman@osmosis.team>
-
- 19 Dec, 2022 4 commits
-
-
mergify[bot] authored
* chore(deps): Bump go.uber.org/multierr from 1.8.0 to 1.9.0 (#3786) Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/uber-go/multierr/releases) - [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/multierr/compare/v1.8.0...v1.9.0 ) --- updated-dependencies: - dependency-name: go.uber.org/multierr 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> (cherry picked from commit a5bc6077 ) # Conflicts: # go.mod * Fix conflict Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
mergify[bot] authored
* Satisfy store_helper code * Make osmoutils tests not integrated (cherry picked from commit 793bb50b ) Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
mergify[bot] authored
refactor(app/apptesting): PrepareBalancerPool helpers (simplifying swaprouter merge PR) (backport #3772) (#3781) Co-authored-by:
Roman <roman@osmosis.team>
-
mergify[bot] authored
* [CI] Fix state compatibility check CI (#3750) * Remove search bar from swagger * Enable swagger in localOsmosis * Avoid running jobs in parallel * Revert "Enable swagger in localOsmosis" This reverts commit 254f2615. * Revert "Remove search bar from swagger" This reverts commit e896d024. (cherry picked from commit 984c3e28 ) * Update and rename state-compatibility-check.yml to check-state-compatibility.yml * Update check-state-compatibility.yml Co-authored-by:
Niccolo Raspa <6024049+niccoloraspa@users.noreply.github.com>
-
- 17 Dec, 2022 1 commit
-
-
mergify[bot] authored
* refactor query.go * add test case for GetCmdDenomAuthorityMetadata * test case for GetCmdDenomsFromCreator (cherry picked from commit e1258b7a ) Co-authored-by:
Ruslan Akhtariev <46343690+RusAkh@users.noreply.github.com>
-
- 16 Dec, 2022 4 commits
-
-
mergify[bot] authored
* Remove osmomath's dependency on osmoassert & gammtypes * Add note in gamm constant * Bring pack conditional panic * One more cond panic (cherry picked from commit db97b161 ) Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
mergify[bot] authored
* Move binary search from osmomath to osmoutils (#3763) * Move binary search from osmomath to osmoutils * Add changelog (cherry picked from commit 3095a7d3 ) # Conflicts: # osmomath/binary_search.go # x/gamm/pool-models/balancer/pool_test.go # x/gamm/pool-models/internal/cfmm_common/lp.go # x/gamm/pool-models/stableswap/amm.go # x/gamm/pool-models/stableswap/amm_test.go * Fix conflict Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
Niccolo Raspa authored
-
mergify[bot] authored
(cherry picked from commit f1739ca8 ) Co-authored-by:
PJEstrada <pjestrada006@hotmail.com>
-
- 15 Dec, 2022 2 commits
-
-
mergify[bot] authored
* JoinPoolNoSwap change due to tokenInMaxs checks * panic message better explained (cherry picked from commit 1c6c3c04 ) Co-authored-by:
Mirel Dalčeković <97894739+dalmirel@users.noreply.github.com>
-
mergify[bot] authored
* Removing the second check as it breaks the yml file (#3719) * removing the second check as it breaks the yml file * only running on rust changes * fixed if * making my life easier * remove output check, as output is required * bring back lint Co-authored-by:
Dev Ojha <dojha@berkeley.edu> (cherry picked from commit 0a3c4422 ) # Conflicts: # .github/workflows/contracts.yml * Fix conflict Co-authored-by:
Nicolas Lara <nicolaslara@gmail.com> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
- 14 Dec, 2022 1 commit
-
-
mergify[bot] authored
* refactor(osmomath): replace Power with PowerInteger (backport #3712) * Update CHANGELOG.md Co-authored-by:
Roman <roman@osmosis.team>
-