This project is mirrored from https://github.com/osmosis-labs/osmosis.git. Pull mirroring updated .
  1. 15 Feb, 2023 1 commit
  2. 13 Feb, 2023 2 commits
  3. 10 Feb, 2023 1 commit
    • Nicolas Lara's avatar
      backport: Integrate Packet Forward Middleware (#4281) · 4062d2fc
      Nicolas Lara authored
      
      * Integrate Packet Forward Middleware (#3911)
      
      * added initial packet forward middleware integration
      
      * gofumpt
      
      * updated go.mod
      
      * correct value
      
      * updating to match upstream
      
      * added params
      
      * gofumpt
      
      * added PFM to upgrades
      
      * go imports
      
      * added e2e test for PFM+wasm hoks
      
      * refactor
      
      * refactored for reusability and added comments
      
      * updated to latest version that allows native json
      
      * removed unnecessary param
      
      * reordering imports after merge
      
      * added denom check
      
      * added changelog
      
      * Update tests/e2e/e2e_test.go
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      
      * requiring the txs to succeed
      
      * fixed e2e tests
      
      ---------
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      
      * removed CL test
      
      ---------
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      4062d2fc
  4. 09 Feb, 2023 4 commits
  5. 08 Feb, 2023 4 commits
  6. 07 Feb, 2023 2 commits
  7. 06 Feb, 2023 7 commits
  8. 05 Feb, 2023 3 commits
  9. 04 Feb, 2023 1 commit
  10. 03 Feb, 2023 3 commits
  11. 02 Feb, 2023 10 commits
  12. 01 Feb, 2023 2 commits
    • Adam Tucker's avatar
      CL: check denoms match when creating migrate link (#4126) · de81a5e2
      Adam Tucker authored
      * check denoms match
      
      * update migrate tests
      
      * accept only two asset balancer pools test
      
      * update godoc
      
      * update migrate test to have one link
      
      * utilize var for coins
      
      * fix test variable
      
      * combine two if statements
      
      * Compare types instead of string
      de81a5e2
    • Nicolas Lara's avatar
      Allow explicit channels on XCS receiver (#4151) · ac46a71d
      Nicolas Lara authored
      
      * initial modification of msg to support native json objects
      
      * updated outpost to support nested json
      
      * clippy
      
      * removed replace
      
      * format
      
      * outpost x86
      
      * format
      
      * swaprouter x86
      
      * xcs x86
      
      * overloaded the receiver
      
      * fixed test boilerplate
      
      * outpost x86
      
      * xcs x86
      
      * Update cosmwasm/contracts/crosschain-swaps/src/checks.rs
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      
      * typo
      
      ---------
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      ac46a71d