Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix(deps): bump ethr-did to 2.3.6 and cosmetic changes in CLI config #1054

Merged
merged 1 commit into from
Nov 3, 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
2 changes: 2 additions & 0 deletions __tests__/localAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,12 @@ const setup = async (options?: IAgentOptions): Promise<boolean> => {
networks: [
{
name: 'mainnet',
chainId: 1,
rpcUrl: 'https://mainnet.infura.io/v3/' + infuraProjectId,
},
{
name: 'goerli',
chainId: 5,
rpcUrl: 'https://goerli.infura.io/v3/' + infuraProjectId,
},
{
Expand Down
8 changes: 0 additions & 8 deletions packages/cli/default/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,6 @@ didManager:
rpcUrl: https://mainnet.infura.io/v3/3586660d179141e3801c3895de1c2eba
gas: 1000001
ttl: 31104001
did:ethr:kovan:
$require: '@veramo/did-provider-ethr#EthrDIDProvider'
$args:
- defaultKms: local
network: kovan
rpcUrl: https://kovan.infura.io/v3/3586660d179141e3801c3895de1c2eba
gas: 1000001
ttl: 31104001
did:ethr:goerli:
$require: '@veramo/did-provider-ethr#EthrDIDProvider'
$args:
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ethr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@veramo/core": "^4.1.1",
"@veramo/did-manager": "^4.1.1",
"debug": "^4.3.3",
"ethr-did": "^2.3.4"
"ethr-did": "^2.3.6"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8998,7 +8998,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/ethr-did-registry/-/ethr-did-registry-0.0.3.tgz#f363d2c73cb9572b57bd7a5c9c90c88485feceb5"
integrity sha512-4BPvMGkxAK9vTduCq6D5b8ZqjteD2cvDIPPriXP6nnmPhWKFSxypo+AFvyQ0omJGa0cGTR+dkdI/8jiF7U/qaw==

ethr-did-resolver@^7.0.1, ethr-did-resolver@^7.0.2:
ethr-did-resolver@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/ethr-did-resolver/-/ethr-did-resolver-7.0.2.tgz#628f9e7f290ec563b7ce31eca27a55ae3188a755"
integrity sha512-l4TlISn8tDtBssbxlLz0bky48aQP2k7QGXiwcU1aatqLhz6Mgau2SuCy2N6zBRBPbprkYv5rrWeReHfmegQNuw==
Expand All @@ -9016,10 +9016,10 @@ ethr-did-resolver@^7.0.1, ethr-did-resolver@^7.0.2:
"@ethersproject/transactions" "^5.6.2"
did-resolver "^4.0.1"

ethr-did@^2.3.4:
version "2.3.4"
resolved "https://registry.yarnpkg.com/ethr-did/-/ethr-did-2.3.4.tgz#1bc1b5cac72370c153a4968bfbb88dcae7dc04ae"
integrity sha512-W2FqYi7T0YPlODNAJJL/ENDFgUVEhUOENkKTEkV2XetbxF3Xk1Cc5o1GWiR7Tq6KrREgnWlFHtp6BIv0vEVdqw==
ethr-did@^2.3.6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/ethr-did/-/ethr-did-2.3.6.tgz#567173791040291e44fd3d63cea17e7dbcea4516"
integrity sha512-rvDMqbnTuRqMY/2uU40IoqxN03SIqGwvjNNqxxUlr+CUaWZVgz2ZkOCygyRtTRfRLY7NAJQBFi6gXjDyBOSxrg==
dependencies:
"@ethersproject/abstract-signer" "^5.7.0"
"@ethersproject/base64" "^5.7.0"
Expand All @@ -9032,7 +9032,7 @@ ethr-did@^2.3.4:
"@ethersproject/wallet" "^5.7.0"
did-jwt "^6.9.0"
did-resolver "^4.0.1"
ethr-did-resolver "^7.0.1"
ethr-did-resolver "^7.0.2"

event-target-shim@^5.0.0:
version "5.0.1"
Expand Down