From a0c814b00c3f5a93863ec26891c14c29f30441cf Mon Sep 17 00:00:00 2001 From: Jaechang Namgoong Date: Mon, 24 Mar 2025 15:15:44 +0900 Subject: [PATCH 1/2] Fix to not include invalid payload fields --- didsdk/score/vc_score_parameter.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/didsdk/score/vc_score_parameter.py b/didsdk/score/vc_score_parameter.py index 10165dc..2942903 100644 --- a/didsdk/score/vc_score_parameter.py +++ b/didsdk/score/vc_score_parameter.py @@ -11,11 +11,9 @@ def register_jwt(credential: str, private_key: PrivateKey) -> str: credential_payload: dict = payload.as_dict() payload = Payload( { - "type": "REGIST", "issuerDid": credential_payload["iss"], "sig": credential_jwt.signature, "issueDate": credential_payload["iat"], - "revokeDate": 0, "expiryDate": credential_payload["exp"], } ) @@ -27,7 +25,6 @@ def revoke_jwt(credential: str, did: str, private_key: PrivateKey) -> str: credential_jwt: Jwt = Jwt.decode(credential) payload = Payload( { - "type": "REVOKE", "sig": credential_jwt.signature, "issuerDid": did, "revokeDate": int(time.time()), From 1a0d11456b536b269f5aad2c5114cefab82ad2a8 Mon Sep 17 00:00:00 2001 From: Jaechang Namgoong Date: Mon, 24 Mar 2025 15:45:50 +0900 Subject: [PATCH 2/2] Update VCService test cassettes --- ...estVCService.test_register_and_revoke.yaml | 260 +++++++++--------- .../TestVCService.test_register_list.yaml | 186 +++++-------- 2 files changed, 204 insertions(+), 242 deletions(-) diff --git a/tests/unit/cassettes/test_vc_service/TestVCService.test_register_and_revoke.yaml b/tests/unit/cassettes/test_vc_service/TestVCService.test_register_and_revoke.yaml index a92fd4b..f590c1b 100644 --- a/tests/unit/cassettes/test_vc_service/TestVCService.test_register_and_revoke.yaml +++ b/tests/unit/cassettes/test_vc_service/TestVCService.test_register_and_revoke.yaml @@ -1,12 +1,12 @@ interactions: - request: - body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1741226434, "params": + body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1742798349, "params": {"version": "0x3", "from": "hxcaa2f822305bbc25a680c582733a9eca44b4bb6a", "to": "cxdd0cb8465b15e2971272c1ecf05691198552f770", "stepLimit": "0x4c4b40", "timestamp": - "0x62fa2df1afd43", "nid": "0x2", "dataType": "call", "data": {"method": "create", + "0x63110dc8b6e3c", "nid": "0x2", "dataType": "call", "data": {"method": "create", "params": {"publicKey": "{\"id\": \"python-sdk-key\", \"type\": [\"Secp256k1VerificationKey\"], \"publicKeyBase64\": \"BJDmPteTZdK15GsVQgcVXp7aZnq/Fv9hgw0gW1Be2vQxJ8DK/z6IavIVVKWoxyqWTfbcak+KzUBupK7Sr30bCfQ=\"}"}}, - "signature": "vXujxdpoJv7RxPwzgYfwKRVQANKFyHGk90TRHp6wU44uxVE25/3ZQE2dYerkxJ++mxb+ujmuZQkvBA8tseNE+wA="}}' + "signature": "Wj9cpegc9WehUfzjZwrI8CMC1gnpqsQPy6JNt3KJ6ztdoRw+wbeW3mbNCBehcfTcL7fQURv8YBi/JnXdgA+rAgE="}}' headers: Accept: - '*/*' @@ -24,7 +24,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"0xc3dfb999eb21b8f980fef416a3bf2307fcb9bcc71e9fc43550777a176b842382","id":1741226434} + string: '{"jsonrpc":"2.0","result":"0xb00d47f748102677edf2820faa3909f54667fd525fe5e2e984960ff9d9e28ffb","id":1742798349} ' headers: @@ -35,7 +35,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:34 GMT + - Mon, 24 Mar 2025 06:39:10 GMT Server: - ProSexy Transfer-Encoding: @@ -47,8 +47,8 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226434, - "params": {"txHash": "0xc3dfb999eb21b8f980fef416a3bf2307fcb9bcc71e9fc43550777a176b842382"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798349, + "params": {"txHash": "0xb00d47f748102677edf2820faa3909f54667fd525fe5e2e984960ff9d9e28ffb"}}' headers: Accept: - '*/*' @@ -67,7 +67,7 @@ interactions: response: body: string: '{"jsonrpc":"2.0","error":{"code":-31004,"message":"NotFound: E1005:not - found tx=0xc3dfb999eb21b8f980fef416a3bf2307fcb9bcc71e9fc43550777a176b842382"},"id":1741226434} + found tx=0xb00d47f748102677edf2820faa3909f54667fd525fe5e2e984960ff9d9e28ffb"},"id":1742798349} ' headers: @@ -78,7 +78,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:34 GMT + - Mon, 24 Mar 2025 06:39:10 GMT Server: - ProSexy Vary: @@ -87,8 +87,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226435, - "params": {"txHash": "0xc3dfb999eb21b8f980fef416a3bf2307fcb9bcc71e9fc43550777a176b842382"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798351, + "params": {"txHash": "0xb00d47f748102677edf2820faa3909f54667fd525fe5e2e984960ff9d9e28ffb"}}' headers: Accept: - '*/*' @@ -106,7 +106,47 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226435} + string: '{"jsonrpc":"2.0","error":{"code":-31004,"message":"NotFound: E1005:not + found tx=0xb00d47f748102677edf2820faa3909f54667fd525fe5e2e984960ff9d9e28ffb"},"id":1742798351} + + ' + headers: + Connection: + - keep-alive + Content-Length: + - '166' + Content-Type: + - application/json; charset=UTF-8 + Date: + - Mon, 24 Mar 2025 06:39:11 GMT + Server: + - ProSexy + Vary: + - Origin + status: + code: 400 + message: Bad Request +- request: + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798352, + "params": {"txHash": "0xb00d47f748102677edf2820faa3909f54667fd525fe5e2e984960ff9d9e28ffb"}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '166' + Content-Type: + - application/json + User-Agent: + - python-requests/2.32.3 + method: POST + uri: https://lisbon.net.solidwallet.io/api/v3 + response: + body: + string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1742798352} ' headers: @@ -117,7 +157,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:36 GMT + - Mon, 24 Mar 2025 06:39:12 GMT Server: - ProSexy Vary: @@ -126,8 +166,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226437, - "params": {"txHash": "0xc3dfb999eb21b8f980fef416a3bf2307fcb9bcc71e9fc43550777a176b842382"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798353, + "params": {"txHash": "0xb00d47f748102677edf2820faa3909f54667fd525fe5e2e984960ff9d9e28ffb"}}' headers: Accept: - '*/*' @@ -145,7 +185,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":{"blockHash":"0xeb79da2aadcfd9cdb991be37090c75369490657c579c34a418b73c1ef790eb0f","blockHeight":"0x30b7325","cumulativeStepUsed":"0xbca70","eventLogs":[{"scoreAddress":"cxdd0cb8465b15e2971272c1ecf05691198552f770","indexed":["Create(Address,str,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:c3dfb999eb21b8f980fef416a3bf2307fcb9bcc71f497fbc"],"data":["python-sdk-key"]}],"logsBloom":"0x10000000000000000000000000000000000000000000000000000000408000000000000000004000000000000000000000000000000000000000000000000000000000000002000000000000000000800000000000000000040000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000108000000000000000000000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0xbca70","to":"cxdd0cb8465b15e2971272c1ecf05691198552f770","txHash":"0xc3dfb999eb21b8f980fef416a3bf2307fcb9bcc71e9fc43550777a176b842382","txIndex":"0x1"},"id":1741226437} + string: '{"jsonrpc":"2.0","result":{"blockHash":"0x17e0ace6130834f154a2a9fc19443933589f5383997da9e4424125625788ef42","blockHeight":"0x317705a","cumulativeStepUsed":"0xbca70","eventLogs":[{"scoreAddress":"cxdd0cb8465b15e2971272c1ecf05691198552f770","indexed":["Create(Address,str,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:b00d47f748102677edf2820faa3909f54667fd520ff36329"],"data":["python-sdk-key"]}],"logsBloom":"0x10000000000000000000800000000000000000000000000000000000008000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000002000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000108000000000000000004000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0xbca70","to":"cxdd0cb8465b15e2971272c1ecf05691198552f770","txHash":"0xb00d47f748102677edf2820faa3909f54667fd525fe5e2e984960ff9d9e28ffb","txIndex":"0x1"},"id":1742798353} ' headers: @@ -156,7 +196,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:37 GMT + - Mon, 24 Mar 2025 06:39:13 GMT Server: - ProSexy Transfer-Encoding: @@ -168,9 +208,9 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_call", "id": 1741226437, "params": {"to": + body: '{"jsonrpc": "2.0", "method": "icx_call", "id": 1742798353, "params": {"to": "cxdd0cb8465b15e2971272c1ecf05691198552f770", "dataType": "call", "data": {"method": - "read", "params": {"did": "did:icon:02:c3dfb999eb21b8f980fef416a3bf2307fcb9bcc71f497fbc"}}}}' + "read", "params": {"did": "did:icon:02:b00d47f748102677edf2820faa3909f54667fd520ff36329"}}}}' headers: Accept: - '*/*' @@ -188,7 +228,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"{\"version\":\"1.0\",\"id\":\"did:icon:02:c3dfb999eb21b8f980fef416a3bf2307fcb9bcc71f497fbc\",\"created\":51082021,\"publicKey\":[{\"id\":\"python-sdk-key\",\"type\":[\"Secp256k1VerificationKey\"],\"publicKeyBase64\":\"BJDmPteTZdK15GsVQgcVXp7aZnq/Fv9hgw0gW1Be2vQxJ8DK/z6IavIVVKWoxyqWTfbcak+KzUBupK7Sr30bCfQ=\",\"created\":51082021}],\"authentication\":[{\"publicKey\":\"python-sdk-key\"}]}","id":1741226437} + string: '{"jsonrpc":"2.0","result":"{\"version\":\"1.0\",\"id\":\"did:icon:02:b00d47f748102677edf2820faa3909f54667fd520ff36329\",\"created\":51867738,\"publicKey\":[{\"id\":\"python-sdk-key\",\"type\":[\"Secp256k1VerificationKey\"],\"publicKeyBase64\":\"BJDmPteTZdK15GsVQgcVXp7aZnq/Fv9hgw0gW1Be2vQxJ8DK/z6IavIVVKWoxyqWTfbcak+KzUBupK7Sr30bCfQ=\",\"created\":51867738}],\"authentication\":[{\"publicKey\":\"python-sdk-key\"}]}","id":1742798353} ' headers: @@ -199,7 +239,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:37 GMT + - Mon, 24 Mar 2025 06:39:14 GMT Server: - ProSexy Transfer-Encoding: @@ -211,13 +251,13 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1741226437, "params": + body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1742798354, "params": {"version": "0x3", "from": "hxcaa2f822305bbc25a680c582733a9eca44b4bb6a", "to": "cxdd0cb8465b15e2971272c1ecf05691198552f770", "stepLimit": "0x4c4b40", "timestamp": - "0x62fa2df46ac2f", "nid": "0x2", "dataType": "call", "data": {"method": "create", + "0x63110dccf4abe", "nid": "0x2", "dataType": "call", "data": {"method": "create", "params": {"publicKey": "{\"id\": \"python-sdk-key\", \"type\": [\"Secp256k1VerificationKey\"], \"publicKeyBase64\": \"BAIVSR80BwjjrAzRx1Kekk873M7npE1Po0xEOtjoJnXrZT23okOJd+eHZNTQH2E9tPqCva09M21jXuSpaAwNWqY=\"}"}}, - "signature": "PXCSk1Wafyhgmz/RLNEOHJobcdHaO3Q531WAHAZpG5pK8WzisIvae0hBcEFWbo6i/tnhnmJru+0ZHdhAEDxOrgA="}}' + "signature": "d7ITg4qiBaMOi6Ju0ybZ0wzN34vntUVJa/ULZETdIhMvCnVk74sXBmFFpv+rQrriUo3G6DZth2otYPoNCySsIgA="}}' headers: Accept: - '*/*' @@ -235,7 +275,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"0x016e045dde14b1006f232f24fe4c5944acda9ba90ef4740c56d51f2e63f82471","id":1741226437} + string: '{"jsonrpc":"2.0","result":"0x89ec475965de465de982e5c7aadf6773c972c937dee177cda9ed421c19a4ebcb","id":1742798354} ' headers: @@ -246,7 +286,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:37 GMT + - Mon, 24 Mar 2025 06:39:14 GMT Server: - ProSexy Transfer-Encoding: @@ -258,8 +298,8 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226437, - "params": {"txHash": "0x016e045dde14b1006f232f24fe4c5944acda9ba90ef4740c56d51f2e63f82471"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798354, + "params": {"txHash": "0x89ec475965de465de982e5c7aadf6773c972c937dee177cda9ed421c19a4ebcb"}}' headers: Accept: - '*/*' @@ -278,7 +318,7 @@ interactions: response: body: string: '{"jsonrpc":"2.0","error":{"code":-31004,"message":"NotFound: E1005:not - found tx=0x016e045dde14b1006f232f24fe4c5944acda9ba90ef4740c56d51f2e63f82471"},"id":1741226437} + found tx=0x89ec475965de465de982e5c7aadf6773c972c937dee177cda9ed421c19a4ebcb"},"id":1742798354} ' headers: @@ -289,7 +329,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:38 GMT + - Mon, 24 Mar 2025 06:39:14 GMT Server: - ProSexy Vary: @@ -298,8 +338,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226439, - "params": {"txHash": "0x016e045dde14b1006f232f24fe4c5944acda9ba90ef4740c56d51f2e63f82471"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798355, + "params": {"txHash": "0x89ec475965de465de982e5c7aadf6773c972c937dee177cda9ed421c19a4ebcb"}}' headers: Accept: - '*/*' @@ -317,18 +357,18 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226439} + string: '{"jsonrpc":"2.0","error":{"code":-31002,"message":"Pending: Pending"},"id":1742798355} ' headers: Connection: - keep-alive Content-Length: - - '91' + - '87' Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:39 GMT + - Mon, 24 Mar 2025 06:39:15 GMT Server: - ProSexy Vary: @@ -337,8 +377,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226440, - "params": {"txHash": "0x016e045dde14b1006f232f24fe4c5944acda9ba90ef4740c56d51f2e63f82471"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798356, + "params": {"txHash": "0x89ec475965de465de982e5c7aadf6773c972c937dee177cda9ed421c19a4ebcb"}}' headers: Accept: - '*/*' @@ -356,7 +396,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226440} + string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1742798356} ' headers: @@ -367,7 +407,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:40 GMT + - Mon, 24 Mar 2025 06:39:17 GMT Server: - ProSexy Vary: @@ -376,8 +416,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226441, - "params": {"txHash": "0x016e045dde14b1006f232f24fe4c5944acda9ba90ef4740c56d51f2e63f82471"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798357, + "params": {"txHash": "0x89ec475965de465de982e5c7aadf6773c972c937dee177cda9ed421c19a4ebcb"}}' headers: Accept: - '*/*' @@ -395,7 +435,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":{"blockHash":"0x017d52100266e087fa6570c3062cd1655260e7c9fa64d4c62ba2216718679b8a","blockHeight":"0x30b7327","cumulativeStepUsed":"0xbca70","eventLogs":[{"scoreAddress":"cxdd0cb8465b15e2971272c1ecf05691198552f770","indexed":["Create(Address,str,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:016e045dde14b1006f232f24fe4c5944acda9ba9f179535f"],"data":["python-sdk-key"]}],"logsBloom":"0x10000000000000000000000000000000000000000000000000000000008000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000008000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000080000108000000000000000000000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0xbca70","to":"cxdd0cb8465b15e2971272c1ecf05691198552f770","txHash":"0x016e045dde14b1006f232f24fe4c5944acda9ba90ef4740c56d51f2e63f82471","txIndex":"0x1"},"id":1741226441} + string: '{"jsonrpc":"2.0","result":{"blockHash":"0xe88fb264b54bff95b1cfc2b7da827f51c86ceaeba72d71138a6d93d6b5584116","blockHeight":"0x317705c","cumulativeStepUsed":"0xbca70","eventLogs":[{"scoreAddress":"cxdd0cb8465b15e2971272c1ecf05691198552f770","indexed":["Create(Address,str,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:89ec475965de465de982e5c7aadf6773c972c93787793360"],"data":["python-sdk-key"]}],"logsBloom":"0x10000000000000000000000000000000000000000000000000000000008000000000000000004000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000108008000000000000000000000000000000000000000000000000084","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0xbca70","to":"cxdd0cb8465b15e2971272c1ecf05691198552f770","txHash":"0x89ec475965de465de982e5c7aadf6773c972c937dee177cda9ed421c19a4ebcb","txIndex":"0x1"},"id":1742798357} ' headers: @@ -406,7 +446,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:41 GMT + - Mon, 24 Mar 2025 06:39:18 GMT Server: - ProSexy Transfer-Encoding: @@ -418,9 +458,9 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_call", "id": 1741226441, "params": {"to": + body: '{"jsonrpc": "2.0", "method": "icx_call", "id": 1742798358, "params": {"to": "cxdd0cb8465b15e2971272c1ecf05691198552f770", "dataType": "call", "data": {"method": - "read", "params": {"did": "did:icon:02:016e045dde14b1006f232f24fe4c5944acda9ba9f179535f"}}}}' + "read", "params": {"did": "did:icon:02:89ec475965de465de982e5c7aadf6773c972c93787793360"}}}}' headers: Accept: - '*/*' @@ -438,7 +478,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"{\"version\":\"1.0\",\"id\":\"did:icon:02:016e045dde14b1006f232f24fe4c5944acda9ba9f179535f\",\"created\":51082023,\"publicKey\":[{\"id\":\"python-sdk-key\",\"type\":[\"Secp256k1VerificationKey\"],\"publicKeyBase64\":\"BAIVSR80BwjjrAzRx1Kekk873M7npE1Po0xEOtjoJnXrZT23okOJd+eHZNTQH2E9tPqCva09M21jXuSpaAwNWqY=\",\"created\":51082023}],\"authentication\":[{\"publicKey\":\"python-sdk-key\"}]}","id":1741226441} + string: '{"jsonrpc":"2.0","result":"{\"version\":\"1.0\",\"id\":\"did:icon:02:89ec475965de465de982e5c7aadf6773c972c93787793360\",\"created\":51867740,\"publicKey\":[{\"id\":\"python-sdk-key\",\"type\":[\"Secp256k1VerificationKey\"],\"publicKeyBase64\":\"BAIVSR80BwjjrAzRx1Kekk873M7npE1Po0xEOtjoJnXrZT23okOJd+eHZNTQH2E9tPqCva09M21jXuSpaAwNWqY=\",\"created\":51867740}],\"authentication\":[{\"publicKey\":\"python-sdk-key\"}]}","id":1742798358} ' headers: @@ -449,7 +489,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:42 GMT + - Mon, 24 Mar 2025 06:39:18 GMT Server: - ProSexy Transfer-Encoding: @@ -461,12 +501,12 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1741226441, "params": + body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1742798358, "params": {"version": "0x3", "from": "hxcaa2f822305bbc25a680c582733a9eca44b4bb6a", "to": "cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d", "stepLimit": "0x4c4b40", "timestamp": - "0x62fa2df8c8240", "nid": "0x2", "dataType": "call", "data": {"method": "register", - "params": {"credentialJwt": "eyJhbGciOiAiRVMyNTZLIiwgImtpZCI6ICJkaWQ6aWNvbjowMjpjM2RmYjk5OWViMjFiOGY5ODBmZWY0MTZhM2JmMjMwN2ZjYjliY2M3MWY0OTdmYmMjcHl0aG9uLXNkay1rZXkifQ.eyJ0eXBlIjogIlJFR0lTVCIsICJpc3N1ZXJEaWQiOiAiZGlkOmljb246MDI6YzNkZmI5OTllYjIxYjhmOTgwZmVmNDE2YTNiZjIzMDdmY2I5YmNjNzFmNDk3ZmJjIiwgInNpZyI6ICJBdFBiS0J1SXhxVWZRV3RYcU9yMHUydHMtSXcwNF82U3RJTWJNV2FCVFVJcXp3LXVZZHMwRUdrVEQ4QVNTQ1RHdTdGY2ozMC1RNmhtSDRrMU03SXFxUUEiLCAiaXNzdWVEYXRlIjogMSwgImV4cGlyeURhdGUiOiAyfQ.m5adXyrm3dl3S2e6B4M1aY-zyMczkfYjjCgZENM8An4OpoLOvWxSmGs4sGry_DG4YFs1zWpZ4RkL20v3jc_I3gE"}}, - "signature": "QRoxiJb3my9yJ8EBGoPKJcMD+yTK9wBcHMCGuwAOuAlHlPVOwiDzuvPhhm/o/G0IjlZqnTTd8J0EXBchtxQg7wE="}}' + "0x63110dd135c15", "nid": "0x2", "dataType": "call", "data": {"method": "register", + "params": {"credentialJwt": "eyJhbGciOiAiRVMyNTZLIiwgImtpZCI6ICJkaWQ6aWNvbjowMjpiMDBkNDdmNzQ4MTAyNjc3ZWRmMjgyMGZhYTM5MDlmNTQ2NjdmZDUyMGZmMzYzMjkjcHl0aG9uLXNkay1rZXkifQ.eyJpc3N1ZXJEaWQiOiAiZGlkOmljb246MDI6YjAwZDQ3Zjc0ODEwMjY3N2VkZjI4MjBmYWEzOTA5ZjU0NjY3ZmQ1MjBmZjM2MzI5IiwgInNpZyI6ICJFSS1HY3JzcnZkY1Y3clZ3QU81UUtUU3RtN1l1YmdLQlZUREJTMi0tN2RSZ0cwWUE2dGFvRUJNaXpNMGJwTDAzYVhmckJ5UnRHQVQ0QkJIQll5VWFfUUUiLCAiaXNzdWVEYXRlIjogMSwgImV4cGlyeURhdGUiOiAyfQ.AIgA3vrbBccg59pL_fnAUoLU1FEnu6SsGRLQ81d5kXRR40s5T1MpOjEtTyRza4nysTffWkK8LB9rvV_QMt_6mAA"}}, + "signature": "5TIxjxVYHGR9JLCvTXzI9ayvKlDWIquUWOpTfFWud/k3sUF+HZvO9dsoz/+43nigRvmIGns1FHHiaUR0Nn6gqwE="}}' headers: Accept: - '*/*' @@ -475,7 +515,7 @@ interactions: Connection: - keep-alive Content-Length: - - '995' + - '971' Content-Type: - application/json User-Agent: @@ -484,7 +524,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"0xd58f70a4770fb5aafb64b2f095e1f3f31b0ab8a5faace180ee3b3a7e21175998","id":1741226441} + string: '{"jsonrpc":"2.0","result":"0x5247ee52c568fdc20a823c9cbfc43d383daeb214ea72d65ea9fc1dd7ed9ad553","id":1742798358} ' headers: @@ -495,7 +535,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:42 GMT + - Mon, 24 Mar 2025 06:39:18 GMT Server: - ProSexy Transfer-Encoding: @@ -507,8 +547,8 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226442, - "params": {"txHash": "0xd58f70a4770fb5aafb64b2f095e1f3f31b0ab8a5faace180ee3b3a7e21175998"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798358, + "params": {"txHash": "0x5247ee52c568fdc20a823c9cbfc43d383daeb214ea72d65ea9fc1dd7ed9ad553"}}' headers: Accept: - '*/*' @@ -526,18 +566,19 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31002,"message":"Pending: Pending"},"id":1741226442} + string: '{"jsonrpc":"2.0","error":{"code":-31004,"message":"NotFound: E1005:not + found tx=0x5247ee52c568fdc20a823c9cbfc43d383daeb214ea72d65ea9fc1dd7ed9ad553"},"id":1742798358} ' headers: Connection: - keep-alive Content-Length: - - '87' + - '166' Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:42 GMT + - Mon, 24 Mar 2025 06:39:19 GMT Server: - ProSexy Vary: @@ -546,8 +587,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226443, - "params": {"txHash": "0xd58f70a4770fb5aafb64b2f095e1f3f31b0ab8a5faace180ee3b3a7e21175998"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798360, + "params": {"txHash": "0x5247ee52c568fdc20a823c9cbfc43d383daeb214ea72d65ea9fc1dd7ed9ad553"}}' headers: Accept: - '*/*' @@ -565,7 +606,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226443} + string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1742798360} ' headers: @@ -576,7 +617,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:43 GMT + - Mon, 24 Mar 2025 06:39:20 GMT Server: - ProSexy Vary: @@ -585,8 +626,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226444, - "params": {"txHash": "0xd58f70a4770fb5aafb64b2f095e1f3f31b0ab8a5faace180ee3b3a7e21175998"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798361, + "params": {"txHash": "0x5247ee52c568fdc20a823c9cbfc43d383daeb214ea72d65ea9fc1dd7ed9ad553"}}' headers: Accept: - '*/*' @@ -604,7 +645,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226444} + string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1742798361} ' headers: @@ -615,7 +656,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:44 GMT + - Mon, 24 Mar 2025 06:39:21 GMT Server: - ProSexy Vary: @@ -624,8 +665,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226445, - "params": {"txHash": "0xd58f70a4770fb5aafb64b2f095e1f3f31b0ab8a5faace180ee3b3a7e21175998"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798362, + "params": {"txHash": "0x5247ee52c568fdc20a823c9cbfc43d383daeb214ea72d65ea9fc1dd7ed9ad553"}}' headers: Accept: - '*/*' @@ -643,7 +684,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":{"blockHash":"0xd5b73940f6bb0821be30ab15a57daf3eb8492e261981916daff1b9c0bcd32d72","blockHeight":"0x30b7329","cumulativeStepUsed":"0x212726","eventLogs":[{"scoreAddress":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","indexed":["AddCredential(Address,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:c3dfb999eb21b8f980fef416a3bf2307fcb9bcc71f497fbc"],"data":[]}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000408000000000000000000000000000000000000000000000000001000000000000000000000000000002000000000000000000800000000000000008000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000100000000000000000000000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0x212726","to":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","txHash":"0xd58f70a4770fb5aafb64b2f095e1f3f31b0ab8a5faace180ee3b3a7e21175998","txIndex":"0x1"},"id":1741226445} + string: '{"jsonrpc":"2.0","result":{"blockHash":"0x9d06d0e00e03e34ee97714086c8e00d999fc5c550f22dbff909ef125c48f9c03","blockHeight":"0x317705e","cumulativeStepUsed":"0x20c506","eventLogs":[{"scoreAddress":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","indexed":["AddCredential(Address,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:b00d47f748102677edf2820faa3909f54667fd520ff36329"],"data":[]}],"logsBloom":"0x00000000000000000000800000000000000000000000000000000000008000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000008000000000000000000100000000000000000000000000000000000400000000000000000000000000200000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000100000000000000000004000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0x20c506","to":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","txHash":"0x5247ee52c568fdc20a823c9cbfc43d383daeb214ea72d65ea9fc1dd7ed9ad553","txIndex":"0x1"},"id":1742798362} ' headers: @@ -654,7 +695,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:46 GMT + - Mon, 24 Mar 2025 06:39:23 GMT Server: - ProSexy Transfer-Encoding: @@ -666,12 +707,12 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1741226446, "params": + body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1742798362, "params": {"version": "0x3", "from": "hxcaa2f822305bbc25a680c582733a9eca44b4bb6a", "to": "cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d", "stepLimit": "0x4c4b40", "timestamp": - "0x62fa2dfcabc86", "nid": "0x2", "dataType": "call", "data": {"method": "revoke", - "params": {"credentialJwt": "eyJhbGciOiAiRVMyNTZLIiwgImtpZCI6ICJkaWQ6aWNvbjowMjpjM2RmYjk5OWViMjFiOGY5ODBmZWY0MTZhM2JmMjMwN2ZjYjliY2M3MWY0OTdmYmMjcHl0aG9uLXNkay1rZXkifQ.eyJ0eXBlIjogIlJFVk9LRSIsICJzaWciOiAiQXRQYktCdUl4cVVmUVd0WHFPcjB1MnRzLUl3MDRfNlN0SU1iTVdhQlRVSXF6dy11WWRzMEVHa1REOEFTU0NUR3U3RmNqMzAtUTZobUg0azFNN0lxcVFBIiwgImlzc3VlckRpZCI6ICJkaWQ6aWNvbjowMjpjM2RmYjk5OWViMjFiOGY5ODBmZWY0MTZhM2JmMjMwN2ZjYjliY2M3MWY0OTdmYmMiLCAicmV2b2tlRGF0ZSI6IDE3NDEyMjY0NDZ9.gkwHQULzGZr0qrYpnEvi2EjsOk6g0rpT4hk1UniWaw5J3R5HQMkw5U8Kj_PYKqcXTqAV2rK-9ue-Cj_2iX1dmQE"}}, - "signature": "EZFCnYnMFMK9iokX6bZTykRBQssk5o4voWJnTmRP2vEuVQs81mh3aA5rSi1bI6gJ6GJRKsEMX5RC66Bj+Zx7MQE="}}' + "0x63110dd571f1a", "nid": "0x2", "dataType": "call", "data": {"method": "revoke", + "params": {"credentialJwt": "eyJhbGciOiAiRVMyNTZLIiwgImtpZCI6ICJkaWQ6aWNvbjowMjpiMDBkNDdmNzQ4MTAyNjc3ZWRmMjgyMGZhYTM5MDlmNTQ2NjdmZDUyMGZmMzYzMjkjcHl0aG9uLXNkay1rZXkifQ.eyJzaWciOiAiRUktR2Nyc3J2ZGNWN3JWd0FPNVFLVFN0bTdZdWJnS0JWVERCUzItLTdkUmdHMFlBNnRhb0VCTWl6TTBicEwwM2FYZnJCeVJ0R0FUNEJCSEJZeVVhX1FFIiwgImlzc3VlckRpZCI6ICJkaWQ6aWNvbjowMjpiMDBkNDdmNzQ4MTAyNjc3ZWRmMjgyMGZhYTM5MDlmNTQ2NjdmZDUyMGZmMzYzMjkiLCAicmV2b2tlRGF0ZSI6IDE3NDI3OTgzNjJ9.B-6B7E_pipwCtgcUvXFFfxEL6gO1JEIgv7TFgcRBRwN_TKkz6U7QLiUj2YXBcIeUKsKDH7z0sb9Yx38ufXg4dAA"}}, + "signature": "tZ8ORTC3jsqVuQLCqogl/LH+uaJmCinhzWLfVFdIkEFc4H3o0jA6JbLvabrqtwVkfr8geRRoEZPUB2GLfMACkgA="}}' headers: Accept: - '*/*' @@ -680,7 +721,7 @@ interactions: Connection: - keep-alive Content-Length: - - '983' + - '959' Content-Type: - application/json User-Agent: @@ -689,7 +730,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"0x6d6324d9981eb56239f6aa4d7b4c40514217b922660c10a815ded38a9469d372","id":1741226446} + string: '{"jsonrpc":"2.0","result":"0x89372b63f7dc0af0279d9e8c5e1cf77f9fc6cfc6e65d37f5ec21c97b107b82dd","id":1742798362} ' headers: @@ -700,7 +741,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:46 GMT + - Mon, 24 Mar 2025 06:39:23 GMT Server: - ProSexy Transfer-Encoding: @@ -712,8 +753,8 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226446, - "params": {"txHash": "0x6d6324d9981eb56239f6aa4d7b4c40514217b922660c10a815ded38a9469d372"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798363, + "params": {"txHash": "0x89372b63f7dc0af0279d9e8c5e1cf77f9fc6cfc6e65d37f5ec21c97b107b82dd"}}' headers: Accept: - '*/*' @@ -732,7 +773,7 @@ interactions: response: body: string: '{"jsonrpc":"2.0","error":{"code":-31004,"message":"NotFound: E1005:not - found tx=0x6d6324d9981eb56239f6aa4d7b4c40514217b922660c10a815ded38a9469d372"},"id":1741226446} + found tx=0x89372b63f7dc0af0279d9e8c5e1cf77f9fc6cfc6e65d37f5ec21c97b107b82dd"},"id":1742798363} ' headers: @@ -743,46 +784,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:46 GMT - Server: - - ProSexy - Vary: - - Origin - status: - code: 400 - message: Bad Request -- request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226447, - "params": {"txHash": "0x6d6324d9981eb56239f6aa4d7b4c40514217b922660c10a815ded38a9469d372"}}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '166' - Content-Type: - - application/json - User-Agent: - - python-requests/2.32.3 - method: POST - uri: https://lisbon.net.solidwallet.io/api/v3 - response: - body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226447} - - ' - headers: - Connection: - - keep-alive - Content-Length: - - '91' - Content-Type: - - application/json; charset=UTF-8 - Date: - - Thu, 06 Mar 2025 02:00:47 GMT + - Mon, 24 Mar 2025 06:39:23 GMT Server: - ProSexy Vary: @@ -791,8 +793,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226448, - "params": {"txHash": "0x6d6324d9981eb56239f6aa4d7b4c40514217b922660c10a815ded38a9469d372"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798364, + "params": {"txHash": "0x89372b63f7dc0af0279d9e8c5e1cf77f9fc6cfc6e65d37f5ec21c97b107b82dd"}}' headers: Accept: - '*/*' @@ -810,7 +812,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226448} + string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1742798364} ' headers: @@ -821,7 +823,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:48 GMT + - Mon, 24 Mar 2025 06:39:24 GMT Server: - ProSexy Vary: @@ -830,8 +832,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226449, - "params": {"txHash": "0x6d6324d9981eb56239f6aa4d7b4c40514217b922660c10a815ded38a9469d372"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798365, + "params": {"txHash": "0x89372b63f7dc0af0279d9e8c5e1cf77f9fc6cfc6e65d37f5ec21c97b107b82dd"}}' headers: Accept: - '*/*' @@ -849,7 +851,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":{"blockHash":"0xe689e623d45f24f39d33b51a20497c8e983ba549680bcb5ad80739eee3c9019e","blockHeight":"0x30b732b","cumulativeStepUsed":"0x295ebe","eventLogs":[{"scoreAddress":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","indexed":["RevokeCredential(Address,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:c3dfb999eb21b8f980fef416a3bf2307fcb9bcc71f497fbc"],"data":[]}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000408000000000000040000000000000000000000000000000000001000000000000000000000000000002000000000000000000800000000000000008000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0x295ebe","to":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","txHash":"0x6d6324d9981eb56239f6aa4d7b4c40514217b922660c10a815ded38a9469d372","txIndex":"0x1"},"id":1741226449} + string: '{"jsonrpc":"2.0","result":{"blockHash":"0x8037d5f911fd6530ebdd09013f8fde122e2d0a408904605eb8e9b25bf94fdfd8","blockHeight":"0x3177060","cumulativeStepUsed":"0x28b676","eventLogs":[{"scoreAddress":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","indexed":["RevokeCredential(Address,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:b00d47f748102677edf2820faa3909f54667fd520ff36329"],"data":[]}],"logsBloom":"0x00000000000000000000800000000000000000000000000000000000008000000000000040000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000008000000000000000000100000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000100000000000000000004000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0x28b676","to":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","txHash":"0x89372b63f7dc0af0279d9e8c5e1cf77f9fc6cfc6e65d37f5ec21c97b107b82dd","txIndex":"0x1"},"id":1742798365} ' headers: @@ -860,7 +862,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:49 GMT + - Mon, 24 Mar 2025 06:39:25 GMT Server: - ProSexy Transfer-Encoding: diff --git a/tests/unit/cassettes/test_vc_service/TestVCService.test_register_list.yaml b/tests/unit/cassettes/test_vc_service/TestVCService.test_register_list.yaml index 39979bd..c2c9116 100644 --- a/tests/unit/cassettes/test_vc_service/TestVCService.test_register_list.yaml +++ b/tests/unit/cassettes/test_vc_service/TestVCService.test_register_list.yaml @@ -1,12 +1,12 @@ interactions: - request: - body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1741226450, "params": + body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1742798365, "params": {"version": "0x3", "from": "hxcaa2f822305bbc25a680c582733a9eca44b4bb6a", "to": "cxdd0cb8465b15e2971272c1ecf05691198552f770", "stepLimit": "0x4c4b40", "timestamp": - "0x62fa2e006a4c7", "nid": "0x2", "dataType": "call", "data": {"method": "create", + "0x63110dd84c7b5", "nid": "0x2", "dataType": "call", "data": {"method": "create", "params": {"publicKey": "{\"id\": \"python-sdk-key\", \"type\": [\"Secp256k1VerificationKey\"], \"publicKeyBase64\": \"BJDmPteTZdK15GsVQgcVXp7aZnq/Fv9hgw0gW1Be2vQxJ8DK/z6IavIVVKWoxyqWTfbcak+KzUBupK7Sr30bCfQ=\"}"}}, - "signature": "BSq1V590jVff/DzKxK49L5rAWmYpseR0tSUon0FdKwtWOd6uoTqIzc6bamVTfoui1d6pXqXVHQ/hfBFg6c4gyQE="}}' + "signature": "R+2G2uUb9FU4NQGXwcd5x91H2n0ZWkt07oxneC3+XEtMi74cdMQWNbQcl/GDNVYKk5vlpPK0vzffJGk4GIiZgQE="}}' headers: Accept: - '*/*' @@ -24,7 +24,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"0x5952116d30315a01272618278400a861874bdec864371faebc8ddd020047481f","id":1741226450} + string: '{"jsonrpc":"2.0","result":"0x86a90da17ff0ccb9c857a9c472c86170ffc20e91d9972fe32b634399c65e307d","id":1742798365} ' headers: @@ -35,7 +35,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:50 GMT + - Mon, 24 Mar 2025 06:39:26 GMT Server: - ProSexy Transfer-Encoding: @@ -47,8 +47,8 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226450, - "params": {"txHash": "0x5952116d30315a01272618278400a861874bdec864371faebc8ddd020047481f"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798366, + "params": {"txHash": "0x86a90da17ff0ccb9c857a9c472c86170ffc20e91d9972fe32b634399c65e307d"}}' headers: Accept: - '*/*' @@ -66,19 +66,18 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31004,"message":"NotFound: E1005:not - found tx=0x5952116d30315a01272618278400a861874bdec864371faebc8ddd020047481f"},"id":1741226450} + string: '{"jsonrpc":"2.0","error":{"code":-31002,"message":"Pending: Pending"},"id":1742798366} ' headers: Connection: - keep-alive Content-Length: - - '166' + - '87' Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:50 GMT + - Mon, 24 Mar 2025 06:39:26 GMT Server: - ProSexy Vary: @@ -87,8 +86,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226451, - "params": {"txHash": "0x5952116d30315a01272618278400a861874bdec864371faebc8ddd020047481f"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798367, + "params": {"txHash": "0x86a90da17ff0ccb9c857a9c472c86170ffc20e91d9972fe32b634399c65e307d"}}' headers: Accept: - '*/*' @@ -106,18 +105,19 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226451} + string: '{"jsonrpc":"2.0","error":{"code":-31004,"message":"NotFound: E1005:not + found tx=0x86a90da17ff0ccb9c857a9c472c86170ffc20e91d9972fe32b634399c65e307d"},"id":1742798367} ' headers: Connection: - keep-alive Content-Length: - - '91' + - '166' Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:51 GMT + - Mon, 24 Mar 2025 06:39:27 GMT Server: - ProSexy Vary: @@ -126,8 +126,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226452, - "params": {"txHash": "0x5952116d30315a01272618278400a861874bdec864371faebc8ddd020047481f"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798368, + "params": {"txHash": "0x86a90da17ff0ccb9c857a9c472c86170ffc20e91d9972fe32b634399c65e307d"}}' headers: Accept: - '*/*' @@ -145,7 +145,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226452} + string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1742798368} ' headers: @@ -156,7 +156,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:52 GMT + - Mon, 24 Mar 2025 06:39:28 GMT Server: - ProSexy Vary: @@ -165,8 +165,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226453, - "params": {"txHash": "0x5952116d30315a01272618278400a861874bdec864371faebc8ddd020047481f"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798369, + "params": {"txHash": "0x86a90da17ff0ccb9c857a9c472c86170ffc20e91d9972fe32b634399c65e307d"}}' headers: Accept: - '*/*' @@ -184,7 +184,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":{"blockHash":"0xfaff86c36f71ba37ad468e0a3bd0a10d385ca054f37f1d3efe82ee2c63a9ab22","blockHeight":"0x30b732d","cumulativeStepUsed":"0xbca70","eventLogs":[{"scoreAddress":"cxdd0cb8465b15e2971272c1ecf05691198552f770","indexed":["Create(Address,str,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:5952116d30315a01272618278400a861874bdec8bcbb7ea7"],"data":["python-sdk-key"]}],"logsBloom":"0x10000010000000000000000000000000000000000000000000000000008000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000100000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000108000000000000000000000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0xbca70","to":"cxdd0cb8465b15e2971272c1ecf05691198552f770","txHash":"0x5952116d30315a01272618278400a861874bdec864371faebc8ddd020047481f","txIndex":"0x1"},"id":1741226453} + string: '{"jsonrpc":"2.0","result":{"blockHash":"0x02bf6ef950228dd1b69310aeaa9d15b2582878b2e0754d3fb6e88473f7ece767","blockHeight":"0x3177062","cumulativeStepUsed":"0xbca70","eventLogs":[{"scoreAddress":"cxdd0cb8465b15e2971272c1ecf05691198552f770","indexed":["Create(Address,str,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:86a90da17ff0ccb9c857a9c472c86170ffc20e9177fa411c"],"data":["python-sdk-key"]}],"logsBloom":"0x10000080000000000000000000000000000000000000000000000000008000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000800000000100000000000000000000000000000000000000000000000000000000000000000000000108000000000000000000000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0xbca70","to":"cxdd0cb8465b15e2971272c1ecf05691198552f770","txHash":"0x86a90da17ff0ccb9c857a9c472c86170ffc20e91d9972fe32b634399c65e307d","txIndex":"0x1"},"id":1742798369} ' headers: @@ -195,7 +195,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:53 GMT + - Mon, 24 Mar 2025 06:39:30 GMT Server: - ProSexy Transfer-Encoding: @@ -207,9 +207,9 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_call", "id": 1741226453, "params": {"to": + body: '{"jsonrpc": "2.0", "method": "icx_call", "id": 1742798370, "params": {"to": "cxdd0cb8465b15e2971272c1ecf05691198552f770", "dataType": "call", "data": {"method": - "read", "params": {"did": "did:icon:02:5952116d30315a01272618278400a861874bdec8bcbb7ea7"}}}}' + "read", "params": {"did": "did:icon:02:86a90da17ff0ccb9c857a9c472c86170ffc20e9177fa411c"}}}}' headers: Accept: - '*/*' @@ -227,7 +227,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"{\"version\":\"1.0\",\"id\":\"did:icon:02:5952116d30315a01272618278400a861874bdec8bcbb7ea7\",\"created\":51082029,\"publicKey\":[{\"id\":\"python-sdk-key\",\"type\":[\"Secp256k1VerificationKey\"],\"publicKeyBase64\":\"BJDmPteTZdK15GsVQgcVXp7aZnq/Fv9hgw0gW1Be2vQxJ8DK/z6IavIVVKWoxyqWTfbcak+KzUBupK7Sr30bCfQ=\",\"created\":51082029}],\"authentication\":[{\"publicKey\":\"python-sdk-key\"}]}","id":1741226453} + string: '{"jsonrpc":"2.0","result":"{\"version\":\"1.0\",\"id\":\"did:icon:02:86a90da17ff0ccb9c857a9c472c86170ffc20e9177fa411c\",\"created\":51867746,\"publicKey\":[{\"id\":\"python-sdk-key\",\"type\":[\"Secp256k1VerificationKey\"],\"publicKeyBase64\":\"BJDmPteTZdK15GsVQgcVXp7aZnq/Fv9hgw0gW1Be2vQxJ8DK/z6IavIVVKWoxyqWTfbcak+KzUBupK7Sr30bCfQ=\",\"created\":51867746}],\"authentication\":[{\"publicKey\":\"python-sdk-key\"}]}","id":1742798370} ' headers: @@ -238,7 +238,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:54 GMT + - Mon, 24 Mar 2025 06:39:30 GMT Server: - ProSexy Transfer-Encoding: @@ -250,13 +250,13 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1741226454, "params": + body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1742798370, "params": {"version": "0x3", "from": "hxcaa2f822305bbc25a680c582733a9eca44b4bb6a", "to": "cxdd0cb8465b15e2971272c1ecf05691198552f770", "stepLimit": "0x4c4b40", "timestamp": - "0x62fa2e045400a", "nid": "0x2", "dataType": "call", "data": {"method": "create", + "0x63110ddc8c23e", "nid": "0x2", "dataType": "call", "data": {"method": "create", "params": {"publicKey": "{\"id\": \"python-sdk-key\", \"type\": [\"Secp256k1VerificationKey\"], \"publicKeyBase64\": \"BAIVSR80BwjjrAzRx1Kekk873M7npE1Po0xEOtjoJnXrZT23okOJd+eHZNTQH2E9tPqCva09M21jXuSpaAwNWqY=\"}"}}, - "signature": "Apk1zoq89z1plRf0hA2fH56Cy8K45IqU4cVUWoKJ/t486jfRbxAa/nXaSTjV6qBGzaUN6X7ZmCsc1YNwroJTpAE="}}' + "signature": "J1ooQ/c/YAKuO9Fjjxci8S5lb5W7cQ9S05CGxrn0iaINhXepWNb9vy/U13Vy5LDGaj+ExZeR1vYzwSDB3f9HwQA="}}' headers: Accept: - '*/*' @@ -274,7 +274,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"0x7482e2de6341d41ce05dc664a7354cf2f4fb022232403f5798880670e4a48744","id":1741226454} + string: '{"jsonrpc":"2.0","result":"0x4614c46e761a7b1f2cf4e96517f0a900c90f878865b7217a2b22871cb4421aec","id":1742798370} ' headers: @@ -285,7 +285,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:54 GMT + - Mon, 24 Mar 2025 06:39:30 GMT Server: - ProSexy Transfer-Encoding: @@ -297,8 +297,8 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226454, - "params": {"txHash": "0x7482e2de6341d41ce05dc664a7354cf2f4fb022232403f5798880670e4a48744"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798370, + "params": {"txHash": "0x4614c46e761a7b1f2cf4e96517f0a900c90f878865b7217a2b22871cb4421aec"}}' headers: Accept: - '*/*' @@ -316,19 +316,18 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31004,"message":"NotFound: E1005:not - found tx=0x7482e2de6341d41ce05dc664a7354cf2f4fb022232403f5798880670e4a48744"},"id":1741226454} + string: '{"jsonrpc":"2.0","error":{"code":-31002,"message":"Pending: Pending"},"id":1742798370} ' headers: Connection: - keep-alive Content-Length: - - '166' + - '87' Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:54 GMT + - Mon, 24 Mar 2025 06:39:30 GMT Server: - ProSexy Vary: @@ -337,8 +336,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226455, - "params": {"txHash": "0x7482e2de6341d41ce05dc664a7354cf2f4fb022232403f5798880670e4a48744"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798371, + "params": {"txHash": "0x4614c46e761a7b1f2cf4e96517f0a900c90f878865b7217a2b22871cb4421aec"}}' headers: Accept: - '*/*' @@ -356,7 +355,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226455} + string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1742798371} ' headers: @@ -367,7 +366,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:55 GMT + - Mon, 24 Mar 2025 06:39:32 GMT Server: - ProSexy Vary: @@ -376,8 +375,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226456, - "params": {"txHash": "0x7482e2de6341d41ce05dc664a7354cf2f4fb022232403f5798880670e4a48744"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798373, + "params": {"txHash": "0x4614c46e761a7b1f2cf4e96517f0a900c90f878865b7217a2b22871cb4421aec"}}' headers: Accept: - '*/*' @@ -395,7 +394,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226456} + string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1742798373} ' headers: @@ -406,7 +405,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:56 GMT + - Mon, 24 Mar 2025 06:39:33 GMT Server: - ProSexy Vary: @@ -415,8 +414,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226457, - "params": {"txHash": "0x7482e2de6341d41ce05dc664a7354cf2f4fb022232403f5798880670e4a48744"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798374, + "params": {"txHash": "0x4614c46e761a7b1f2cf4e96517f0a900c90f878865b7217a2b22871cb4421aec"}}' headers: Accept: - '*/*' @@ -434,7 +433,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":{"blockHash":"0x44e9083fda0abc602ab381d91cc1fa38756a9bacebb156b566c69d03dcd853bd","blockHeight":"0x30b732f","cumulativeStepUsed":"0xbca70","eventLogs":[{"scoreAddress":"cxdd0cb8465b15e2971272c1ecf05691198552f770","indexed":["Create(Address,str,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:7482e2de6341d41ce05dc664a7354cf2f4fb022293d9e28a"],"data":["python-sdk-key"]}],"logsBloom":"0x10000000000000000000000000000000000000000000000000000000008001000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000010000000000000000000000000000000000000000000000000000000000000100108000000000000000000000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0xbca70","to":"cxdd0cb8465b15e2971272c1ecf05691198552f770","txHash":"0x7482e2de6341d41ce05dc664a7354cf2f4fb022232403f5798880670e4a48744","txIndex":"0x1"},"id":1741226457} + string: '{"jsonrpc":"2.0","result":{"blockHash":"0x1c3267bec713c42544a40c64ff132b24dc0d72d77cecb96ff8fe764af2efca08","blockHeight":"0x3177064","cumulativeStepUsed":"0x1e545b","eventLogs":[{"scoreAddress":"cxdd0cb8465b15e2971272c1ecf05691198552f770","indexed":["Create(Address,str,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:4614c46e761a7b1f2cf4e96517f0a900c90f87882ffdb49d"],"data":["python-sdk-key"]}],"logsBloom":"0x10000000000000000000000000000000000000000000000000000000008000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000002000000000000000000000000000080000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000108000000000000000000000000000000000000000000000010000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0xbca70","to":"cxdd0cb8465b15e2971272c1ecf05691198552f770","txHash":"0x4614c46e761a7b1f2cf4e96517f0a900c90f878865b7217a2b22871cb4421aec","txIndex":"0x2"},"id":1742798374} ' headers: @@ -445,7 +444,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:58 GMT + - Mon, 24 Mar 2025 06:39:34 GMT Server: - ProSexy Transfer-Encoding: @@ -457,9 +456,9 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_call", "id": 1741226458, "params": {"to": + body: '{"jsonrpc": "2.0", "method": "icx_call", "id": 1742798374, "params": {"to": "cxdd0cb8465b15e2971272c1ecf05691198552f770", "dataType": "call", "data": {"method": - "read", "params": {"did": "did:icon:02:7482e2de6341d41ce05dc664a7354cf2f4fb022293d9e28a"}}}}' + "read", "params": {"did": "did:icon:02:4614c46e761a7b1f2cf4e96517f0a900c90f87882ffdb49d"}}}}' headers: Accept: - '*/*' @@ -477,7 +476,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"{\"version\":\"1.0\",\"id\":\"did:icon:02:7482e2de6341d41ce05dc664a7354cf2f4fb022293d9e28a\",\"created\":51082031,\"publicKey\":[{\"id\":\"python-sdk-key\",\"type\":[\"Secp256k1VerificationKey\"],\"publicKeyBase64\":\"BAIVSR80BwjjrAzRx1Kekk873M7npE1Po0xEOtjoJnXrZT23okOJd+eHZNTQH2E9tPqCva09M21jXuSpaAwNWqY=\",\"created\":51082031}],\"authentication\":[{\"publicKey\":\"python-sdk-key\"}]}","id":1741226458} + string: '{"jsonrpc":"2.0","result":"{\"version\":\"1.0\",\"id\":\"did:icon:02:4614c46e761a7b1f2cf4e96517f0a900c90f87882ffdb49d\",\"created\":51867748,\"publicKey\":[{\"id\":\"python-sdk-key\",\"type\":[\"Secp256k1VerificationKey\"],\"publicKeyBase64\":\"BAIVSR80BwjjrAzRx1Kekk873M7npE1Po0xEOtjoJnXrZT23okOJd+eHZNTQH2E9tPqCva09M21jXuSpaAwNWqY=\",\"created\":51867748}],\"authentication\":[{\"publicKey\":\"python-sdk-key\"}]}","id":1742798374} ' headers: @@ -488,7 +487,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:58 GMT + - Mon, 24 Mar 2025 06:39:34 GMT Server: - ProSexy Transfer-Encoding: @@ -500,12 +499,12 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1741226458, "params": + body: '{"jsonrpc": "2.0", "method": "icx_sendTransaction", "id": 1742798374, "params": {"version": "0x3", "from": "hxcaa2f822305bbc25a680c582733a9eca44b4bb6a", "to": "cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d", "stepLimit": "0x4c4b40", "timestamp": - "0x62fa2e085de94", "nid": "0x2", "dataType": "call", "data": {"method": "registerList", - "params": {"credentialJwtList": "eyJhbGciOiAiRVMyNTZLIiwgImtpZCI6ICJkaWQ6aWNvbjowMjo1OTUyMTE2ZDMwMzE1YTAxMjcyNjE4Mjc4NDAwYTg2MTg3NGJkZWM4YmNiYjdlYTcjcHl0aG9uLXNkay1rZXkifQ.eyJ0eXBlIjogIlJFR0lTVCIsICJpc3N1ZXJEaWQiOiAiZGlkOmljb246MDI6NTk1MjExNmQzMDMxNWEwMTI3MjYxODI3ODQwMGE4NjE4NzRiZGVjOGJjYmI3ZWE3IiwgInNpZyI6ICJjLU1kRHJrWUV0cFlES0IwLXFYN1pMMDBxNFFrc3ZRYTl0YmpCM1VFMUxObkdwVE1oSzlnaS03clZBUmZaU1lUT2tyR0JMdG9vVTFRcmgzYjc5M0xwQUUiLCAiaXNzdWVEYXRlIjogMSwgImV4cGlyeURhdGUiOiAyfQ.zL1I4QWlntq-4PmIJzZyz43XY4VCZ5c4DOYk_KcyMbB65cXCzbWYqwOviHr5oqk8K-hzS1nRU-X8gE3vTs8KFQA,eyJhbGciOiAiRVMyNTZLIiwgImtpZCI6ICJkaWQ6aWNvbjowMjo1OTUyMTE2ZDMwMzE1YTAxMjcyNjE4Mjc4NDAwYTg2MTg3NGJkZWM4YmNiYjdlYTcjcHl0aG9uLXNkay1rZXkifQ.eyJ0eXBlIjogIlJFR0lTVCIsICJpc3N1ZXJEaWQiOiAiZGlkOmljb246MDI6NTk1MjExNmQzMDMxNWEwMTI3MjYxODI3ODQwMGE4NjE4NzRiZGVjOGJjYmI3ZWE3IiwgInNpZyI6ICJ3UTNITDZSMGdCSWZjdU1YOUlDTmJyak9sMXEyTGg3aTdHSzZLQWZ6dmhBbEpaY2RTbTc3b1k1ZG9oZno3SThNaGRZR0QzS2Jsa29ydnYzcWM1R2gwUUEiLCAiaXNzdWVEYXRlIjogMSwgImV4cGlyeURhdGUiOiAyfQ.RvSB0KmOOHZKTM2Sf5ZcSarnIR7GgYbr2HIezmVEo-5ejEBzWMBLFb1lp1urhCGAHW8oMNGY_QBteNtyonruUQA"}}, - "signature": "DjlhsfJOfvp519ktCUpVpT+C16Z5OSsCtpzLITx9q451zQLyy7KKCBXNA2U23NtUjl6I2KaOy6q1Ck+ovWeG7wE="}}' + "0x63110de0e3729", "nid": "0x2", "dataType": "call", "data": {"method": "registerList", + "params": {"credentialJwtList": "eyJhbGciOiAiRVMyNTZLIiwgImtpZCI6ICJkaWQ6aWNvbjowMjo4NmE5MGRhMTdmZjBjY2I5Yzg1N2E5YzQ3MmM4NjE3MGZmYzIwZTkxNzdmYTQxMWMjcHl0aG9uLXNkay1rZXkifQ.eyJpc3N1ZXJEaWQiOiAiZGlkOmljb246MDI6ODZhOTBkYTE3ZmYwY2NiOWM4NTdhOWM0NzJjODYxNzBmZmMyMGU5MTc3ZmE0MTFjIiwgInNpZyI6ICJQVG1JZkpidktSRUZaR0UwbkRFY00tNmgxbVJYZ1kybHdjaHZfQi1SWktzajhFS2V0aUZFbkRrQXhsWWdHc0pIemlpMFZOV0JyRWRuZWFfSVdObFEwd0EiLCAiaXNzdWVEYXRlIjogMSwgImV4cGlyeURhdGUiOiAyfQ.6FaCmv38j7xknSTHMVDZtxGXwT8GWiHd_LRt7h9Kz3JHQ7CxB_ANKFmPUnogflTKn0ZJMU8eTp45p4o0i4U7tAA,eyJhbGciOiAiRVMyNTZLIiwgImtpZCI6ICJkaWQ6aWNvbjowMjo4NmE5MGRhMTdmZjBjY2I5Yzg1N2E5YzQ3MmM4NjE3MGZmYzIwZTkxNzdmYTQxMWMjcHl0aG9uLXNkay1rZXkifQ.eyJpc3N1ZXJEaWQiOiAiZGlkOmljb246MDI6ODZhOTBkYTE3ZmYwY2NiOWM4NTdhOWM0NzJjODYxNzBmZmMyMGU5MTc3ZmE0MTFjIiwgInNpZyI6ICJQWUVSZmVMQWRiTkF3RFJjNXkzUkJZN1ltTzBVcFhzbFNaRDdjcG8zcHFndWJZYmQ5VWNqR3Niczlsd0RlOS15NWhBYzRERnFxMm1HX0M3TGVNNW1KUUUiLCAiaXNzdWVEYXRlIjogMSwgImV4cGlyeURhdGUiOiAyfQ.SN16TJ3Rlfg_MOe6H4JIgemAN8AEEBDQ0kHvuUj88RUA8B5lyNToWnQjuY3IUsclcBbV0ewi6SC5y1WLK1_P0QE"}}, + "signature": "TaoUPRbQb4UZc2Qt6UwVAkvG2prALAcTjo8TKdxYV/tTqc092vMRHLawi9dVRzPHQLB5wJCS5xqslvslzvIn2wA="}}' headers: Accept: - '*/*' @@ -514,7 +513,7 @@ interactions: Connection: - keep-alive Content-Length: - - '1533' + - '1485' Content-Type: - application/json User-Agent: @@ -523,7 +522,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":"0x0ac7f3d0c7868821e447c2f28608dfad5a989ef4c429fc1652b0e1f7f3f3d9a7","id":1741226458} + string: '{"jsonrpc":"2.0","result":"0xdf2dfcaba6ecd8123e2cc7e0abe6726f6783373e359e7a80375f4326ed9533b5","id":1742798374} ' headers: @@ -534,7 +533,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:58 GMT + - Mon, 24 Mar 2025 06:39:35 GMT Server: - ProSexy Transfer-Encoding: @@ -546,8 +545,8 @@ interactions: code: 200 message: OK - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226458, - "params": {"txHash": "0x0ac7f3d0c7868821e447c2f28608dfad5a989ef4c429fc1652b0e1f7f3f3d9a7"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798375, + "params": {"txHash": "0xdf2dfcaba6ecd8123e2cc7e0abe6726f6783373e359e7a80375f4326ed9533b5"}}' headers: Accept: - '*/*' @@ -566,7 +565,7 @@ interactions: response: body: string: '{"jsonrpc":"2.0","error":{"code":-31004,"message":"NotFound: E1005:not - found tx=0x0ac7f3d0c7868821e447c2f28608dfad5a989ef4c429fc1652b0e1f7f3f3d9a7"},"id":1741226458} + found tx=0xdf2dfcaba6ecd8123e2cc7e0abe6726f6783373e359e7a80375f4326ed9533b5"},"id":1742798375} ' headers: @@ -577,46 +576,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:00:58 GMT - Server: - - ProSexy - Vary: - - Origin - status: - code: 400 - message: Bad Request -- request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226459, - "params": {"txHash": "0x0ac7f3d0c7868821e447c2f28608dfad5a989ef4c429fc1652b0e1f7f3f3d9a7"}}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '166' - Content-Type: - - application/json - User-Agent: - - python-requests/2.32.3 - method: POST - uri: https://lisbon.net.solidwallet.io/api/v3 - response: - body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226459} - - ' - headers: - Connection: - - keep-alive - Content-Length: - - '91' - Content-Type: - - application/json; charset=UTF-8 - Date: - - Thu, 06 Mar 2025 02:00:59 GMT + - Mon, 24 Mar 2025 06:39:35 GMT Server: - ProSexy Vary: @@ -625,8 +585,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226460, - "params": {"txHash": "0x0ac7f3d0c7868821e447c2f28608dfad5a989ef4c429fc1652b0e1f7f3f3d9a7"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798376, + "params": {"txHash": "0xdf2dfcaba6ecd8123e2cc7e0abe6726f6783373e359e7a80375f4326ed9533b5"}}' headers: Accept: - '*/*' @@ -644,7 +604,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1741226460} + string: '{"jsonrpc":"2.0","error":{"code":-31003,"message":"Executing: Executing"},"id":1742798376} ' headers: @@ -655,7 +615,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:01:01 GMT + - Mon, 24 Mar 2025 06:39:36 GMT Server: - ProSexy Vary: @@ -664,8 +624,8 @@ interactions: code: 400 message: Bad Request - request: - body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1741226462, - "params": {"txHash": "0x0ac7f3d0c7868821e447c2f28608dfad5a989ef4c429fc1652b0e1f7f3f3d9a7"}}' + body: '{"jsonrpc": "2.0", "method": "icx_getTransactionResult", "id": 1742798377, + "params": {"txHash": "0xdf2dfcaba6ecd8123e2cc7e0abe6726f6783373e359e7a80375f4326ed9533b5"}}' headers: Accept: - '*/*' @@ -683,7 +643,7 @@ interactions: uri: https://lisbon.net.solidwallet.io/api/v3 response: body: - string: '{"jsonrpc":"2.0","result":{"blockHash":"0xae34f4cc4c4f4abcf880cd175bc209bc492669f11cb5982d55b5e6d5a355218b","blockHeight":"0x30b7331","cumulativeStepUsed":"0x4c117f","eventLogs":[{"scoreAddress":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","indexed":["AddCredential(Address,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:5952116d30315a01272618278400a861874bdec8bcbb7ea7"],"data":[]},{"scoreAddress":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","indexed":["AddCredential(Address,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:5952116d30315a01272618278400a861874bdec8bcbb7ea7"],"data":[]}],"logsBloom":"0x00000010000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000008000000000000000000100000000000000000000100000000000000000000000000000000000000000200000000000001000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000100000000000000000000000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0x403963","to":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","txHash":"0x0ac7f3d0c7868821e447c2f28608dfad5a989ef4c429fc1652b0e1f7f3f3d9a7","txIndex":"0x2"},"id":1741226462} + string: '{"jsonrpc":"2.0","result":{"blockHash":"0x23cb981703278a88fed23ecf524df337f79de9918ad80cacba3ed0225adeabc0","blockHeight":"0x3177066","cumulativeStepUsed":"0x3f7523","eventLogs":[{"scoreAddress":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","indexed":["AddCredential(Address,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:86a90da17ff0ccb9c857a9c472c86170ffc20e9177fa411c"],"data":[]},{"scoreAddress":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","indexed":["AddCredential(Address,str)","hxcaa2f822305bbc25a680c582733a9eca44b4bb6a","did:icon:02:86a90da17ff0ccb9c857a9c472c86170ffc20e9177fa411c"],"data":[]}],"logsBloom":"0x00000080000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000008000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000400000000000000000000000000000100000000000000000000000000000000000000000000000000000080","status":"0x1","stepPrice":"0x2e90edd00","stepUsed":"0x3f7523","to":"cxeb26d9ecbfcf5fea0c2dcaf2f843d5ae93cbe84d","txHash":"0xdf2dfcaba6ecd8123e2cc7e0abe6726f6783373e359e7a80375f4326ed9533b5","txIndex":"0x1"},"id":1742798377} ' headers: @@ -694,7 +654,7 @@ interactions: Content-Type: - application/json; charset=UTF-8 Date: - - Thu, 06 Mar 2025 02:01:02 GMT + - Mon, 24 Mar 2025 06:39:38 GMT Server: - ProSexy Transfer-Encoding: