Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

chore: update to latest orb #286

Merged
merged 1 commit into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions component/vdr/orb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/opentracing/opentracing-go v1.1.0
github.com/piprate/json-gold v0.4.1
github.com/stretchr/testify v1.7.5
github.com/trustbloc/orb v1.0.0-rc2.0.20220822191829-17aec9f17352
github.com/trustbloc/orb v1.0.0-rc2.0.20220826005428-b08eed04243a
github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
)
Expand Down Expand Up @@ -65,7 +65,7 @@ require (
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect
github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect
github.com/trustbloc/edge-core v0.1.8 // indirect
github.com/trustbloc/vct v1.0.0-rc2.0.20220820075241-03b2f1075dbc // indirect
github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions component/vdr/orb/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1433,12 +1433,12 @@ github.com/trustbloc/edge-core v0.1.7/go.mod h1:nQnH3CcEHTRXsWZe/vgj+J0JxxjwFK9I
github.com/trustbloc/edge-core v0.1.8 h1:m4X5XNDwiHJjGf8gHnpo6aLkBYuqDyNRq+npjxLc5cY=
github.com/trustbloc/edge-core v0.1.8/go.mod h1:gfoyG/xquRXyHkww0ldM2jwOTuKKZpHYn+87f+TBQ8M=
github.com/trustbloc/kms v0.1.9-0.20220526151939-d46e46e8f7e1/go.mod h1:a6XvGLZgwVqBAt47550cQeRKm04X2Nn1M8DE0PVb0XA=
github.com/trustbloc/orb v1.0.0-rc2.0.20220822191829-17aec9f17352 h1:Myn0BGYvyQEgcwRCweh6O/D864NeXinIz2O3Cx0nCOc=
github.com/trustbloc/orb v1.0.0-rc2.0.20220822191829-17aec9f17352/go.mod h1:T8yf5LTScDLice5ZjIJcrgKMNW2xlTM3P6v3Gvmq6y8=
github.com/trustbloc/orb v1.0.0-rc2.0.20220826005428-b08eed04243a h1:xK0ROwXdkUmXdnDHD5czOWdylAgamUcGeWl2/xEsi1I=
github.com/trustbloc/orb v1.0.0-rc2.0.20220826005428-b08eed04243a/go.mod h1:4w8kHl1LmZZvqJHuc5uSejjWzBB+GLGXVCsZyEJNW5s=
github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 h1:v32O23Ox/uwrwros6Zk6XZHdZT7MAO/2pFTU7xcmfoU=
github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ=
github.com/trustbloc/vct v1.0.0-rc2.0.20220820075241-03b2f1075dbc h1:NgHlfCFyERnxYHEKxdnLXWT2c8Uos1ufjvtiyiuKOXc=
github.com/trustbloc/vct v1.0.0-rc2.0.20220820075241-03b2f1075dbc/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI=
github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 h1:UacXj0M5TPAdwgZNYfHX9LpWMJjXg7949Ude/mHpIwU=
github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
Expand Down
14 changes: 12 additions & 2 deletions component/vdr/orb/internal/ldcontext/data/activity-anchors-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,18 @@
"type": "@type"
}
},
"anchor": "https://w3id.org/activityanchors#anchor",
"profile": "https://w3id.org/activityanchors#profile"
"AnchorLink": {
"@id": "https://w3id.org/activityanchors#AnchorLink",
"@context": {
"@version": 1.1,
"@protected": true,
"type": "@type",
"href": "https://w3id.org/activityanchors#href",
"anchor": "https://w3id.org/activityanchors#anchor",
"profile": "https://w3id.org/activityanchors#profile",
"rel": "https://w3id.org/activityanchors#rel"
}
}
}
}
}
2 changes: 1 addition & 1 deletion test/bdd/vdr/orb/fixtures/orb/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

ORB_IMAGE=ghcr.io/trustbloc-cicd/orb
ORB_IMAGE_TAG=v1.0.0-rc3-snapshot-17aec9f
ORB_IMAGE_TAG=v1.0.0-rc3-snapshot-b08eed0

