From f9454a17c4800f4385124d16bad98f6135ed46a8 Mon Sep 17 00:00:00 2001 From: Ilya Date: Tue, 30 Apr 2024 11:22:55 +0300 Subject: [PATCH] support amoy; add tag instead of latest (#422) --- README.md | 4 ++-- docker-compose.yml | 2 +- uni-resolver-web/src/main/resources/application.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd6e4764..55cff853 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ You should then be able to resolve identifiers locally using simple `curl` reque curl -X GET http://localhost:8080/1.0/identifiers/did:iid:3QUs61mk7a9CdCpckriQbA5emw8pubj6RMtHXP6gD66YbcungS6w2sa curl -X GET http://localhost:8080/1.0/identifiers/did:evan:testcore:0x126E901F6F408f5E260d95c62E7c73D9B60fd734 curl -X GET http://localhost:8080/1.0/identifiers/did:bid:ef214PmkhKndUcArDQPgD5J4fFVwqJFPt - curl -X GET http://localhost:8080/1.0/identifiers/did:polygonid:polygon:mumbai:2qDj9EDytmvtQP1or3FxykXGEaqSA1ss479MYHDMJc + curl -X GET http://localhost:8080/1.0/identifiers/did:polygonid:polygon:amoy:2qZBvRQPTZwYEKDVT3xY8W8zXvznqykyeqjSmXdz4U curl -X GET http://localhost:8080/1.0/identifiers/did:pdc:8801:0xf47b66bc0d9b7c73f9ff27bf1f49a2b69dc167fc curl -X GET http://localhost:8080/1.0/identifiers/did:tys:4B4AbVzzcJSnCZsdX4VaKyQgHRnC curl -X GET http://localhost:8080/1.0/identifiers/did:plc:yk4dd2qkboz2yv6tpubpc6co @@ -166,7 +166,7 @@ Are you developing a DID method and Universal Resolver driver? Click [Driver Dev | [did-iid](https://github.com/InspurIndustrialInternet/uni-resolver-driver-did-iid) | 0.1.0 | [0.1](https://github.com/InspurIndustrialInternet/iid/blob/main/doc/en/InspurChain_DID_protocol_Specification.md) | [zoeyian/driver-did-iid:latest](https://hub.docker.com/repository/docker/zoeyian/driver-did-iid) | Inspur DID Method | | [did-evan](https://github.com/evannetwork/did-driver) | 0.1.2 | [0.9](https://github.com/evannetwork/evan.network-DID-method-specification/blob/master/evan_did_method_spec.md) | [evannetwork/evan-did-driver](https://hub.docker.com/r/evannetwork/evan-did-driver) | evan.network | | [did-bid](https://github.com/caict-4iot-dev/uni-resolver-driver-did-bid) | 2.0.0 | [2.0 WD](https://github.com/teleinfo-bif/bid/blob/master/doc/en/BID%20Protocol%20Specification.md) | [caictdevelop/driver-did-bid](https://hub.docker.com/repository/docker/caictdevelop/driver-did-bid) | BIF blockchain | -| [did-polygonid](https://github.com/0xPolygonID/driver-did-polygonid/blob/main/README.md) | 0.0.1 | [1.0.0](https://github.com/0xPolygonID/did-polygonid/blob/main/README.md) | [polygonid/driver-did-polygonid](https://hub.docker.com/r/polygonid/driver-did-polygonid) | PolygonID DID | +| [did-polygonid](https://github.com/0xPolygonID/driver-did-polygonid/blob/main/README.md) | 0.0.2 | [1.0.0](https://github.com/0xPolygonID/did-polygonid/blob/main/README.md) | [polygonid/driver-did-polygonid](https://hub.docker.com/r/polygonid/driver-did-polygonid) | PolygonID DID | | [did-pdc](https://github.com/pdc-community/uni-resolver-driver-did-pdc/blob/master/README.md) | 0.0.1 | (missing) | [w744219971/driver-did-pdc](https://hub.docker.com/r/w744219971/driver-did-pdc) | PDC DID | | [did-tys](https://github.com/itpeople-cy/tys-did-driver/blob/master/README.md) | 1.0 | 1.0 | [itpeoplecorp/tys-did-driver](https://hub.docker.com/r/itpeoplecorp/tys-did-driver) | TYS DID | | [did-plc](https://plc.directory) | 0.0.1 | [dev](https://github.com/bluesky-social/did-method-plc/blob/main/README.md) | [bnewbold/uni-resolver-driver-did-plc](https://hub.docker.com/r/bnewbold/uni-resolver-driver-did-plc) | PLC DID | diff --git a/docker-compose.yml b/docker-compose.yml index c1c1673f..a8bc3993 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -316,7 +316,7 @@ services: ports: - "8139:8080" driver-did-polygonid: - image: polygonid/driver-did-polygonid:latest + image: polygonid/driver-did-polygonid:v0.0.2 ports: - "8141:8080" driver-did-pdc: diff --git a/uni-resolver-web/src/main/resources/application.yml b/uni-resolver-web/src/main/resources/application.yml index bbc7e5e9..6ac1dca9 100644 --- a/uni-resolver-web/src/main/resources/application.yml +++ b/uni-resolver-web/src/main/resources/application.yml @@ -289,7 +289,7 @@ uniresolver: url: ${uniresolver_web_driver_url_did_polygonid:http://driver-did-polygonid:8080/} propertiesEndpoint: 'true' testIdentifiers: - - did:polygonid:polygon:mumbai:2qDj9EDytmvtQP1or3FxykXGEaqSA1ss479MYHDMJc + - did:polygonid:polygon:amoy:2qZBvRQPTZwYEKDVT3xY8W8zXvznqykyeqjSmXdz4U - pattern: "^(did:pdc:.+)$" url: ${uniresolver_web_driver_url_did_pdc:http://driver-did-pdc:8080/} testIdentifiers: