You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where is the current example from? To my knowledge, we are not using did:tezos at all. At least for now, the idea was to fully rely on did:pkh:tz, to avoid the need for a connection to a ledger node. That simplifies development and test deployments.
Thanks for clarifying! I was so confused I did not even look at the link. You found a mistake indeed, but I cannot pin it on spruce, because we only use it for the signature itself. We manually construct the DID in our code, so this is a bug that we need to fix in the next version.
jdsika
changed the title
DID:TZ is wrong
DID:PKH:TZ is wrong
Apr 9, 2024
currently:
"id": "did:pkh:tz:tz1WvvbEGpBXGeTVbLiR6DYBe1izmgiYuZbq",
According to spec here
"id": "did:pkh:tezos:mainnet:tz1WvvbEGpBXGeTVbLiR6DYBe1izmgiYuZbq",
"id": "did:pkh:tezos:NetXdQprcVkpaWU:tz1WvvbEGpBXGeTVbLiR6DYBe1izmgiYuZbq",
Update: added "pkh" which I left out by mistake if you compare it with the link to the example
The text was updated successfully, but these errors were encountered: