Skip to content

v0.2.3

Compare
Choose a tag to compare
@ludete ludete released this 07 Dec 10:30
· 2366 commits to master since this release
3107377

Version upgrade changes

  1. Fix RPC whc_gettransaction issue
  2. Fix block creation failure on regtest network due to the activation of new rules in 'Bitcoin-ABC 0.18.2'
  3. Modify some integration tests

Bitcoin-Abc compatible

The Wormhole 0.2.3 node is compatible with the Bitcoin-Abc 0.18.2 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": 20003000,
  "wormholeversion": "0.2.3",
  "bitcoincoreversion": "0.18.2",
  "block": 1269612,
  "blocktime": 1541556523,
  "blocktransactions": 0,
  "totaltransactions": 5155,
  "alerts": [
  ]
}

Wormhole node version : "wormholeversion": "0.2.3"

Bitcoin-Abc version : "bitcoincoreversion": "0.18.2"

The Wormhole version released in this document is 0.2.3 and Bitcoin-ABC 0.18.2 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. Release spec https://github.com/copernet/spec/blob/master/wormhole-spec-0.2.3-en.md