-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
priority: lowWhen time permitsWhen time permitsstatus: backlogPrioritized but not startedPrioritized but not startedstatus: in-progressActively being worked onActively being worked on
Description
The proposals feature is almost ready on Miro side, but not yet merged. So that would be updated on Miro side
Expected old format
{
"proposals": [
{
"proposal_id": "1",
"title": "Fix Minimum Transaction Fee",
"description": "Reduce minimum transaction fee from 1 KEX to 0.001 KEX.",
"content": {
"@type": "/kira.gov.SetNetworkPropertyProposal",
"networkProperty": "MIN_TX_FEE",
"value": {
"strValue": "",
"value": "1000"
}
},
"submit_time": "2025-11-17T16:45:35.710911841Z",
"voting_end_time": "2025-11-17T23:57:35.710911841Z",
"enactment_end_time": "2025-11-18T23:57:35.710911841Z",
"min_voting_end_block_height": "250738",
"min_enactment_end_block_height": "265138",
"exec_result": "",
"result": "VOTE_PENDING",
"voters_count": 0,
"votes_count": 0,
"quorum": "",
"meta_data": "",
"proposer_info": {
"moniker": "validator_moniker",
"address": "kira1address...",
"logo": "https://example.com/logo.png",
"valkey": "valkey_value",
"website": "https://example.com"
},
"transaction_hash": "ABC123DEF456..."
}
],
"total_count": 1
}
Actual current format
[
{
"proposalId": "1",
"title": "Fix Minimum Transaction Fee",
"description": "Reduce minimum transaction fee from 1 KEX to 0.001 KEX.",
"content": {
"@type": "/kira.gov.SetNetworkPropertyProposal",
"networkProperty": "MIN_TX_FEE",
"value": {
"strValue": "",
"value": "1000"
}
},
"submitTime": "2025-11-17T16:45:35.710911841Z",
"votingEndTime": "2025-11-17T23:57:35.710911841Z",
"enactmentEndTime": "2025-11-18T23:57:35.710911841Z",
"minVotingEndBlockHeight": "250738",
"minEnactmentEndBlockHeight": "265138",
"execResult": "",
"result": "VOTE_PENDING",
"voters_count": 0,
"votes_count": 0,
"quorum": "",
"meta_data": ""
}
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: lowWhen time permitsWhen time permitsstatus: backlogPrioritized but not startedPrioritized but not startedstatus: in-progressActively being worked onActively being worked on