Skip to content

v1.2.0

Compare
Choose a tag to compare
@vansergen vansergen released this 23 Oct 19:12
a0b884a

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