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

fix: remove local network from default did:ethr config #428

Closed
wants to merge 1 commit into from

Conversation

mirceanis
Copy link
Member

As highlighted in #426, the default config for did:ethr resolver contains an entry for a local network and registry which should not be there.

@codecov
Copy link

codecov bot commented Mar 25, 2021

Codecov Report

Merging #428 (da1175e) into next (0bf7b24) will decrease coverage by 1.97%.
The diff coverage is 59.45%.

@@            Coverage Diff             @@
##             next     #428      +/-   ##
==========================================
- Coverage   67.58%   65.60%   -1.98%     
==========================================
  Files          62       68       +6     
  Lines        1530     1608      +78     
  Branches      247      264      +17     
==========================================
+ Hits         1034     1055      +21     
- Misses        400      450      +50     
- Partials       96      103       +7     

@mirceanis mirceanis requested a review from jasheal March 25, 2021 15:13
mirceanis added a commit that referenced this pull request Mar 26, 2021
BREAKING CHANGES:
* `IResolver` interface adapted to core spec
* No more `EcdsaSignature` for signers, only `string` output
* Signers must accept `Uint8Array` input as well as `string`
* Using EcdsaSecp256k1VerificationKey2019 and ...RecoveryMethod2020
* using `verificationMethod` and `blockchainAccountId` from DID documents
* deprecated `UniversalResolver` class in favor of `getUniversalResolver` method

closes #418
closes #428
closes #417
closes #416
closes #412
closes #397
unblocks #384
fixes #394
@mirceanis mirceanis deleted the default-config-local-ethr branch March 26, 2021 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant