Skip to content

Commit 8455341

Browse files
authored
Enable Inflation (burnt-labs#111)
* increase expedited time * pull upstream * expedite * unexpedite * do expedite * permissioned uploads * update summary * expedite * inflation govprop * expedite
1 parent 049d966 commit 8455341

File tree

6 files changed

+113
-0
lines changed

6 files changed

+113
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "Extend Mainnet Voting Period",
3+
"authors": [
4+
5+
],
6+
"summary": "Currently the expedited voting period is one hour, which is hard to react to. We intend to raise it to 6 hours",
7+
"details": ".",
8+
"proposal_forum_url": ".",
9+
"vote_option_context": "Yes to extend the voting period, no to leave it as is"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "Set Permissioned Contract Upload",
3+
"authors": [
4+
5+
],
6+
"summary": "New cosmwasm contract uploads will need to achieve governance consensus",
7+
"details": "New cosmwasm contract uploads will need to achieve governance consensus",
8+
"proposal_forum_url": ".",
9+
"vote_option_context": "Vote yes to enabled permissioned upload, vote no to leave as current, permissionless"
10+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "Enable Inflation",
3+
"authors": [
4+
5+
6+
],
7+
"summary": "Inflation has been disabled in the stealth mainnet. This proposal enables it, at an initial rate of 42.0%",
8+
"details": "We are initially proposing a higher rate (42%) to increase network security through staking during the network publication. We intend to lower this over time, to a more reasonable market based number.",
9+
"proposal_forum_url": ".",
10+
"vote_option_context": "Vote yes to enable inflation at the initial parameters, no to leave inflation disabled"
11+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"messages": [
3+
{
4+
"@type": "/cosmos.gov.v1.MsgUpdateParams",
5+
"authority": "xion10d07y265gmmuvt4z0w9aw880jnsr700jctf8qc",
6+
"params": {
7+
"min_deposit": [
8+
{
9+
"denom": "uxion",
10+
"amount": "1000000000"
11+
}
12+
],
13+
"max_deposit_period": "24h0m0s",
14+
"voting_period": "24h0m0s",
15+
"quorum": "0.334000000000000000",
16+
"threshold": "0.500000000000000000",
17+
"veto_threshold": "0.334000000000000000",
18+
"min_initial_deposit_ratio": "0.000000000000000000",
19+
"proposal_cancel_ratio": "0.500000000000000000",
20+
"proposal_cancel_dest": "",
21+
"expedited_voting_period": "6h0m0s",
22+
"expedited_threshold": "0.667000000000000000",
23+
"expedited_min_deposit": [
24+
{
25+
"denom": "uxion",
26+
"amount": "5000000000"
27+
}
28+
],
29+
"burn_vote_quorum": false,
30+
"burn_proposal_deposit_prevote": false,
31+
"burn_vote_veto": true,
32+
"min_deposit_ratio": "0.010000000000000000"
33+
}
34+
}
35+
],
36+
"metadata": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/mainnet/xion-mainnet-1/governance-proposals/update-parameters/metadata/009-update-gov-params.json",
37+
"deposit": "1000000000uxion",
38+
"title": "Extend Mainnet Expedited Voting Period",
39+
"summary": "Currently the expedited voting period is one hour, which is hard to react to. We intend to raise it to 6 hours",
40+
"expedited": true
41+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"messages": [
3+
{
4+
"@type": "/cosmwasm.wasm.v1.MsgUpdateParams",
5+
"authority": "xion10d07y265gmmuvt4z0w9aw880jnsr700jctf8qc",
6+
"params": {
7+
"code_upload_access": {
8+
"permission": "Nobody",
9+
"addresses": []
10+
},
11+
"instantiate_default_permission": "Everybody"
12+
}
13+
}
14+
],
15+
"metadata": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/mainnet/xion-mainnet-1/governance-proposals/update-parameters/metadata/010-permissioned-uploads.json",
16+
"deposit": "5000000000uxion",
17+
"title": "Set Permissioned Contract Upload",
18+
"summary": "New cosmwasm contract uploads will need to achieve governance consensus",
19+
"expedited": true
20+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"messages": [
3+
{
4+
"@type": "/xion.mint.v1.MsgUpdateParams",
5+
"authority": "xion10d07y265gmmuvt4z0w9aw880jnsr700jctf8qc",
6+
"params": {
7+
"mint_denom": "uxion",
8+
"inflation_rate_change": "0.130000000000000000",
9+
"inflation_max": "0.420000000000000000",
10+
"inflation_min": "0.100000000000000000",
11+
"goal_bonded": "0.670000000000000000",
12+
"blocks_per_year": "6311520"
13+
}
14+
}
15+
],
16+
"metadata": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/mainnet/xion-mainnet-1/governance-proposals/update-parameters/metadata/011-enable-inflation.json",
17+
"deposit": "5000000000uxion",
18+
"title": "Enable Inflation",
19+
"summary": "Inflation has been disabled in the stealth mainnet. This proposal enables it, at an initial rate of 42.0%",
20+
"expedited": true
21+
}

0 commit comments

Comments
 (0)