Skip to content

v0.2.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ludete ludete released this 20 Nov 07:41

Version upgrade changes

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

Bitcoin-Abc compatible

The Wormhole v0.2.5 node is compatible with the Bitcoin-Abc v0.20.6 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": 20005000,
  "wormholeversion": "0.2.5",
  "bitcoincoreversion": "0.20.6",
  "block": 581755,
  "blocktime": 1557368258,
  "blocktransactions": 0,
  "totaltransactions": 19758,
  "alerts": [
  ]
}

Wormhole node version : "wormholeversion": "0.2.5"

Bitcoin-Abc version : "bitcoincoreversion": "0.20.6"

The Wormhole version released in this document is 0.2.5 and Bitcoin-ABC 0.20.6 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