This project is mirrored from https://github.com/osmosis-labs/osmosis.git. Pull mirroring updated .
  1. 16 Dec, 2022 1 commit
  2. 15 Dec, 2022 5 commits
  3. 14 Dec, 2022 8 commits
  4. 13 Dec, 2022 4 commits
  5. 12 Dec, 2022 2 commits
    • Dev Ojha's avatar
      Osmocli: Fix lines of code overhead + speed of CLI tests (#3647) · 1986ad22
      Dev Ojha authored
      * Initial commit for cli test fixing
      
      * Finish replacing tx tests
      
      * Start query modification for testability
      
      * Testing scaffolding now in place
      
      * sync
      
      * Fix cobra not resetting flag values
      
      * Delete more cli tests
      
      * Migrate incentives modules tests
      
      * WIP on gamm deletion
      
      * Finish converting all gamm tx tests
      
      * Cleanup gamm index command
      
      * pflag -> flag (alias, not import)
      
      * Delete tests for 0-arg fns
      
      * Convert simple query tests
      
      * Finish adapting gamm tests
      
      * Changelog
      
      * Delete test suite that was never being ran
      Unverified
      1986ad22
    • doggystylez's avatar
      update chain.schema.json for v13 (#3690) · 18eda0ec
      doggystylez authored
      Unverified
      18eda0ec
  6. 10 Dec, 2022 2 commits
    • Roman's avatar
      feat(scripts): polynomial and rational approximations (#3620) · 5f55d1be
      Roman authored
      * feat(scripts): polynomial and rational approximations
      
      * typos
      
      * md lint
      
      * osmomath things
      
      * rename solve -> evaluate
      
      * terminology corrections for actual function
      
      * correct terminology for rational matrix
      
      * Revert "osmomath things"
      
      This reverts commit 90f137ed.
      
      * compute and print max error
      
      * increase num_points_plot
      
      * polynomial_num_terms = numerator_terms + denominator_terms
      
      * add ability to approximate errors
      
      * clean up plot errors
      
      * clean up
      
      * clean up
      
      * clean up
      
      * clean up
      
      * refactores equispaced with higher precision
      
      * fix chebyshev poly
      
      * refactor chebyshev rational
      
      * clean up
      
      * updates
      
      * updates
      
      * updates
      
      * plot errors on range
      
      * isolate exponent approximation choice with expected precision
      
      * add comments in main.py
      
      * README updates
      
      * update readme and requirements
      
      * requirements.txt and gitignore updates
      
      * clean ups and docs
      
      * readme
      
      * update test test_construct_matrix_3_3
      
      * feat(osmomath): BigDec power function with integer exponent, overflow tests at max spot price (#3676)
      
      * feat(osmomath): BigDec power function with integer exponent, overflow tests at max spot price
      
      * euler's number
      
      * nolint
      
      * more tests
      
      * changelog
      
      * feat(osmomath): mutative `PowerIntegerMut` function on `osmomath.BigDec` (#3680)
      Unverified
      5f55d1be
    • David Terpay's avatar
      ProtoRev PR 1 + 2 Rebase (#3681) · d9273e7a
      David Terpay authored
      * ProtoRev: Proto code and Init scaffolding code (#3587)
      
      * Configuring protorev in osmosis app + adding proto code
      
      * generating proto code + adding types implementations
      
      * implementing msg and gov types
      
      * clean up + adding a few more test cases
      
      * styling fixes
      
      * lint fixes
      
      * Updating URLs for queries and msg server to v13
      
      * Refactor of pool statistics + errors
      
      * proto update
      
      * proto updates (snake casing for fields)
      
      * refactoring params to standard implementation
      
      * proposal handler upgrade for protorev
      
      * Protorev Basic Keeper + Epoch Hook (#3646)
      
      * setting up the keys for trading stores
      
      * trading store getters and setters
      
      * keeper testing
      
      * configuring epoch hook in app + implementing the hook + genesis state update
      
      * epoch testing
      
      * clean up docs + test suite
      
      * lint fixes
      
      * more documentation
      
      * updating token pair keys, refactoring deletion to use the same wrapper func, and moving around epoch code
      
      * creating a helper func to update the highest liquidity pools
      
      * renaming helper function
      
      * adding protorev in v14 upgrade
      Unverified
      d9273e7a
  7. 09 Dec, 2022 3 commits
  8. 08 Dec, 2022 5 commits
  9. 07 Dec, 2022 2 commits
  10. 06 Dec, 2022 3 commits
  11. 05 Dec, 2022 5 commits