Skip to content

Releases: copernet/wormhole

v0.2.5

20 Nov 07:41
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

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

v0.2.4

09 May 06:22
Compare
Choose a tag to compare

Version upgrade changes

  1. 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

  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

v0.2.3

07 Dec 10:30
3107377
Compare
Choose a tag to compare

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

Earth-0.2.2

15 Nov 06:53
Compare
Choose a tag to compare
  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

Earth-0.2.1

07 Nov 15:16
Compare
Choose a tag to compare
Earth-0.2.1 Pre-release
Pre-release
  1. Add RPC interface whc_ownerOfERC721Token
  2. Fix some issue about ERC721

Warning

This version fixes the issue related to ERC721, which involves the change of the Wormhole rule, and all nodes must be forced to upgrade to the version released this time (0.2.1). At the same time, nodes below version 0.2.1 will no longer be supported, and old nodes will not be able to provide accurate Wormhole trading information due to changes in consensus rules.

Bitcoin-Abc compatible

The Wormhole 0.2.1 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.

Document

The following is the detailed wormhole document link:

WhitePaper : https://github.com/copernet/spec/blob/master/wormhole-spec-en.md
YellowPaper : https://github.com/copernet/spec/blob/master/wormhole-yellowpaper-en.md
Wormhole-Spec : https://github.com/copernet/spec/blob/master/wormhole-spec-en.md
RPC : https://github.com/copernet/spec/blob/master/wormhole-rpc-en.md
Release spec: https://github.com/copernet/spec/blob/master/wormhole-spec-0.2.1-en.md

Earth-0.2.0

07 Nov 05:32
Compare
Choose a tag to compare
Earth-0.2.0 Pre-release
Pre-release

New function to issue ERC721 property were added Wormhole Core 0.2.0, As shown below:

  • A new txtype(WHC_TYPE_ERC721) and a enumeration type(ERC721Action) has been added ro support the new function.

  • Add a series of RPC method to Issue ERC721 property and token.

The Wormhole 0.2.0 node is compatible with the Bitcoin-Abc 0.18.2 version.

Warning

Due to changes of consensus rules in the Bitcoin-ABC 0.18.2, and Wormhole added support for the ERC721 protocol; all nodes must be forced to upgrade to the version (0.2.0). At the same time, nodes below version 0.2.0 will no longer be supported, these nodes will not be able to provide accurate transaction and block information due to changes in consensus rules.

Bitcoin-Abc compatible

The Wormhole 0.2.0 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.

Document

The following is the detailed wormhole document link:

  1. WhitePaper : https://github.com/copernet/spec/blob/master/wormhole-spec-en.md
  2. YellowPaper : https://github.com/copernet/spec/blob/master/wormhole-yellowpaper-en.md
  3. Wormhole-Spec : https://github.com/copernet/spec/blob/master/wormhole-spec-en.md
  4. RPC : 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.0-en.md
  6. Release spec: https://github.com/copernet/spec/blob/master/wormhole-spec-0.2.0-en.md

Earth-0.1.2

27 Oct 09:45
5d60699
Compare
Choose a tag to compare
Earth-0.1.2 Pre-release
Pre-release
  1. Managed property can be created with the previous token id reinterpreted as a switch of property freeze feature.
  2. Managed property issuer can Initiate a transaction to freeze tokens or unfreeze tokens if the freeze feature has been opened for the managed token.

Earth-0.1.1

19 Oct 13:55
Compare
Choose a tag to compare
  1. Modify the calculation method of property amount for RPCs.
  2. Set the height to start total amount check, that the total amount is not allowed to be greater than INT64_MAX, for establishment of crowdfunding.
  3. Fix the bug that the remaining tokens not sent to the issuer after the crowdfunding close.
  4. Add some of the crowdfunding to the Integration testing.
  5. Fix confirmations informations in RPC whc_decodetransaction.
  6. Append the amount field to the return of RPC whc_gettransaction, identify how many WHCs user input to participate the crowdfunding, for unconfirmed crowdfunding participate transaction.

Earth-0.1.0

17 Aug 07:58
Compare
Choose a tag to compare

modify part of RPC interface
fix RPC interface BUG
add integrated test
modify whc property precision
add gitian builder

Earth-0.0.6-pre-release

05 Aug 13:37
Compare
Choose a tag to compare
Pre-release

fix bug for wormhole Node restart, cause data confusion
add crowdsale feature