decentralized-identity / ethr-did-resolver

DID resolver for Ethereum Addresses with support for key management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] blockchainAccountId format is outdated

mirceanis opened this issue ยท comments

The CAIP10 format has been updated for ethereum from <address>@eip155:<chainId> to eip155:<chainId>:<address>

The DID document result must be updated to use the latest variant.

See:

blockchainAccountId: `${currentEvent.delegate}@eip155:${chainId}`,

blockchainAccountId: `${controller}@eip155:${chainId}`,

๐ŸŽ‰ This issue has been resolved in version 6.0.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€