Skip to content

Earth-0.2.2

Compare
Choose a tag to compare
@ludete ludete released this 15 Nov 06:53
· 2381 commits to master since this release
  1. Add new RPC interface
  2. The representation of the property ID and TokenID in the parameters and return values of the RPC interface is reformatted from hexadecimal to decimal.
  3. Add check conditions to the RPC interface.

Bitcoin-Abc compatible

The Wormhole 0.2.2 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": 20002000,
  "wormholeversion": "0.2.2",
  "bitcoincoreversion": "0.18.2",
  "block": 1266612,
  "blocktime": 1541556523,
  "blocktransactions": 0,
  "totaltransactions": 5155,
  "alerts": [
  ]
}

Wormhole node version : "wormholeversion": "0.2.2"

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

The Wormhole version released in this document is 0.2.2 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. Test manual https://github.com/copernet/spec/blob/master/wormhole-testmanual-0.2.2-en.md
  6. Release spec https://github.com/copernet/spec/blob/master/wormhole-spec-0.2.2-en.md