diff --git a/CHANGELOG.md b/CHANGELOG.md index 945db1d..4306cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog -## [2.2.1](https://github.com/ruimarinho/bitcoin-core/tree/2.2.1) (2019-09-20) +## [2.3.0](https://github.com/ruimarinho/bitcoin-core/tree/2.3.0) (2019-09-27) -[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v2.2.0...2.2.1) +[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v2.2.1...2.3.0) + +**Merged pull requests:** + +- Add 'getrpcinfo' missing method for version 0.18.0 [\#100](https://github.com/ruimarinho/bitcoin-core/pull/100) ([sskender](https://github.com/sskender)) + +## [v2.2.1](https://github.com/ruimarinho/bitcoin-core/tree/v2.2.1) (2019-09-20) + +[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v2.2.0...v2.2.1) **Merged pull requests:** diff --git a/dist/src/methods.js b/dist/src/methods.js index a2c5b5c..f7e5bd8 100755 --- a/dist/src/methods.js +++ b/dist/src/methods.js @@ -47,7 +47,11 @@ var _default = { features: { multiwallet: '>=0.15.0' }, - version: '>=0.13.0' + version: '>=0.13.0 <0.18.0' + }, + analyzePsbt: { + category: 'rawtransactions', + version: '>=0.18.0' }, backupWallet: { category: 'wallet', @@ -111,6 +115,10 @@ var _default = { category: 'rawtransactions', version: '>=0.9.0' }, + deriveAddresses: { + category: 'util', + version: '>=0.18.0' + }, disconnectNode: { category: 'network', version: '>=0.12.0' @@ -273,6 +281,10 @@ var _default = { category: 'network', version: '>=0.1.0' }, + getDescriptorInfo: { + category: 'util', + version: '>=0.18.0' + }, getDifficulty: { category: 'blockchain', version: '>=0.1.0' @@ -332,6 +344,10 @@ var _default = { }, version: '>=0.1.0' }, + getNodeAddresses: { + category: 'network', + version: '>=0.18.0' + }, getPeerInfo: { category: 'network', version: '>=0.7.0' @@ -372,6 +388,10 @@ var _default = { }, version: '>=0.17.0' }, + getRpcInfo: { + category: 'control', + version: '>=0.18.0' + }, getTransaction: { category: 'wallet', features: { @@ -471,6 +491,10 @@ var _default = { }, version: '>=0.9.0' }, + joinPsbts: { + category: 'rawtransactions', + version: '>=0.18.0' + }, keypoolRefill: { category: 'wallet', features: { @@ -552,6 +576,10 @@ var _default = { }, version: '>=0.7.0' }, + listWalletDir: { + category: 'wallet', + version: '>=0.18.0' + }, listWallets: { category: 'wallet', features: { @@ -711,7 +739,7 @@ var _default = { named: params => (0, _lodash.set)(params, 'privkeys', (0, _lodash.map)(params.privkeys || [], () => '******')) } }, - version: '>=0.7.0' + version: '>=0.7.0 <0.18.0' }, signRawTransactionWithKey: { category: 'rawtransactions', @@ -750,6 +778,10 @@ var _default = { category: 'control', version: '>=0.15.0' }, + utxoUpdatePsbt: { + category: 'rawtransactions', + version: '>=0.18.0' + }, validateAddress: { category: 'util', version: '>=0.3.14' diff --git a/package.json b/package.json index 3a8a7f7..fb94861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcoin-core", - "version": "2.2.1", + "version": "2.3.0", "description": "A modern Bitcoin Core REST and RPC client.", "keywords": [ "bitcoin",