Skip to content

Commit

Permalink
docs(spec): fill-in controller string in test vector outputs (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
troyronda committed Mar 9, 2021
1 parent 60b5388 commit 0c0984a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/vectors/resolution/afterCreate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"verificationMethod": [
{
"id": "#publicKeyModel1Id",
"controller": "",
"controller": "did:sidetree:EiDyOQbbZAa3aiRzeCkV7LOx3SERjjH93EXoIM3UoN4oWg",
"type": "EcdsaSecp256k1VerificationKey2019",
"publicKeyJwk": {
"kty": "EC",
Expand Down
2 changes: 1 addition & 1 deletion www/vectors/resolution/afterRecover.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"verificationMethod": [
{
"id": "#newKey",
"controller": "",
"controller": "did:sidetree:EiDyOQbbZAa3aiRzeCkV7LOx3SERjjH93EXoIM3UoN4oWg",
"type": "EcdsaSecp256k1VerificationKey2019",
"publicKeyJwk": {
"kty": "EC",
Expand Down
4 changes: 2 additions & 2 deletions www/vectors/resolution/afterUpdate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"verificationMethod": [
{
"id": "#publicKeyModel1Id",
"controller": "",
"controller": "did:sidetree:EiDyOQbbZAa3aiRzeCkV7LOx3SERjjH93EXoIM3UoN4oWg",
"type": "EcdsaSecp256k1VerificationKey2019",
"publicKeyJwk": {
"kty": "EC",
Expand All @@ -29,7 +29,7 @@
},
{
"id": "#additional-key",
"controller": "",
"controller": "did:sidetree:EiDyOQbbZAa3aiRzeCkV7LOx3SERjjH93EXoIM3UoN4oWg",
"type": "EcdsaSecp256k1VerificationKey2019",
"publicKeyJwk": {
"kty": "EC",
Expand Down
2 changes: 1 addition & 1 deletion www/vectors/resolution/longFormResponseDidDocument.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"verificationMethod": [
{
"id": "#publicKeyModel1Id",
"controller": "",
"controller": "did:sidetree:EiDyOQbbZAa3aiRzeCkV7LOx3SERjjH93EXoIM3UoN4oWg:eyJkZWx0YSI6eyJwYXRjaGVzIjpbeyJhY3Rpb24iOiJyZXBsYWNlIiwiZG9jdW1lbnQiOnsicHVibGljS2V5cyI6W3siaWQiOiJwdWJsaWNLZXlNb2RlbDFJZCIsInB1YmxpY0tleUp3ayI6eyJjcnYiOiJzZWNwMjU2azEiLCJrdHkiOiJFQyIsIngiOiJ0WFNLQl9ydWJYUzdzQ2pYcXVwVkpFelRjVzNNc2ptRXZxMVlwWG45NlpnIiwieSI6ImRPaWNYcWJqRnhvR0otSzAtR0oxa0hZSnFpY19EX09NdVV3a1E3T2w2bmsifSwicHVycG9zZXMiOlsiYXV0aGVudGljYXRpb24iLCJrZXlBZ3JlZW1lbnQiXSwidHlwZSI6IkVjZHNhU2VjcDI1NmsxVmVyaWZpY2F0aW9uS2V5MjAxOSJ9XSwic2VydmljZXMiOlt7ImlkIjoic2VydmljZTFJZCIsInNlcnZpY2VFbmRwb2ludCI6Imh0dHA6Ly93d3cuc2VydmljZTEuY29tIiwidHlwZSI6InNlcnZpY2UxVHlwZSJ9XX19XSwidXBkYXRlQ29tbWl0bWVudCI6IkVpREtJa3dxTzY5SVBHM3BPbEhrZGI4Nm5ZdDBhTnhTSFp1MnItYmhFem5qZEEifSwic3VmZml4RGF0YSI6eyJkZWx0YUhhc2giOiJFaUNmRFdSbllsY0Q5RUdBM2RfNVoxQUh1LWlZcU1iSjluZmlxZHo1UzhWRGJnIiwicmVjb3ZlcnlDb21taXRtZW50IjoiRWlCZk9aZE10VTZPQnc4UGs4NzlRdFotMkotOUZiYmpTWnlvYUFfYnFENHpoQSJ9fQ",
"type": "EcdsaSecp256k1VerificationKey2019",
"publicKeyJwk": {
"crv": "secp256k1",
Expand Down

0 comments on commit 0c0984a

Please sign in to comment.