TBD54566975 / web5-kt

Apache License 2.0
7 stars 9 forks source link

support web did resolution over http for local host #325

Closed aparkersquare closed 1 week ago

aparkersquare commented 1 week ago

Overview

Uses http for web did resolution for local hosts. This allows for local development.

See https://github.com/TBD54566975/web5-kt/issues/324

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.60%. Comparing base (489ca78) to head (7ae58e7). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #325 +/- ## ======================================= Coverage 73.60% 73.60% ======================================= Files 45 45 Lines 2163 2163 Branches 402 403 +1 ======================================= Hits 1592 1592 Misses 376 376 Partials 195 195 ``` | [Components](https://app.codecov.io/gh/TBD54566975/web5-kt/pull/325/components?src=pr&el=components&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TBD54566975) | Coverage Δ | | |---|---|---| | [credentials](https://app.codecov.io/gh/TBD54566975/web5-kt/pull/325/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TBD54566975) | `81.31% <ø> (ø)` | | | [crypto](https://app.codecov.io/gh/TBD54566975/web5-kt/pull/325/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TBD54566975) | `49.16% <ø> (ø)` | | | [dids](https://app.codecov.io/gh/TBD54566975/web5-kt/pull/325/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TBD54566975) | `80.50% <100.00%> (ø)` | | | [common](https://app.codecov.io/gh/TBD54566975/web5-kt/pull/325/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TBD54566975) | `65.21% <ø> (ø)` | |
angiejones commented 4 days ago

thanks so much @aparkersquare 🙏🏾