Why was the bitcore-lib removed in 3.0.0 and added again in 3.0.1?
See original GitHub issueIn the release notes of the version 3.0.0, the bitcore-lib
was removed (last line):
Why bitcore-lib
was removed in 3.0.0 and added again in 3.0.1? This commit
It is conflicting with bitcore-mnemonic
, that also requires bitcore-lib
:
(electron app)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Error when using bitcore-explorer with bitcore-lib (Bitcore)
2 and requires bitcore-lib version 0.14.0 as a dependency. I have preferred not to patch bitcore-p2p/node_modules/bitcore-lib/index.js (per ...
Read more >What's New | Oracle, Software. Hardware. Complete.
annobin-10.67-3.0.1.el8 - Annotate and examine compiled binary files (Update). Oracle Linux 7 Server - Unbreakable Enterprise Kernel Release 6.
Read more >npmsearchfullcat_npm143.txt - GitHub
=mattcollins84 2014-02-18 0.0.2 foursquare venues api add edit search query ... matter front matter remove strip antlr3 ANTLR3 JavaScript Runtime Library ...
Read more >CVE - Search Results - MITRE
Fixed in OpenSSL 3.0.7 (Affected 3.0.0,3.0.1,3.0.2,3.0.3,3.0.4,3.0.5,3.0.6). ... which allows administrators to add, edit, and delete non-default settings ...
Read more >Bug listing with status CONFIRMED as at 2022/12/26 10:46:31
Bug:4315 - "[Future EAPI] add support for version ranges in DEPEND" status:CONFIRMED ... Bug:114605 - "imms-3.0.1 - new ebuild" status:CONFIRMED resolution: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
From my investigations, the key cause is in the new 1.7.0 version of bitcore-mnemonic.
Specifically this commit https://github.com/bitpay/bitcore-mnemonic/commit/3ddf49e247ed1c396976eddf67f8c5c103aa3554
If we change lightwallet’s bitcore-mnemonic dependency for it to retain 1.5.0 (by just removing the caret in package.json) it wouldn’t be an issue
This was resolved in 4.0.0.