Earth-0.2.2
- Add new RPC interface
- The representation of the property ID and TokenID in the parameters and return values of the RPC interface is reformatted from hexadecimal to decimal.
- 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
- 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
- Test manual https://github.com/copernet/spec/blob/master/wormhole-testmanual-0.2.2-en.md
- Release spec https://github.com/copernet/spec/blob/master/wormhole-spec-0.2.2-en.md