1. 04 Aug, 2022 6 commits
    • p0mvn's avatar
      auto: update Go import paths to v11 · 7755516c
      p0mvn authored
      7755516c
    • khanh-notional's avatar
      set epoch time KeeperTestHelper (#2242) · 7c7b317a
      khanh-notional authored
      * set epoch time KeeperTestHelper; change BeginNewBlockWithProposer
      
      * fix test
      7c7b317a
    • Jacob Gadikian's avatar
      Commit timeout (#2057) · 701b3910
      Jacob Gadikian authored
      * precommit timeout
      
      * this ought to do it
      
      * Update CHANGELOG.md
      701b3910
    • Dev Ojha's avatar
      Try to speedup dockerfile build time (#2264) · 25db335e
      Dev Ojha authored
      * Try to speedup dockerfile build time
      
      * retry
      
      * Remove from tag
      
      * Reorder cosmwasm steps to be before copying whole directory
      
      * Try cache
      
      * add -v flag to go build
      
      * verbose flag try 2
      
      * Try cache again
      
      * try changing Github actions caching
      
      * Try cache fixing
      
      * Fix cache
      
      * See if failure was a fluke
      
      * Move-cache to right spot
      
      * Try using absolute path
      
      * Try the buildkit cache workflow
      
      * tryfix buildkit cache
      
      * More buildkit tries
      
      * Check CI re-run
      
      * See if this makes cache get found again
      
      * Retry
      
      * retry
      
      * retry
      
      * revert back to main .github folder
      
      * Rename tests CI job
      
      * Undo -v flag in install
      
      * Add go mod download earlier in build process
      
      * Try staging download better
      
      * Accidental local change
      
      * correct filename
      
      * Try further layer reduction, use cache in go mod download
      
      * See speed on cache re-run
      25db335e
    • Dev Ojha's avatar
      80bd776b
    • Adam Tucker's avatar
      simulator: add makefile cmds and fix determinism test (#2280) · aac7bfac
      Adam Tucker authored
      * add makefile and fix determinism non-commit
      
      * make sim steps clearer
      
      * fix cmd
      aac7bfac
  2. 03 Aug, 2022 5 commits
  3. 02 Aug, 2022 4 commits
  4. 01 Aug, 2022 1 commit
  5. 31 Jul, 2022 2 commits
  6. 29 Jul, 2022 2 commits
  7. 28 Jul, 2022 4 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
    • Adam Tucker's avatar
      Create upgrade_11_binaries.json (#2250) · 9f9736cb
      Adam Tucker authored
      9f9736cb
    • Xiangan He's avatar
      breaking docs fixes (#2246) · c7dd91eb
      Xiangan He authored
      Closes: #XXX
      
      ## What is the purpose of the change
      
      This is a fix for some broken docs on the GAMM module specs
      
      
      ## Brief Changelog
      
      -Fixed duplicate transactions documentation to only contain the most updated and accurate ones.
      
      ## Testing and Verifying
      
      *(Please pick one of the following options)*
      
      **This change is a trivial rework / code cleanup without any test coverage.**
      
      *(or)*
      
      This change is already covered by existing tests, such as *(please describe tests)*.
      
      *(or)*
      
      This change added tests and can be verified as follows:
      
      **This has been tested by locally reproducing by building.**
      
      ## Documentation and Release Note
      
        - Does this pull request introduce a new feature or user-facing behavior changes? (yes / **no**)
        - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? (yes / **no**)
        - How is the feature or change documented? (**not applicable**   /   specification (`x/<module>/spec/`)  /  [Osmosis docs repo](https://github.com/osmo...
      c7dd91eb
  8. 27 Jul, 2022 1 commit
  9. 26 Jul, 2022 3 commits
    • Xiangan He's avatar
      docs: all module README.mds relocated into module root (#2171) · 882c8d53
      Xiangan He authored
      * rebase to main
      
      * markdown lint fixes
      
      * doc lint fixes
      882c8d53
    • Roman's avatar
      feat(incentives)!: create gauge and add to gauge fee charge (#2227) · cbfde114
      Roman authored
      * feat(incentives)!: create gauge and add to gauge fee charge
      
      * initialize txfees keeper before incentives
      
      * finish TestChargeFee
      
      * refactor to charge fee in message server
      
      * more tests
      
      * clean up
      
      * test balances
      
      * test create gauge fees (#2228)
      
      * test create gauge fees
      
      * add mod account to test
      
      * test create gauge fees
      
      * add mod account to test
      
      * move to msg server
      
      * merge
      
      * add comments
      
      * account keeper comment
      
      * fix TestCreateGaugeFee
      
      * apply appparams.BaseCoinUnit
      
      * remove txfees keeper from incentives and revert order
      
      * clean up
      
      * remove unused keepers fromm incentives keeper
      
      * Update x/incentives/keeper/gauge.go
      
      * Update x/incentives/keeper/gauge.go
      
      * clean up
      
      * fixture names
      
      * chargeFeeIfSufficientFeeDenomBalance test name
      
      * changelog
      
      * comment
      
      * finished tests (#2230)
      
      * finished tests
      
      * use keeper instead of math
      
      * remove unused tests
      
      *...
      cbfde114
    • JeremyParish69's avatar
      Update chain schema (#2235) · bc78aded
      JeremyParish69 authored
      * add params to chain schema
      
              "cosmos_sdk_version": "0.45",
              "tendermint_version": "0.34",
              "cosmwasm_version": "0.24",
              "cosmwasm_enabled": true
      
      * minor fix
      
              "cosmos_sdk_version": "0.45",
              "tendermint_version": "0.34",
              "cosmwasm_version": "0.24",
              "cosmwasm_enabled": true
      bc78aded
  10. 24 Jul, 2022 1 commit
  11. 23 Jul, 2022 2 commits
  12. 22 Jul, 2022 8 commits
  13. 21 Jul, 2022 1 commit