• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hyperledger-identus / sdk-ts / 23341775543
76%

Build:
DEFAULT BRANCH: main
Ran 20 Mar 2026 12:02PM UTC
Jobs 1
Files 193
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Mar 2026 11:57AM UTC coverage: 75.278% (+3.6%) from 71.673%
23341775543

push

github

web-flow
fix!: v8 refactor + deprecations (#511)

Signed-off-by: Francisco Javier Ribo Labrador <elribonazo@gmail.com>
Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Co-authored-by: Allain Magyar <allain.magyar@iohk.io>

BREAKING CHANCES:
If core internals where not in use, this breaking changes are likely to not affect you, except if you weren't relying on the Agent but using the internals directly for some things.

### Future deprecation notice
The following items have been marked as deprecated and will be removed in a future version of the SDK, but are still available.

- CreatePrismDID and CreatePrismDIDArgs from @hyperledger/identus-sdk, can still be used but is deprecated. We are introducing a new simplified function CreatePrismDIDWithKeys and type CreatePrismDIDWithKeysArgs from @hyperledger/identus-sdk


### Deprecated exports
- No more default export in @hyperledger/identus-sdk.

```typescript
// 7.x
import SDK from "@hyperledger/identus-sdk";

// 8.x
import * as SDK from "@hyperledger/identus-sdk";
```

- CreateOOBOffer and CreateOOBOfferArgs from @hyperledger/identus-sdk.

```typescript
// 7.x
import { CreateOOBOffer, type CreateOOBOfferArgs } from "@hyperledger/identus-sdk";

// 8.x
import { CreateOOBOffer, type CreateOOBOfferArgs } from "@hyperledger/identus-sdk/plugins/didcomm";
```

- RunProtocol and RunProtocolArgs from @hyperledger/identus-sdk

The RunProtocol becomes internal as its only managed by the SDK internals, the functionality is exposed through the Agent class.

Internally ```agent.handle``` uses the RunProtocol task to run the protocol, message is of type ```Domain.Message```.

```typescript
agent.handle(message)
```

- CreateOOBPresentationRequest and CreateOOBPresentationRequestArgs from @hyperledger/identus-sdk.

```typescript
// 7.x
import { CreateOOBPresentationRequest, type CreateOOBPresentationRequestArgs } from "@hyperledger/identus-sdk";

// 8.x
import { CreateOOBPresentationRequest, type CreateOOBPresentationRequestA... (continued)

1344 of 1972 branches covered (68.15%)

Branch coverage included in aggregate %.

297 of 401 new or added lines in 61 files covered. (74.06%)

2992 of 3788 relevant lines covered (78.99%)

48.28 hits per line

Uncovered Changes

Lines Coverage ∆ File
24
13.08
packages/wasm/didcomm/src/Wrapper.ts
15
48.19
packages/wasm/anoncreds/src/index.ts
10
0.0
packages/lib/sdk/src/plugins/internal/didcomm/tasks/ParsePrismInvitation.ts
7
81.82
packages/wasm/didcomm/src/SecretsResolver.ts
6
86.36
packages/lib/sdk/src/plugins/internal/didcomm/tasks/StartFetchingMessages.ts
6
0.0
packages/lib/sdk/src/plugins/internal/oidc/connection/ResolveTokenRequest.ts
6
82.19
packages/lib/sdk/src/pollux/models/JWTVerifiableCredential.ts
4
84.85
packages/lib/sdk/src/plugins/internal/anoncreds/utils/index.ts
4
56.36
packages/lib/sdk/src/pollux/utils/Bitstring.ts
3
84.21
packages/lib/sdk/src/mercury/index.ts
3
0.0
packages/lib/sdk/src/plugins/internal/oidc/connection/ResolveCredentialRequest.ts
3
78.84
packages/shared/domain/src/models/DIDDocument.ts
2
77.36
packages/lib/sdk/src/apollo/utils/Secp256k1PrivateKey.ts
2
77.78
packages/lib/sdk/src/castor/parser/DIDParser.ts
2
0.0
packages/lib/sdk/src/edge-agent/helpers/RevealCredentialFields.ts
1
79.17
packages/lib/sdk/src/castor/parser/DIDUrlParser.ts
1
0.0
packages/lib/sdk/src/plugins/internal/didcomm/tasks/CreateOOBPresentationRequest.ts
1
71.43
packages/lib/sdk/src/plugins/internal/didcomm/tasks/ParseInvitation.ts
1
0.0
packages/lib/sdk/src/plugins/internal/oidc/connection/OIDCConnection.ts
1
0.0
packages/lib/sdk/src/plugins/internal/oidc/connection/ProcessCallbackUrl.ts
1
0.0
packages/lib/sdk/src/plugins/internal/oidc/connection/ResolveAuthorizationRequest.ts
1
83.33
packages/shared/domain/src/peer-did/PeerDID.ts
Jobs
ID Job ID Ran Files Coverage
1 23341775543.1 20 Mar 2026 12:02PM UTC 193
75.28
GitHub Action Run
Source Files on build 23341775543
  • Tree
  • List 193
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23341775543
  • 669ee28d on github
  • Prev Build on main (#23159132029)
  • Next Build on main (#23351843665)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc