Skip to content

Releases: vansergen/rpc-bitcoin

v1.3.0

23 Oct 20:05
592fd40
Compare
Choose a tag to compare

Changes

Add methods to RPCClient (see #4 ):

ZMQ

  • getzmqnotifications

NPM devDependencies:

  • Update @typescript-eslint/eslint-plugin to 2.5.0
  • Update @typescript-eslint/parser to 2.5.0
  • Update nock to 11.5.0

v1.2.0

23 Oct 19:12
a0b884a
Compare
Choose a tag to compare

Changes

Add methods to RPCClient (see #3 ):

Blockchain

  • getbestblockhash
  • getblock
  • getblockchaininfo
  • getblockcount
  • getblockhash
  • getblockheader
  • getblockstats
  • getchaintips
  • getchaintxstats
  • getdifficulty
  • getmempoolancestors
  • getmempooldescendants
  • getmempoolentry
  • getmempoolinfo
  • getrawmempool
  • gettxout
  • gettxoutproof
  • gettxoutsetinfo
  • preciousblock
  • pruneblockchain
  • savemempool
  • scantxoutset
  • verifychain
  • verifytxoutproof

Other changes

  • Update docs (README)
  • Add tests

v1.1.0

23 Oct 13:57
cafa0b6
Compare
Choose a tag to compare

Changes

Module

  • Add RPCClient

Tests

  • Add tests

Docs

  • Add examples to README

v1.0.0

22 Oct 13:59
42a2003
Compare
Choose a tag to compare

Changes

Main

  • Add RESTClient

NPM dependencies:

  • Add rpc-request

NPM devDependencies:

  • Add typescript
  • Add ts-node
  • Add prettier
  • Add eslint
  • Add @typescript-eslint/eslint-plugin
  • Add @typescript-eslint/parser
  • Add mocha
  • Add @types/mocha
  • Add nock

CI

  • Add Travis CI support

Tests

  • Add tests

Docs

  • Add examples to README