Skip to content

Commit

Permalink
Merge pull request #30 from nervina-labs/fix/taker-change-error
Browse files Browse the repository at this point in the history
Update capacity calculation of the taker transactions
  • Loading branch information
duanyytop authored Aug 23, 2024
2 parents ba9632d + 1d482c8 commit d2066c7
Show file tree
Hide file tree
Showing 5 changed files with 2,905 additions and 2,419 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.5.0
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v4.0.0
with:
version: 8
version: 9
- name: Install dependency
run: pnpm install
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervina-labs/ckb-dex",
"version": "0.5.0",
"version": "0.6.0",
"description": "The JavaScript SDK for CKB DEX",
"author": "duanyytop <duanyytop@gmail.com>",
"license": "MIT",
Expand Down
Loading

0 comments on commit d2066c7

Please sign in to comment.