Skip to content

Commit 2d6c15c

Browse files
committed
update docs
1 parent 4c9f12c commit 2d6c15c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/migration.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Migration from v0.3.x to v0.4.x
2+
3+
## BREAKING CHANGES
4+
5+
1. The default log level in devnet is changed to `warn,ckb-script=debug` from `info`
6+
2. The devnet RPC proxy sever is now default running, and proxy port is changed to `28114` from `9000`
7+
3. The `create` command is now focusing on creating a CKB Smart Contract project in JavaScript, instead of a dApp project.
8+
4. `offckb.config.ts` file is removed, and the `deploy` command now requires `--target` and `--output` options to specify the contract binary file or folder path and the output folder path.
9+
5. `ckb-js-vm` is now added to built-in scripts in offckb devnet.
10+
6. `system-scripts` command has a new option called `-o, --output` to specify the output json file path for the system scripts.
11+
7. The build system is changed from `npm-shrinkwrap.json` to `ncc` toolchain.
12+
13+
## Removed commands
14+
15+
- `proxy-rpc`
16+
- `mol`
17+
- `repl`
18+
- `list-hashes`
19+
- `my-scripts`
20+
- `sync-scripts`
21+
- `inject-config`
22+
123
# Migration from v0.2.x to v0.3.x
224

325
## BREAKING CHANGES

0 commit comments

Comments
 (0)