Skip to content

Releases: vansergen/rpc-bitcoin

v2.0.0

26 Mar 15:22
b1b8cff
Compare
Choose a tag to compare

Changes

  • Update RPC methods (#19) (Supported version of Bitcoin Core is 0.19.1 now)

Other Changes

  • Update dependencies #18

v1.11.1

04 Nov 16:27
ee14eae
Compare
Choose a tag to compare

Changes

See #14

NPM dependencies:

  • Update rpc-request to 3.1.1

NPM devDependencies:

  • Update nock to 11.7.0

v1.11.0

30 Oct 18:12
a492075
Compare
Choose a tag to compare

Changes

Allow to use the library without TypeScript (see #13):

NPM dependencies:

  • Update rpc-request to 3.1.0

v1.10.0

30 Oct 14:58
f8f3eeb
Compare
Choose a tag to compare

Changes

Add methods to RPCClient (see #12):

Wallet

  • abandontransaction
  • abortrescan
  • addmultisigaddress
  • backupwallet
  • bumpfee
  • createwallet
  • dumpprivkey
  • dumpwallet
  • encryptwallet
  • getaddressesbylabel
  • getaddressinfo
  • getbalance
  • getnewaddress
  • getrawchangeaddress
  • getreceivedbyaddress
  • getreceivedbylabel
  • gettransaction
  • getunconfirmedbalance
  • getwalletinfo
  • importaddress
  • importmulti
  • importprivkey
  • importprunedfunds
  • importpubkey
  • importwallet
  • keypoolrefill
  • listaddressgroupings
  • listlabels
  • listlockunspent
  • listreceivedbyaddress
  • listreceivedbylabel
  • listsinceblock
  • listtransactions
  • listunspent
  • listwalletdir
  • listwallets
  • loadwallet
  • lockunspent
  • removeprunedfunds
  • rescanblockchain
  • sendmany
  • sendtoaddress
  • sethdseed
  • setlabel
  • settxfee
  • signmessage
  • signrawtransactionwithwallet
  • unloadwallet
  • walletcreatefundedpsbt
  • walletlock
  • walletpassphrase
  • walletpassphrasechange
  • walletprocesspsbt

NPM devDependencies:

  • Update @typescript-eslint/eslint-plugin to 2.6.0
  • Update @typescript-eslint/parser to 2.6.0

v1.9.0

25 Oct 19:58
286ba92
Compare
Choose a tag to compare

Changes

Add methods to RPCClient (see #11):

Rawtransactions

  • analyzepsbt
  • combinepsbt
  • combinerawtransaction
  • converttopsbt
  • createpsbt
  • createrawtransaction
  • decodepsbt
  • decoderawtransaction
  • decodescript
  • finalizepsbt
  • fundrawtransaction
  • getrawtransaction
  • joinpsbts
  • sendrawtransaction
  • signrawtransactionwithkey
  • testmempoolaccept
  • utxoupdatepsbt

NPM devDependencies:

  • Update eslint to 6.6.0

v1.8.0

24 Oct 20:13
ffdfd87
Compare
Choose a tag to compare

Changes

Add methods to RPCClient (see #10 ):

Util

  • createmultisig
  • deriveaddresses
  • estimatesmartfee
  • getdescriptorinfo
  • signmessagewithprivkey
  • validateaddress
  • verifymessage

v1.7.0

24 Oct 16:30
a858b07
Compare
Choose a tag to compare

Changes

Add methods to RPCClient (see #9):

Network

  • addnode
  • clearbanned
  • disconnectnode
  • getaddednodeinfo
  • getconnectioncount
  • getnettotals
  • getnetworkinfo
  • getnodeaddresses
  • getpeerinfo
  • listbanned
  • ping
  • setban
  • setnetworkactive

v1.6.0

24 Oct 14:40
78b4701
Compare
Choose a tag to compare

Changes

Add methods to RPCClient (see #8 ):

Mining

  • getblocktemplate
  • getmininginfo
  • getnetworkhashps
  • prioritisetransaction
  • submitblock
  • submitheader

v1.5.0

24 Oct 13:15
b1ff6cc
Compare
Choose a tag to compare

Changes

Add methods to RPCClient (see #7):

Generating

  • generate
  • generatetoaddress

v1.4.0

24 Oct 11:40
0092257
Compare
Choose a tag to compare

Changes

Add methods to RPCClient (see #6 ):

Control

  • getmemoryinfo
  • getrpcinfo
  • help
  • logging
  • stop
  • uptime

NPM devDependencies:

  • Update nock to 11.6.0