This project is mirrored from https://github.com/osmosis-labs/osmosis.git. Pull mirroring updated .
  1. 14 Jan, 2023 6 commits
  2. 13 Jan, 2023 7 commits
  3. 12 Jan, 2023 6 commits
  4. 11 Jan, 2023 5 commits
  5. 10 Jan, 2023 4 commits
  6. 09 Jan, 2023 10 commits
  7. 08 Jan, 2023 1 commit
    • Ruslan Akhtariev's avatar
      refactor(x/swaprouter): update swaprouter CLI with osmocli; deprecate comparable gamm CLI (#3875) · c23f7496
      Ruslan Akhtariev authored
      * NewSwapExactAmountInCmd: migrate to osmocli / remove from gamm
      
      * NewSwapExactAmountOutCmd to osmocli
      
      * GetCmdNumPools query to osmocli/swaprouter
      
      * EstimateSwapExactAmountIn to osmocli  and swaprouter
      
      * GetCmdEstimateSwapExactAmountOut to osmocli/swaprouter
      
      * TestGetCmdNumPools was a method for integration test suite??? removed it
      
      * change gamm to swaprouter in scripts/docs
      
      * restore go work sum
      
      * revert gamm deprecation
      
      * go work sum
      
      * back gamm
      
      * one more swaprouter to gamm change
      
      * change go work sum
      c23f7496
  8. 07 Jan, 2023 1 commit
    • Nicolas Lara's avatar
      Wasm hooks E2E test & change intermediary address prefix (#3937) · 637f3f3d
      Nicolas Lara authored
      * 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
      637f3f3d