0g-chain/migrate/v0_16/testdata/appstate-gov-v15.json
Ruaridh ffef832d45
Upgrade to sdk v0.44.5 and add IBC (#1106)
- Upgrade cosmos-sdk to v0.44.5 from v0.39.2
- Add Legacy Tx Endpoint for backwards compatibility
- Add IBC v1.2.3 Support

Co-authored-by: DracoLi <draco@dracoli.com>
Co-authored-by: drklee3 <derrick@dlee.dev>
Co-authored-by: denalimarsh <denalimarsh@gmail.com>
Co-authored-by: Draco Li <draco@kava.io>
Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: Denali Marsh <denali@kava.io>
2022-01-07 17:39:27 -07:00

128 lines
3.6 KiB
JSON

{
"gov": {
"deposit_params": {
"max_deposit_period": "600000000000",
"min_deposit": [{ "amount": "200000000", "denom": "ukava" }]
},
"deposits": null,
"proposals": [
{
"content": {
"type": "cosmos-sdk/TextProposal",
"value": {
"description": "test",
"title": "Nominate Kava Stability Committee"
}
},
"deposit_end_time": "2020-05-27T00:03:48.610420744Z",
"final_tally_result": {
"abstain": "388367903902",
"no": "0",
"no_with_veto": "0",
"yes": "45414514436439"
},
"id": "5",
"proposal_status": "Passed",
"submit_time": "2020-05-13T00:03:48.610420744Z",
"total_deposit": [
{
"amount": "1100000000",
"denom": "ukava"
}
],
"voting_end_time": "2020-05-30T02:13:16.534185463Z",
"voting_start_time": "2020-05-16T02:13:16.534185463Z"
},
{
"content": {
"type": "cosmos-sdk/ParameterChangeProposal",
"value": {
"changes": [
{
"key": "sendenabled",
"subspace": "bank",
"value": "true"
}
],
"description": "Enable transactions",
"title": "Enable Transactions Param Change"
}
},
"deposit_end_time": "2019-11-30T18:31:15.707527932Z",
"final_tally_result": {
"abstain": "0",
"no": "0",
"no_with_veto": "0",
"yes": "56424920427790"
},
"id": "1",
"proposal_status": "Passed",
"submit_time": "2019-11-16T18:31:15.707527932Z",
"total_deposit": [
{
"amount": "1024601000",
"denom": "ukava"
}
],
"voting_end_time": "2019-12-03T02:48:16.507225189Z",
"voting_start_time": "2019-11-19T02:48:16.507225189Z"
},
{
"content": {
"type": "kava/CommunityPoolMultiSpendProposal",
"value": {
"description": "Test multi spend",
"recipient_list": [
{
"address": "kava1vnymr7yzccxm6dtudczdawnmsj9664j4u9d7hq",
"amount": [
{
"amount": "125000000",
"denom": "swp"
}
]
},
{
"address": "kava19c069thwekzlfedw4n23us762n7hf3tgxkez6c",
"amount": [
{
"amount": "125000000",
"denom": "swp"
}
]
}
],
"title": "Kava Swap incentivized testnet winner payouts"
}
},
"deposit_end_time": "2021-10-11T14:16:06.431414048Z",
"final_tally_result": {
"abstain": "628394106179",
"no": "8857306862926",
"no_with_veto": "4093971",
"yes": "1600056548411"
},
"id": "63",
"proposal_status": "Rejected",
"submit_time": "2021-09-27T14:16:06.431414048Z",
"total_deposit": [
{
"amount": "1000000000",
"denom": "ukava"
}
],
"voting_end_time": "2021-10-04T14:16:06.431414048Z",
"voting_start_time": "2021-09-27T14:16:06.431414048Z"
}
],
"starting_proposal_id": "1",
"tally_params": {
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto": "0.334000000000000000"
},
"votes": null,
"voting_params": { "voting_period": "600000000000" }
}
}