# MongoDB settings
MONGODB_IMAGE=mongo
Expand Down
6 changes: 3 additions & 3 deletions test/bdd/vdr/orb/fixtures/orb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:

orb.trillian.log.server:
container_name: orb.trillian.log.server
image: ghcr.io/trustbloc-cicd/vct-log-server:v1.0.0-rc3-snapshot-03b2f10
image: ghcr.io/trustbloc-cicd/vct-log-server:v1.0.0-rc3-snapshot-c395321
restart: always
command:
- --quota_system=noop
Expand All @@ -125,7 +125,7 @@ services:

orb.trillian.log.signer:
container_name: orb.trillian.log.signer
image: ghcr.io/trustbloc-cicd/vct-log-signer:v1.0.0-rc3-snapshot-03b2f10
image: ghcr.io/trustbloc-cicd/vct-log-signer:v1.0.0-rc3-snapshot-c395321
restart: always
command:
- --quota_system=noop
Expand Down Expand Up @@ -161,7 +161,7 @@ services:

orb.vct:
container_name: orb.vct
image: ghcr.io/trustbloc-cicd/vct:v1.0.0-rc3-snapshot-03b2f10
image: ghcr.io/trustbloc-cicd/vct:v1.0.0-rc3-snapshot-c395321
restart: always
environment:
- VCT_API_HOST=0.0.0.0:8077
Expand Down
4 changes: 2 additions & 2 deletions test/bdd/vdr/orb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ require (
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect
github.com/stretchr/testify v1.7.5 // indirect
github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect
github.com/trustbloc/orb v1.0.0-rc2.0.20220822191829-17aec9f17352 // indirect
github.com/trustbloc/vct v1.0.0-rc2.0.20220820075241-03b2f1075dbc // indirect
github.com/trustbloc/orb v1.0.0-rc2.0.20220826005428-b08eed04243a // indirect
github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions test/bdd/vdr/orb/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1681,12 +1681,12 @@ github.com/trustbloc/edge-core v0.1.7/go.mod h1:nQnH3CcEHTRXsWZe/vgj+J0JxxjwFK9I
github.com/trustbloc/edge-core v0.1.8 h1:m4X5XNDwiHJjGf8gHnpo6aLkBYuqDyNRq+npjxLc5cY=
github.com/trustbloc/edge-core v0.1.8/go.mod h1:gfoyG/xquRXyHkww0ldM2jwOTuKKZpHYn+87f+TBQ8M=
github.com/trustbloc/kms v0.1.9-0.20220526151939-d46e46e8f7e1/go.mod h1:a6XvGLZgwVqBAt47550cQeRKm04X2Nn1M8DE0PVb0XA=
github.com/trustbloc/orb v1.0.0-rc2.0.20220822191829-17aec9f17352 h1:Myn0BGYvyQEgcwRCweh6O/D864NeXinIz2O3Cx0nCOc=
github.com/trustbloc/orb v1.0.0-rc2.0.20220822191829-17aec9f17352/go.mod h1:T8yf5LTScDLice5ZjIJcrgKMNW2xlTM3P6v3Gvmq6y8=
github.com/trustbloc/orb v1.0.0-rc2.0.20220826005428-b08eed04243a h1:xK0ROwXdkUmXdnDHD5czOWdylAgamUcGeWl2/xEsi1I=
github.com/trustbloc/orb v1.0.0-rc2.0.20220826005428-b08eed04243a/go.mod h1:4w8kHl1LmZZvqJHuc5uSejjWzBB+GLGXVCsZyEJNW5s=
github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 h1:v32O23Ox/uwrwros6Zk6XZHdZT7MAO/2pFTU7xcmfoU=
github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ=
github.com/trustbloc/vct v1.0.0-rc2.0.20220820075241-03b2f1075dbc h1:NgHlfCFyERnxYHEKxdnLXWT2c8Uos1ufjvtiyiuKOXc=
github.com/trustbloc/vct v1.0.0-rc2.0.20220820075241-03b2f1075dbc/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI=
github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 h1:UacXj0M5TPAdwgZNYfHX9LpWMJjXg7949Ude/mHpIwU=
github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
Expand Down