Skip to content

Conversation

@RetricSu
Copy link
Collaborator

No description provided.

dependabot bot and others added 3 commits January 17, 2026 11:11
)

Bumps the npm_and_yarn group with 1 update in the / directory: [tar](https://github.com/isaacs/node-tar).


Updates `tar` from 6.2.1 to 7.5.3
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.1...v7.5.3)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Initial plan

* Add create-test.sh integration test script and update CI workflow

Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>

* Fix create-test.sh to install dependencies during project creation

Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>

* Address code review feedback: make test more deterministic and explicit

Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>

* Improve test script readability and error messaging

Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>

* fix create test script cd

* add ckb-debugger install in ci

* fix(ci): create test install offckb

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>
Co-authored-by: RetricSu <inneverland2013@gmail.com>
* Initial plan

* Fix Windows path compatibility in template scripts

- Use path.join() for cross-platform paths to node_modules/.bin
- Add quotes around paths in execSync commands for spaces
- Fix build-contract.js esbuild and ckb-debugger paths
- Fix build-all.js to use path.join for script path

Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>

* Add quotes around ckb-js-vm path for Windows spaces

Extracted path.join result to variable and wrapped in quotes
to handle paths with spaces on Windows.

Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>

* Replace && with npm-run-all for cross-platform compatibility

Use run-s (sequential execution) from npm-run-all instead of &&
for guaranteed cross-platform compatibility on Windows. Add
npm-run-all as devDependency and split scripts into sub-tasks.

Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>

* Add --yes/-y option support to deploy script

Support passing --yes or -y flag to skip confirmation prompts
in offckb deploy command, following the same pattern as other
options like --network, --privkey, and --type-id.

Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>

* Initial plan

* fix(ci): add -y flag

* fix(ci): use -- to pass flag

* fix(create): deploy now without build

* fix(create): test artifact

* fix(ci): use local offckb bin link

* fix

* fix windows executeable

* fix windows global install

* try fix deploy.js

* try fix global install build version

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RetricSu <23436060+RetricSu@users.noreply.github.com>
Co-authored-by: RetricSu <inneverland2013@gmail.com>
@RetricSu RetricSu merged commit 892fc96 into v0.4.x Jan 20, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants