Releases: vansergen/rpc-bitcoin
Releases · vansergen/rpc-bitcoin
v1.3.0
v1.2.0
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
v1.0.0
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