Skip to content

Commit

Permalink
Merge pull request #276 from sCrypt-Inc/bsv
Browse files Browse the repository at this point in the history
Bsv
  • Loading branch information
zhfnjust authored Nov 4, 2024
2 parents 60c9138 + 094cdd4 commit 24f76ff
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 25 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,5 @@ compiler/
boilerplate/

out/
/bsv/

.DS_Store
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ coverage
.nyc_output
docs
*.log
bsv.sh
bsv/
.github
.mocharc.json
.gitattributes
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG


## 2.2.2
- Pump `@scrypt-inc/bsv` dependencies

## 2.2.1

- Pump default compiler version to `1.19.4`
- Change `bsv` dependencies to `@scrypt-inc/bsv`, no bsv patch now
- Add `optimize` option
- No longer use source code to calculate md5, but script hex templete

## 2.2.0

- Pump default compiler version to `1.19.4`
Expand Down
13 changes: 0 additions & 13 deletions bsv.sh

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scryptlib",
"version": "2.2.1",
"version": "2.2.2",
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@scrypt-inc/bsv": "^1.0.1",
"@scrypt-inc/bsv": "^1.0.2",
"chalk": "2.4.2",
"compare-versions": "^3.6.0",
"find-node-modules": "^2.1.3",
Expand All @@ -76,4 +76,4 @@
"rimraf": "^3.0.2",
"yargs": "^17.6.2"
}
}
}

0 comments on commit 24f76ff

Please sign in to comment.