Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:0chain/zus-js-sdk into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed May 13, 2024
2 parents e4ee785 + 7721e1b commit fd1758b
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 4,039 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-swans-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zerochain/zus-sdk": patch
---

Minor Patches
2 changes: 1 addition & 1 deletion .github/workflows/changeset-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: "lts/*"
cache: "yarn"

- name: Add Git submodule present at example/webapp
- name: Add Git submodule present at example/*
run: git submodule update --init --recursive

- name: Installing dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: "lts/*"
cache: "yarn"

- name: Add Git submodule present at example/webapp
- name: Add Git submodule present at example/*
run: git submodule update --init --recursive

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion example/website
1 change: 0 additions & 1 deletion lib/js-sdk/src/zcn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async function blsSign(hash: string) {
}

const bytes = hexStringToByte(hash);

const sig = bridge.jsProxy.secretKey.sign(bytes);

if (!sig) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"workspaces": [
"lib/js-sdk/",
"example/*"
"example/website"
],
"scripts": {
"dev:site": "cd ./example/website && yarn dev",
Expand Down

0 comments on commit fd1758b

Please sign in to comment.