the MsgHandleIdentityRecordsVerifyRequest successfully accepted but doesn't verify the actual request or edit the balance. The identity record is still displayed for the requester and approver.
I am not sure what is the reason. Possibly related to the #52
Try to approve the request:
http://3.123.154.245:11000/api/kira/txs
the response is tx hash:
0x1ACFB0BD504645C63484BE4EC1E3D6DC7383550B389694E29D985DECA29FD59A
More info if needed:
the request data:
{
"tx": "Ck8KTQovL2tpcmEuZ292Lk1zZ0hhbmRsZUlkZW50aXR5UmVjb3Jkc1ZlcmlmeVJlcXVlc3QSGgoU977tyJJsI4J5Y8jgeI6hlOLbsOIQARgBEmkKUApGCh8vY29zbW9zLmNyeXB0by5zZWNwMjU2azEuUHViS2V5EiMKIQOH43wucuLFYQF1y5yC3HMUMuWSQSq3LH/YmIF55FxZhBIECgIIARgDEhUKDwoEdWtleBIHMjAwMDAwMBCgnAEaQOVlsgfhxaNDRDJeNJl5RHtaRHIxjxaxhxtQp3RMehAOI6zAbgmJTiKS8AkgpDsXIncak56KJ9auv46k2MS1y0w=",
"mode": "sync"
}
raw data:
{
"tx": {
"body": {
"messages": [
{
"@type": "/kira.gov.MsgHandleIdentityRecordsVerifyRequest",
"verifier": "kira177lwmjyjds3cy7trers83r4pjn3dhv8zrqk9dl",
"verify_request_id": 1,
"yes": true
}
],
"memo": "",
"timeout_height": 0,
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A4fjfC5y4sVhAXXLnILccxQy5ZJBKrcsf9iYgXnkXFmE"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": 3
}
],
"fee": {
"amount": [
{
"denom": "ukex",
"amount": "2000000"
}
],
"gas_limit": 20000,
"payer": null,
"granter": null
}
},
"signatures": [
"5WWyB+HFo0NEMl40mXlEe1pEcjGPFrGHG1CndEx6EA4jrMBuCYlOIpLwCSCkOxcidxqTnoon1q6/jqTYxLXLTA=="
]
},
"mode": "sync"
}
To check the requests:
curl http://3.123.154.245:11000/api/kira/gov/identity_verify_requests_by_approver/kira177lwmjyjds3cy7trers83r4pjn3dhv8zrqk9dl
data
{
"verifyRecords": [
{
"address": "kira143q8vxpvuykt9pq50e6hng9s38vmy844n8k9wx",
"id": "1",
"lastRecordEditDate": "2025-12-02T20:16:12.892465698Z",
"recordIds": [
"2"
],
"tip": "100000ukex",
"verifier": "kira177lwmjyjds3cy7trers83r4pjn3dhv8zrqk9dl"
}
],
"pagination": {
"nextKey": "",
"total": "0"
}
}
the MsgHandleIdentityRecordsVerifyRequest successfully accepted but doesn't verify the actual request or edit the balance. The identity record is still displayed for the requester and approver.
I am not sure what is the reason. Possibly related to the #52
Try to approve the request:
the response is tx hash:
More info if needed:
the request data:
raw data:
To check the requests:
data