-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: antstalepresh <36045227+antstalepresh@users.noreply.github.com> Co-authored-by: antstalepresh <stalepresh121@outlook.com> Co-authored-by: Aidan Salzmann <aidan@stridelabs.co> Co-authored-by: riley-stride <104941670+riley-stride@users.noreply.github.com>
- Loading branch information
1 parent
59a872b
commit 94e3a91
Showing
91 changed files
with
11,753 additions
and
47 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
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,45 @@ | ||
# Sometimes it's beneficial to test a channel that is not connected with Stride | ||
# For this case, we can use juno <> osmo | ||
global: | ||
api-listen-addr: :5183 | ||
timeout: 10s | ||
memo: "" | ||
light-cache-size: 20 | ||
chains: | ||
juno: | ||
type: cosmos | ||
value: | ||
key: juno-osmo-rly1 | ||
chain-id: JUNO | ||
rpc-addr: http://juno1:26657 | ||
account-prefix: juno | ||
keyring-backend: test | ||
gas-adjustment: 1.2 | ||
gas-prices: 0.01ujuno | ||
debug: false | ||
timeout: 20s | ||
output-format: json | ||
sign-mode: direct | ||
osmo: | ||
type: cosmos | ||
value: | ||
key: juno-osmo-rly2 | ||
chain-id: OSMO | ||
rpc-addr: http://osmo1:26657 | ||
account-prefix: osmo | ||
keyring-backend: test | ||
gas-adjustment: 1.2 | ||
gas-prices: 0.01uosmo | ||
debug: false | ||
timeout: 20s | ||
output-format: json | ||
sign-mode: direct | ||
paths: | ||
juno-osmo: | ||
src: | ||
chain-id: JUNO | ||
dst: | ||
chain-id: OSMO | ||
src-channel-filter: | ||
rule: "" | ||
channel-list: [] |
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,13 @@ | ||
## Rate Limit Integration Tests | ||
* **These tests are not intended to be run with normal CI, they were meant as a comprehensive sanity check before deploying the module and are redundant with the unit tests.** | ||
* **WARNING**: `STRIDE_HOUR_EPOCH_DURATION` must be at least '90s' in `config.sh` | ||
* `HOST_CHAINS` should be set to `(GAIA JUNO OSMO)` in `config.sh` | ||
* Start dockernet | ||
``` | ||
make start-docker | ||
``` | ||
* Run the integration tests | ||
``` | ||
bash dockernet/scripts/ratelimit/run_all_tests.sh | ||
``` | ||
* Each test will print a checkmark or X depending on the status - if there are no X's, the tests passed. |
Oops, something went wrong.