Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@ludete ludete released this 09 May 06:22
· 1361 commits to master since this release

Version upgrade changes

  1. Compatible with Bitcoin-abc v0.19.5 version upgrades

Bitcoin-Abc compatible

The Wormhole v0.2.4 node is compatible with the Bitcoin-Abc 0.19.5 version. The Wormhole node can also be used as a Bitcoin-Abc node to support all functions of the Bitcoin-Abc node.

Get the Wormhole node version

wormholed-cli whc_getinfo
{
  "wormholeversion_int": 20004000,
  "wormholeversion": "0.2.4",
  "bitcoincoreversion": "0.19.5",
  "block": 581755,
  "blocktime": 1557368258,
  "blocktransactions": 0,
  "totaltransactions": 19758,
  "alerts": [
  ]
}

Wormhole node version : "wormholeversion": "0.2.4"

Bitcoin-Abc version : "bitcoincoreversion": "0.19.5"

The Wormhole version released in this document is 0.2.4 and Bitcoin-ABC 0.19.5 is supported

Wormhole Spec documents

  1. White Paper https://github.com/copernet/spec/blob/master/whcwhitepaper-en.pdf
  2. Yellow Paper https://github.com/copernet/spec/blob/master/wormhole-yellowpaper-en.md
  3. Spec https://github.com/copernet/spec/blob/master/wormhole-spec-en.md
  4. RPC manual https://github.com/copernet/spec/blob/master/wormhole-rpc-en.md
  5. Build-in-docker: https://github.com/copernet/wormhole/blob/master/doc/build-in-docker.md