Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #117 from zeroqn/feat-fast-withdrawal-to-v1
Browse files Browse the repository at this point in the history
feat(withdrawal): Support fast CKB/sUDT Withdrawal from v0 to v1
  • Loading branch information
Flouse authored Apr 24, 2022
2 parents b0250d0 + de4720c commit f81c7ff
Show file tree
Hide file tree
Showing 27 changed files with 2,048 additions and 1,528 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
run: git submodule init && git submodule update -r
- name: Compile C contracts
run: cd c && make
- name: Cargo clippy check
env:
RUSTFLAGS: -D warnings
run: cd contracts && cargo clippy
# FIXME: clippy complain about unknown feature `llvm_asm` on ckb-std
# - name: Cargo clippy check
# env:
# RUSTFLAGS: -D warnings
# run: cd contracts && cargo clippy
- uses: actions/cache@v2
id: fetch-capsule-cache
with:
Expand Down
Loading

0 comments on commit f81c7ff

Please sign in to comment.