-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/ton/e2e-testnet
- Loading branch information
Showing
44 changed files
with
834 additions
and
224 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
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
26 changes: 26 additions & 0 deletions
26
contrib/localnet/orchestrator/proposals_e2e_end/max_gas.json
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,26 @@ | ||
{ | ||
"messages": [ | ||
{ | ||
"@type": "/cosmos.consensus.v1.MsgUpdateParams", | ||
"authority": "zeta10d07y265gmmuvt4z0w9aw880jnsr700jvxasvr", | ||
"block": { | ||
"max_bytes": "22020096", | ||
"max_gas": "150000000" | ||
}, | ||
"evidence": { | ||
"max_age_num_blocks": "100000", | ||
"max_age_duration": "172800s", | ||
"max_bytes": "1048576" | ||
}, | ||
"validator": { | ||
"pub_key_types": [ | ||
"ed25519" | ||
] | ||
} | ||
} | ||
], | ||
"metadata": "", | ||
"deposit": "1000000000000000000azeta", | ||
"title": "Update Max Gas Limit to 150M", | ||
"summary": "Update Max Gas Limit to 150M ZetaChain Athens Testnet." | ||
} |
20 changes: 20 additions & 0 deletions
20
contrib/localnet/orchestrator/proposals_e2e_start/emissions_params.json
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,20 @@ | ||
{ | ||
"messages": [ | ||
{ | ||
"@type": "/zetachain.zetacore.emissions.MsgUpdateParams", | ||
"params": { | ||
"validatorEmissionPercentage": "0.50", | ||
"observerEmissionPercentage": "0.25", | ||
"tssSignerEmissionPercentage": "0.25", | ||
"observerSlashAmount": "100000000000000000", | ||
"ballotMaturityBlocks": 101, | ||
"blockRewardAmount": "9620949074074074074.074070733466756687" | ||
}, | ||
"authority": "zeta10d07y265gmmuvt4z0w9aw880jnsr700jvxasvr" | ||
} | ||
], | ||
"metadata": "test proposal", | ||
"deposit": "100000000azeta", | ||
"title": "emissions param change", | ||
"summary": "emissions param change" | ||
} |
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
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
Oops, something went wrong.