Skip to content

Commit

Permalink
Merge branch 'main' into feature/prismagent-with-castor-new-protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Nov 29, 2022
2 parents b568865 + 5981a77 commit 7c4d6a3
Show file tree
Hide file tree
Showing 11 changed files with 251 additions and 490 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

concurrency:
group: release

on:
workflow_dispatch:
inputs:
Expand Down
7 changes: 7 additions & 0 deletions pollux/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [pollux-v0.5.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.4.0...pollux-v0.5.0) (2022-11-28)


### Features

* **pollux:** fix shared version to 0.2.0 ([4809414](https://github.com/input-output-hk/atala-prism-building-blocks/commit/48094148f26b79ed76a044cb65e6e4aaf00aebb1))

# [pollux-v0.4.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.3.0...pollux-v0.4.0) (2022-11-25)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package io.iohk.atala.pollux.vc.jwt

import zio.IO
import zio.{IO, Task}

import java.time.Instant

trait DidResolver {
def resolve(didUrl: String): IO[Throwable, DIDResolutionResult]
def resolve(didUrl: String): IO[String, DIDResolutionResult]
}

trait DIDResolutionResult()
Expand Down
Loading

0 comments on commit 7c4d6a3

Please sign in to comment.