-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[E2E] Create stableswap and cl pools (#4175)
* Create stableswap pools and CL pools * Refactor code to make sure e2e test upgrading run well * Update tests/e2e/configurer/chain/commands.go delete redundant Co-authored-by: Roman <[email protected]> * Remove CL pool and change stable token denom * renome debug bin * Remove rate limiter * resolve compile osmosis amd64 for linux error * resolve conflict * Update stablepool Co-authored-by: Ruslan Akhtariev <[email protected]> * update create function name Co-authored-by: Ruslan Akhtariev <[email protected]> * rename create stableswap function * add rate_limiter.wasm * Update whitespace error * add some logic to execute a swap * update wasm file * Add stableswap pool test to e2e * Change TestStableSwapPostUpgrade to try swapping the pool created in post upgrade * avoid hard code on e2e test * fix conflict * Delete go.work.sum --------- Co-authored-by: Roman <[email protected]> Co-authored-by: Ruslan Akhtariev <[email protected]>
- Loading branch information
1 parent
8f98b24
commit c3700e1
Showing
5 changed files
with
70 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"initial-deposit": "1000000stake,1000uosmo", | ||
"swap-fee": "0.005", | ||
"exit-fee": "0", | ||
"future-governor": "", | ||
"scaling-factors": "1000,1" | ||
} |