@@ -74,7 +74,7 @@ def test_build_hedera_cred_def(self):
7474 issuer_id = (
7575 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
7676 )
77- schema_id = f"{ issuer_id } /anoncreds/v0 /SCHEMA/0.0.5284932"
77+ schema_id = f"{ issuer_id } /anoncreds/v1 /SCHEMA/0.0.5284932"
7878 tag = "demo-cred-def-1.0"
7979 type_ = "CL"
8080 n = "0954456694171"
@@ -144,7 +144,7 @@ def test_build_hedera_rev_reg_def(self):
144144 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
145145 )
146146 type_ = "CL_ACCUM"
147- cred_def_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v0 /PUBLIC_CRED_DEF/0.0.5280968"
147+ cred_def_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v1 /PUBLIC_CRED_DEF/0.0.5280968"
148148 tag = "demo-cred-def-1.0"
149149 public_keys = {}
150150 max_cred_num = 999
@@ -178,7 +178,7 @@ def test_build_hedera_anoncreds_rev_list(self):
178178 issuer_id = (
179179 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
180180 )
181- rev_reg_def_id = f"{ issuer_id } /anoncreds/v0 /REV_REG/0.0.5281064"
181+ rev_reg_def_id = f"{ issuer_id } /anoncreds/v1 /REV_REG/0.0.5281064"
182182 revocation_list = [0 , 1 , 1 , 0 ]
183183 current_accumulator = "21118FFB"
184184 timestamp = 1735318300
@@ -206,7 +206,7 @@ def test_build_acapy_get_schema_result(self):
206206 issuer_id = (
207207 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
208208 )
209- schema_id = f"{ issuer_id } /anoncreds/v0 /SCHEMA/0.0.5284932"
209+ schema_id = f"{ issuer_id } /anoncreds/v1 /SCHEMA/0.0.5284932"
210210 attr_names = ["score" ]
211211 version = "1.0"
212212
@@ -235,11 +235,11 @@ def test_build_acapy_get_schema_result(self):
235235 def test_build_acapy_get_cred_def_result (self ):
236236 resolution_metadata = {"resolution_metadata_key" : "test" }
237237 credential_definition_metadata = {"cred_def_metadata_key" : "test" }
238- credential_definition_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v0 /PUBLIC_CRED_DEF/0.0.5280968"
238+ credential_definition_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v1 /PUBLIC_CRED_DEF/0.0.5280968"
239239 issuer_id = (
240240 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
241241 )
242- schema_id = f"{ issuer_id } /anoncreds/v0 /SCHEMA/0.0.5284932"
242+ schema_id = f"{ issuer_id } /anoncreds/v1 /SCHEMA/0.0.5284932"
243243 tag = "demo-cred-def-1.0"
244244 n = "0954456694171"
245245 s = "0954456694171"
@@ -321,8 +321,8 @@ def test_build_acapy_get_rev_reg_def_result(self):
321321 issuer_id = (
322322 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
323323 )
324- cred_def_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v0 /PUBLIC_CRED_DEF/0.0.5280968"
325- rev_reg_def_id = f"{ issuer_id } /anoncreds/v0 /REV_REG/0.0.5281064"
324+ cred_def_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v1 /PUBLIC_CRED_DEF/0.0.5280968"
325+ rev_reg_def_id = f"{ issuer_id } /anoncreds/v1 /REV_REG/0.0.5281064"
326326 resolution_metadata = {"resolution_metadata_key" : "test" }
327327 revocation_registry_definition_metadata = {"registry_metadata_key" : "test" }
328328 tag = "demo-cred-def-1.0"
@@ -371,7 +371,7 @@ def test_build_acapy_get_rev_list_result(self):
371371 issuer_id = (
372372 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
373373 )
374- rev_reg_def_id = f"{ issuer_id } /anoncreds/v0 /REV_REG/0.0.5281064"
374+ rev_reg_def_id = f"{ issuer_id } /anoncreds/v1 /REV_REG/0.0.5281064"
375375 revocation_list = [0 , 1 , 1 , 0 ]
376376 current_accumulator = "21118FFB"
377377 timestamp = 1735318300
@@ -414,7 +414,7 @@ def test_build_acapy_schema_result(self):
414414 issuer_id = (
415415 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
416416 )
417- schema_id = f"{ issuer_id } /anoncreds/v0 /SCHEMA/0.0.5284932"
417+ schema_id = f"{ issuer_id } /anoncreds/v1 /SCHEMA/0.0.5284932"
418418 attr_names = ["score" ]
419419 version = "1.0"
420420 state = "finished"
@@ -456,11 +456,11 @@ def test_build_acapy_schema_result(self):
456456 def test_build_acapy_cred_def_result (self ):
457457 registration_metadata = {"registration_metadata_key" : "test" }
458458 credential_definition_metadata = {"cred_def_metadata_key" : "test" }
459- credential_definition_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v0 /PUBLIC_CRED_DEF/0.0.5280968"
459+ credential_definition_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v1 /PUBLIC_CRED_DEF/0.0.5280968"
460460 issuer_id = (
461461 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
462462 )
463- schema_id = f"{ issuer_id } /anoncreds/v0 /SCHEMA/0.0.5284932"
463+ schema_id = f"{ issuer_id } /anoncreds/v1 /SCHEMA/0.0.5284932"
464464 tag = "default"
465465 n = "0954456694171"
466466 s = "0954456694171"
@@ -557,8 +557,8 @@ def test_build_acapy_rev_reg_def_result(self):
557557 issuer_id = (
558558 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
559559 )
560- rev_reg_def_id = f"{ issuer_id } /anoncreds/v0 /REV_REG/0.0.5281064"
561- cred_def_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v0 /PUBLIC_CRED_DEF/0.0.5280968"
560+ rev_reg_def_id = f"{ issuer_id } /anoncreds/v1 /REV_REG/0.0.5281064"
561+ cred_def_id = "did:hedera:testnet:zcZMJMxUGZpxKmP35ACBWLhQyQVqtRc5T7LQhdyTDtEiP_0.0.5280965/anoncreds/v1 /PUBLIC_CRED_DEF/0.0.5280968"
562562 tag = "demo-cred-def-1.0"
563563 public_keys = {}
564564 max_cred_num = 999
@@ -617,7 +617,7 @@ def test_build_acapy_rev_list_result(self):
617617 issuer_id = (
618618 "did:hedera:testnet:zFwZUYPrhi333pC2anAnSkctXgZzLfeR8DXURo2N4xV1C_0.0.5284925"
619619 )
620- rev_reg_def_id = f"{ issuer_id } /anoncreds/v0 /REV_REG/0.0.5281064"
620+ rev_reg_def_id = f"{ issuer_id } /anoncreds/v1 /REV_REG/0.0.5281064"
621621 state = "finished"
622622 reason = "reason"
623623 revocation_list = [0 , 1 , 1 , 0 ]
0 commit comments