Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bsv #276

Merged
merged 4 commits into from
Nov 4, 2024
Merged

Bsv #276

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
}
Loading