coblox / bobtimus

an autobot that automatically handles swaps as Bob
Apache License 2.0
1 stars 1 forks source link

Bump bitcoinjs-lib from 5.1.3 to 5.1.5 #120

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps bitcoinjs-lib from 5.1.3 to 5.1.5.

Changelog *Sourced from [bitcoinjs-lib's changelog](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/CHANGELOG.md).* > # 5.1.5 > __added__ > - `Psbt` now has `getFee(): number` for use when all inputs are finalized. It returns the satoshi fee of the transaction. Calling getFee, getFeeRate, or extractTransaction will cache these values so if you call one after the other, the second call will return immediately. > > # 5.1.4 > __changed__ > - `Psbt` inputs using segwit scripts can now work with nonWitnessUtxo as well as the original witnessUtxo. The reasoning for this is that nonWitnessUtxo has all the information contained in the witnessUtxo, so rejecting signing even though we have all the info we need is unnecessary. Trying to sign a non-segwit script with a witnessUtxo will still throw an Error as it should.
Commits - [`5bbf255`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/5bbf255b29dd1a0535b68790496b0dbd8b305e66) 5.1.5 - [`77e068c`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/77e068c388bdfe30a60b1a6b3fe3a7d60b494fe4) Update CHANGELOG - [`14d10c7`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/14d10c74a53b2500294d4b7c0f4f701da2656bbc) Remove VSize, can get from Transaction - [`139197e`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/139197e545b9622e35e72b5b75a0a3b0a632a28b) Add getFee and getVSize - [`0d10a4d`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/0d10a4d68e79ebe41a191c68f9b1b58e95716e34) Merge pull request [#1462](https://github-redirect.dependabot.com/bitcoinjs/bitcoinjs-lib/issues/1462) from bitcoinjs/addChangelog - [`66f9b0b`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/66f9b0bbe07c79453120f5a3038b4df7eaa3f1f8) Update CHANGELOG - [`d02ee01`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/d02ee01e6c9bbd328057966e1d65fa455494cd6f) Merge pull request [#1461](https://github-redirect.dependabot.com/bitcoinjs/bitcoinjs-lib/issues/1461) from bitcoinjs/allowNonForSegwit - [`2389b5b`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/2389b5bf902fa87221052706ce889df3e3b85f29) 5.1.4 - [`a395af4`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/a395af47fdb374ea14b6b1aff24fd065ae0ebe26) Simplify nonWitnessUtxo integration tests to not confuse learners - [`4264bd6`](https://github.com/bitcoinjs/bitcoinjs-lib/commit/4264bd631cf148c5da93b7598894cdf04df84d84) Bump bip174 - Additional commits viewable in [compare view](https://github.com/bitcoinjs/bitcoinjs-lib/compare/v5.1.3...v5.1.5)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.