-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): update dependency bitcoinjs-lib to v6.1.7 #27
base: master
Are you sure you want to change the base?
Conversation
b77142c
to
a43e473
Compare
a43e473
to
d92a68b
Compare
[puLL-Merge] - bitcoinjs/[email protected] DescriptionThis PR introduces significant changes to improve documentation, fix bugs, and enhance functionality across various parts of the bitcoinjs-lib codebase. The main changes include:
Possible Issues
Security HotspotsNo significant security issues were identified in this change. ChangesChanges
Overall, this PR significantly improves the project's documentation and makes several important bug fixes and code improvements. |
d92a68b
to
c3eaaa1
Compare
[puLL-Merge] - bitcoinjs/[email protected] DescriptionThis PR introduces several significant changes to the bitcoinjs-lib project, including documentation improvements, code refactoring, and the addition of new features. The main goals appear to be enhancing the library's functionality, improving code quality, and making the API more user-friendly and better documented. Possible Issues
Security Hotspots
ChangesChanges
sequenceDiagram
participant User
participant PSBT
participant EccLib
participant Transaction
participant Documentation
User->>PSBT: Create new PSBT
PSBT->>EccLib: Initialize ECC Library
Note over EccLib: New option to skip verification
PSBT->>Transaction: Create unsigned transaction
PSBT->>PSBT: Add inputs and outputs
PSBT->>PSBT: Sign inputs
PSBT->>Transaction: Finalize and extract
User->>Documentation: Generate API docs
Documentation->>User: Serve generated docs
|
This PR contains the following updates:
6.1.5
->6.1.7
Release Notes
bitcoinjs/bitcoinjs-lib (bitcoinjs-lib)
v6.1.7
Compare Source
added
v6.1.6
Compare Source
fixed
Configuration
📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.