Meeco / hedera-did-sdk-js

Javascript SDK for managing DID Documents & Verifiable Credentials
Apache License 2.0
1 stars 3 forks source link

Upgrade @hashgraph/sdk to 2.28.0; publicKeyMultibase is replaced with… #36

Closed linasi closed 1 year ago

linasi commented 1 year ago

Upgrade deps:

"@hashgraph/sdk": "^2.28.0",
"base58-js": "^1.0.5",
"js-base64": "^3.7.5",

Make integration tests and combined (unit and integration tests) to run in band to avoid issues when concurrently communicating with the node. Switch to the default mirror nodes that the SDK provides. Introduce delayUntil function to check some async logic until condition is met or timeout is reached.

publicKeyMultibase has been replaced with publicKeyBase58 to match the spec for Ed25519VerificationKey2018 key type.

Resolve some lint issues.

derek-meeco commented 1 year ago

Thanks.