You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migration.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
0 commit comments