-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ckb-c-stdlib
updated
15 files
+15 −0 | .github/workflows/ci.yml | |
+2 −0 | .gitignore | |
+16 −0 | Makefile | |
+0 −2 | README.md | |
+13 −4 | ckb_consts.h | |
+1 −1 | ckb_dlfcn.h | |
+22 −11 | ckb_syscall_apis.h | |
+34 −21 | ckb_syscalls.h | |
+9 −17 | libc/src/impl.c | |
+0 −3 | molecule/blockchain-api2.h | |
+2,038 −1,838 | molecule/blockchain.h | |
+0 −17 | molecule/molecule2_reader.h | |
+248 −179 | molecule/molecule_builder.h | |
+128 −112 | molecule/molecule_reader.h | |
+31 −0 | tests/ci.c |