Skip to content

BitSV 0.10.1

Compare
Choose a tag to compare
@AustEcon AustEcon released this 24 Nov 00:32
· 26 commits to master since this release

0.10.1 (2019-11-24)

  • Added new Fullnode class for connecting to local bitcoin node via JSON-RPC (thanks goes to https://github.com/xloem for the initial legwork).
  • Fullnode class works for Mainnet, Testnet, Scaling-testnet and RegTest (local mock blockchain).
  • Reordered outputs to always have 'false return' metadata included in the first output instead of the last. This will fix a new issue that arose with rendering of images etc. on bico.media.
  • Prepend OP_FALSE to OP_RETURN in preparation for Genesis upgrade coming in February.
  • Add 'sweep' function to PrivateKey class for sending all coins to a given address.
  • 0.10.1 includes a patch for rpc methods list