-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: test_min_self_delegate don't work in recent version (#299) Solution: - use a separate cluster config for this test case - make it more stable by not depend on order of validators response - stablise other integration tests - use builtin `Execute`, which add new log_level flag - register tmservice grpc gateway
- Loading branch information
Showing
10 changed files
with
97 additions
and
42 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,36 @@ | ||
stakingtest: | ||
validators: | ||
- coins: 10cro | ||
staked: 10cro | ||
- coins: 10cro | ||
staked: 10cro | ||
- coins: 1cro | ||
staked: 1cro | ||
min_self_delegation: 10000000 # 0.1cro | ||
accounts: | ||
- name: community | ||
coins: 100cro | ||
- name: ecosystem | ||
coins: 200cro | ||
- name: reserve | ||
coins: 200cro | ||
vesting: "60s" | ||
- name: launch | ||
coins: 100cro | ||
- name: signer1 | ||
coins: 10000cro | ||
- name: signer2 | ||
coins: 2000cro | ||
genesis: | ||
app_state: | ||
staking: | ||
params: | ||
unbonding_time: "10s" | ||
gov: | ||
voting_params: | ||
voting_period: "10s" | ||
deposit_params: | ||
max_deposit_period: "10s" | ||
min_deposit: | ||
- denom: "basecro" | ||
amount: "10000000" |
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