Skip to content

Commit

Permalink
fix workflows, add witness to serialized proof
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc committed Mar 28, 2024
1 parent b57b52d commit c6d397f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [20.x, 16.x, 18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permissions:
id-token: write
on:
release:
types: [published]
types: [released]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions src/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export type SerializedProof = {
secret: string;
amount: number;
id: string;
witness?: Witness
};

export type SerializedBlindedMessage = {
Expand Down

0 comments on commit c6d397f

Please sign in to comment.