From 4a3b4a4139c79a7fa44c91abf99d11dc656885e2 Mon Sep 17 00:00:00 2001 From: gpBlockchain <744158715@qq.com> Date: Tue, 7 Jan 2025 16:21:04 +0800 Subject: [PATCH 1/6] update wasm --- ckb-light-wasm-demo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckb-light-wasm-demo b/ckb-light-wasm-demo index 5055fea..d77702e 160000 --- a/ckb-light-wasm-demo +++ b/ckb-light-wasm-demo @@ -1 +1 @@ -Subproject commit 5055fea28bc44b198bb8a5dfadcc73c55a56dca6 +Subproject commit d77702e4b491982985ded2a00da884f49e7776b4 From d8d4aa5ba5a3a524ea7e4c0a97ceb3e932d85a0e Mon Sep 17 00:00:00 2001 From: gpBlockchain <744158715@qq.com> Date: Tue, 7 Jan 2025 16:38:23 +0800 Subject: [PATCH 2/6] update wasm --- prepare_wasm.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/prepare_wasm.sh b/prepare_wasm.sh index 6a8a73d..4ca7c55 100644 --- a/prepare_wasm.sh +++ b/prepare_wasm.sh @@ -1,2 +1,6 @@ +git submodule init +git submodule update cd ckb-light-wasm-demo +git submodule init +git submodule update bash build.sh \ No newline at end of file From 880ffebb9b51ba806ff183f75e372fb6e5e80547 Mon Sep 17 00:00:00 2001 From: gpBlockchain <744158715@qq.com> Date: Tue, 7 Jan 2025 16:46:10 +0800 Subject: [PATCH 3/6] update wasm --- prepare_wasm.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prepare_wasm.sh b/prepare_wasm.sh index 4ca7c55..8a13636 100644 --- a/prepare_wasm.sh +++ b/prepare_wasm.sh @@ -1,6 +1,11 @@ +set -x git submodule init git submodule update cd ckb-light-wasm-demo +git log -1 git submodule init git submodule update +cd ckb-light-client +git log -1 +cd ../ bash build.sh \ No newline at end of file From 518febb6f0167dc0bc0adcc64ada606169780da4 Mon Sep 17 00:00:00 2001 From: gpBlockchain <32102187+gpBlockchain@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:00:39 +0800 Subject: [PATCH 4/6] Update ci-data-wasm.yml --- .github/workflows/ci-data-wasm.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci-data-wasm.yml b/.github/workflows/ci-data-wasm.yml index 9cfb5d8..409f9c2 100644 --- a/.github/workflows/ci-data-wasm.yml +++ b/.github/workflows/ci-data-wasm.yml @@ -22,24 +22,11 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '16' - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" - - name: Node Cache - uses: actions/cache@v2 - id: npm-and-yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) - with: - path: | - ${{ steps.yarn-cache-dir-path.outputs.dir }} - ~/.npm - key: ${{ runner.os }}-node_modules-${{ hashFiles('/home/runner/work/**/package-lock.json', '/home/runner/work/**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-node_modules- - name: prepare env id: runtest run: | - npm install --save-dev mocha @types/mocha chai @types/chai bash prepare_wasm.sh + npm install --save-dev mocha @types/mocha chai @types/chai - name: run test id: ci-test run: | From 6ed6e7c9d7d98112f9bde625bc3cf696c6a683ea Mon Sep 17 00:00:00 2001 From: gpBlockchain <744158715@qq.com> Date: Tue, 7 Jan 2025 17:13:47 +0800 Subject: [PATCH 5/6] rm tsconfig.json --- tsconfig.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 96a0202..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -//{ -// "compilerOptions": { -// "target": "es2018", -// "module": "commonjs", -// "strict": true, -// "esModuleInterop": true, -// "outDir": "dist", -// "typeRoots": ["./typechain", "./node_modules/@types"], -// "types": ["@nomiclabs/hardhat-ethers", "@nomiclabs/hardhat-waffle"] -// }, -//// "include": ["./test"], -//} From be591b85e318a03109fc56ade158e01df57f64f2 Mon Sep 17 00:00:00 2001 From: gpBlockchain <744158715@qq.com> Date: Tue, 21 Jan 2025 17:55:46 +0800 Subject: [PATCH 6/6] update submodule --- ckb-light-wasm-demo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckb-light-wasm-demo b/ckb-light-wasm-demo index d77702e..3b055fe 160000 --- a/ckb-light-wasm-demo +++ b/ckb-light-wasm-demo @@ -1 +1 @@ -Subproject commit d77702e4b491982985ded2a00da884f49e7776b4 +Subproject commit 3b055fe4d29230b3f0372dc64681285137a36eca