Version upgrade changes
- 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
- White Paper https://github.com/copernet/spec/blob/master/whcwhitepaper-en.pdf
- Yellow Paper https://github.com/copernet/spec/blob/master/wormhole-yellowpaper-en.md
- Spec https://github.com/copernet/spec/blob/master/wormhole-spec-en.md
- RPC manual https://github.com/copernet/spec/blob/master/wormhole-rpc-en.md
- Build-in-docker: https://github.com/copernet/wormhole/blob/master/doc/build-in-docker.md