Releases: vansergen/rpc-bitcoin
Releases · vansergen/rpc-bitcoin
v2.0.0
v1.11.1
v1.11.0
v1.10.0
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
to2.6.0
- Update
@typescript-eslint/parser
to2.6.0
v1.9.0
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
to6.6.0