Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobranco committed Sep 27, 2019
1 parent 5afa4e9 commit 5a6cc02
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand Down
36 changes: 34 additions & 2 deletions dist/src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -332,6 +344,10 @@ var _default = {
},
version: '>=0.1.0'
},
getNodeAddresses: {
category: 'network',
version: '>=0.18.0'
},
getPeerInfo: {
category: 'network',
version: '>=0.7.0'
Expand Down Expand Up @@ -372,6 +388,10 @@ var _default = {
},
version: '>=0.17.0'
},
getRpcInfo: {
category: 'control',
version: '>=0.18.0'
},
getTransaction: {
category: 'wallet',
features: {
Expand Down Expand Up @@ -471,6 +491,10 @@ var _default = {
},
version: '>=0.9.0'
},
joinPsbts: {
category: 'rawtransactions',
version: '>=0.18.0'
},
keypoolRefill: {
category: 'wallet',
features: {
Expand Down Expand Up @@ -552,6 +576,10 @@ var _default = {
},
version: '>=0.7.0'
},
listWalletDir: {
category: 'wallet',
version: '>=0.18.0'
},
listWallets: {
category: 'wallet',
features: {
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5a6cc02

Please sign in to comment.