bitcoin-core
Advanced tools
Comparing version 4.0.0 to 4.1.0
# Changelog | ||
## [4.0.0](https://github.com/ruimarinho/bitcoin-core/tree/4.0.0) (2022-07-25) | ||
## [4.1.0](https://github.com/ruimarinho/bitcoin-core/tree/4.1.0) (2022-07-27) | ||
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v3.1.0...4.0.0) | ||
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v4.0.0...4.1.0) | ||
**Implemented enhancements:** | ||
- Add support for bitcoin@\>0.19.0 RPC methods [\#142](https://github.com/ruimarinho/bitcoin-core/pull/142) ([joaomatbarbosa](https://github.com/joaomatbarbosa)) | ||
## [v4.0.0](https://github.com/ruimarinho/bitcoin-core/tree/v4.0.0) (2022-07-25) | ||
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v3.1.0...v4.0.0) | ||
**Implemented enhancements:** | ||
- Remove Babel [\#106](https://github.com/ruimarinho/bitcoin-core/pull/106) ([pedrobranco](https://github.com/pedrobranco)) | ||
@@ -10,0 +18,0 @@ |
{ | ||
"name": "bitcoin-core", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "A modern Bitcoin Core REST and RPC client.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -130,2 +130,6 @@ /* eslint-disable no-inline-comments */ | ||
}, | ||
dumpTxOutset: { | ||
category: 'wallet', | ||
version: '>=0.20.0' | ||
}, | ||
dumpWallet: { | ||
@@ -189,2 +193,6 @@ category: 'wallet', | ||
}, | ||
generateToDescriptor: { | ||
category: 'generating', | ||
version: '>=0.20.0' | ||
}, | ||
getAccount: { | ||
@@ -291,2 +299,6 @@ category: 'wallet', | ||
}, | ||
getDeploymentInfo: { | ||
category: 'blockchain', | ||
version: '>=0.23.0' | ||
}, | ||
getDescriptorInfo: { | ||
@@ -308,2 +320,6 @@ category: 'util', | ||
}, | ||
getIndexInfo: { | ||
category: 'util', | ||
version: '>=0.21.0' | ||
}, | ||
getInfo: { | ||
@@ -310,0 +326,0 @@ category: 'control', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
442998
43
2593
1