Update bitcoinjs-lib 6.1.3 → 6.1.6 (patch) #3229
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ bitcoinjs-lib (6.1.3 → 6.1.6) · Repo · Changelog
Release Notes
6.1.6 (from changelog)
6.1.5 (from changelog)
6.1.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 61 commits:
v6.1.6
Merge pull request #2104 from baryon/master
Update JS files to match TS files
sign tapLeaf with sighashType
Merge pull request #2097 from jasonandjay/opt-decompile
fix: update toASM error tips
perfs: toASM throw error when receive invalid chunks
Revert "perfs: optimize script.decomplie return type"
perfs: optimize script.decomplie return type
Merge branch 'master' of https://github.com/bitcoinjs/bitcoinjs-lib into opt-decompile
Merge pull request #2091 from jasonandjay/fix-addOutput
🐞 fix: deepClone outputData to avoid mutate target
Merge branch 'master' of https://github.com/bitcoinjs/bitcoinjs-lib into fix-addOutput
Merge pull request #2077 from junderw/fix/package
Remove unneeded package lock deps
Merge pull request #2072 from jasonandjay/reduant
🚅 perfs: remove methods that neither used nor export
Merge branch 'master' of https://github.com/bitcoinjs/bitcoinjs-lib into reduant
Merge pull request #2055 from xinhangzhou/master
chore: fix some comments
Merge pull request #2054 from jasonandjay/doc
📄 docs: add documentation link to readme
Merge branch 'master' of https://github.com/jasonandjay/bitcoinjs-lib into doc
Merge pull request #1986 from jasonandjay/doc
🐞 fix: fix romat:ci
Merge branch 'doc' of https://github.com/jasonandjay/bitcoinjs-lib into doc
Merge branch 'bitcoinjs:master' into doc
📄 docs: add other docs and build src
📄 docs: add docs fro script namespace
📄 docs: add docs for payments module
⏪ rollback: remove runcase of address module
⏪ rollback: separate typedoc-plugin-bitcoinjs-runcase to another PR
🐞 fix: move typedoc-plugin-bitcoinjs-runcase to devDependencies
🐞 fix: build src
✨feature: add custom tag @case to create a runnable environment
Merge pull request #1998 from bitcoinjs/update-comms
Update communication channels in CONTRIBUTING
Merge pull request #1995 from bitcoinjs/dependabot/npm_and_yarn/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.20.5 to 7.23.2
Merge pull request #1991 from jasonandjay/reduant
remove redundant code
📄 docs: build src after comment address namespace
📄 docs: comment address namespace
✨feature: update deploy-doc ci only trigger on master branch
🐞 fix: update package.json
✨feature: add doc
Merge pull request #1984 from youssefgh/taproot-test-refactoring
cleaned and refactored
Merge pull request #1980 from bitcoinjs/bump-615
6.1.5
Merge pull request #1979 from arik-so/main
Update lockfile.
Upgrade bip174 to 2.1.1.
Merge pull request #1976 from bitcoinjs/bump/6.1.4
6.1.4
Merge pull request #1975 from wakqasahmed/fix-issue-1974
Fix TS as well
Fixes issue#1974
Bump package-lock.json version
Update README.md
Merge pull request #1935 from bitcoinjs/fix/p2tr-sigs-pt2
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands