Skip to content

Commit

Permalink
Merge pull request #2 from quake/quake/test-ci
Browse files Browse the repository at this point in the history
chore: tweak README and try workflow
  • Loading branch information
quake authored Apr 22, 2024
2 parents 1df4d6c + 6273857 commit 65624ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "16"
- name: Prepare
run: make prepare
- name: Build
run: make build
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion contracts/commitment-lock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The lock script args is the hash result of blake160(local_delay_epoch || local_d
- `signature`: 65 bytes, the signature of the xxx_pubkey
- `preimage`: 32 bytes, an optional field to provide the preimage of the payment_hash

To know more about the transaction building process, please refer to the `test_commitment_lock` unit test.
To know more about the transaction building process, please refer to the `test_commitment_lock_no_pending_htlcs` and `test_commitment_lock_with_two_pending_htlcs` unit test.

*This contract was bootstrapped with [ckb-script-templates].*

Expand Down

0 comments on commit 65624ce

Please sign in to comment.