1. 08 Aug, 2022 5 commits
  2. 07 Aug, 2022 2 commits
  3. 06 Aug, 2022 3 commits
    • Dev Ojha's avatar
      Remove unused cdc arguments (#2319) · 201d81d2
      Dev Ojha authored
      * Remove unused cdc arguments
      
      * undo removal in superfluid
      201d81d2
    • vuong's avatar
      Authz (#2206) · 9bc52d49
      vuong authored
      
      * registerCodec for authz
      
      * gamm msg: test authz grant revoke exec
      
      * gamm msg: test authz grant revoke exec
      
      * test authz for incentives module
      
      * test authz for superfluid module
      
      * test authz for tokenfactory module
      
      * gamm test clean
      
      * incentives test clean
      
      * superfluid test clean
      
      * tokenfactory test clean
      
      * tokenfactory
      
      * lockup test
      
      * refactor test for more maintainable
      
      * Update msgs_test.go
      
      * refactor authz test in gamm module
      
      * minor lint
      
      * incentives
      
      * lockup
      
      * minor
      
      * superfluid
      
      * token factory
      
      * add changelog
      
      * Update x/gamm/types/msgs_test.go
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      
      * minor
      
      * fumpt
      
      * handler err when create msgAny
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      9bc52d49
    • Roman's avatar
      refactor/test: improve DecApproxEq, fix misuse in mint hooks, create osmoassert package (#2322) · 91141514
      Roman authored
      * refactor/test: improve DecApproxEq, fix misuse in mint hooks, create osmoassert package
      
      * revert osmomath accidental rename
      
      * revert osmomath
      91141514
  4. 05 Aug, 2022 7 commits
  5. 04 Aug, 2022 7 commits
  6. 03 Aug, 2022 5 commits
  7. 02 Aug, 2022 4 commits
  8. 01 Aug, 2022 1 commit
  9. 31 Jul, 2022 2 commits
  10. 29 Jul, 2022 2 commits
  11. 28 Jul, 2022 2 commits
    • Adam Tucker's avatar
      chore: v11 upgrade guide (#2252) · fe98f6e4
      Adam Tucker authored
      
      * Create guide.md
      
      * adds testnet guide
      
      * Update guide.md
      
      * Update guide.md
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      
      * Update guide.md
      
      * Update guide.md
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      fe98f6e4
    • Sishir Giri's avatar
      [Test] gamm: Make test case for GetPoolDenoms (#2240) · cf39ea38
      Sishir Giri authored
      Closes: #2200
      
      ## What is the purpose of the change
      Add test for function GetPoolDenoms 
      
      ## Brief Changelog
      n/a
      
      ## Testing and Verifying
      added unit test 
      
      ## Documentation and Release Note
      
        - Does this pull request introduce a new feature or user-facing behavior changes? (no)
        - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? (no)
        - How is the feature or change documented? (not applicable   /   specification (`x/<module>/spec/`)  /  [Osmosis docs repo](https://github.com/osmosis-labs/docs)   /   not documented)
      cf39ea38